Message-ID: From: "kneeraj (@kneeraj)" To: "pgjdbc/pgjdbc" Date: Fri, 18 Oct 2024 12:08:39 +0000 Subject: [pgjdbc/pgjdbc] PR #3409: feat: add support for plugging in custom HostChooser List-Id: X-GitHub-Author-Id: 1151021 X-GitHub-Author-Login: kneeraj X-GitHub-Issue: 3409 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: open X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3409 Content-Type: text/plain; charset=utf-8 ### All Submissions: * - [x] Have you followed the guidelines in our [Contributing](https://github.com/pgjdbc/pgjdbc/blob/master/CONTRIBUTING.md) document? * - [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? ### New Feature Submissions: 1. - [x] Does your submission pass tests? 2. - [x] Does `./gradlew styleCheck` pass ? 3. - [X] Have you added your new test classes to an existing test suite in alphabetical order? ### Changes to Existing Features: * - [ ] Does this break existing behaviour? If so please explain. * - [x] Have you added an explanation of what your changes do and why you'd like us to include them? [Github Issue](https://github.com/pgjdbc/pgjdbc/issues/3367) with details. * - [x] Have you written new tests for your core changes, as applicable? * - [x] Have you successfully run tests with your changes locally?