Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting String[] and int[] properties for pgjdbc HA configuration #2291

Conversation

joejensen
Copy link
Contributor

@joejensen joejensen commented Feb 4, 2025

Fixes #2162, allowing the population of the PGJDBC datasources serverNames and portNumbers fields by providing comma separated values. To make it more generic for other string arrays \ can be used as an escape character.

@joejensen joejensen force-pushed the 3162-pg-array-properties-support branch from 3465dca to 8b575da Compare March 21, 2025 17:11
@joejensen
Copy link
Contributor Author

Rebased over master and corrected style issues

@brettwooldridge brettwooldridge merged commit d6f0ccc into brettwooldridge:dev Mar 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In HikariJNDIFactory, int[] type property of DataSource cannot be set.
2 participants