forked from pgjdbc/pgjdbc
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix portNumber issue when call BaseDataSource#getUrl #14
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ashetkar
approved these changes
Jun 23, 2023
Thanks @iskigow for the fix! |
apereocas-bot
referenced
this pull request
in apereo/cas
Nov 17, 2023
…v42.3.5-yb-4 [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.yugabyte:jdbc-yugabytedb](https://www.yugabyte.com/) ([source](https://togithub.com/yugabyte/pgjdbc)) | `42.3.5-yb-3` -> `42.3.5-yb-4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.yugabyte:jdbc-yugabytedb/42.3.5-yb-4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.yugabyte:jdbc-yugabytedb/42.3.5-yb-4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.yugabyte:jdbc-yugabytedb/42.3.5-yb-3/42.3.5-yb-4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.yugabyte:jdbc-yugabytedb/42.3.5-yb-3/42.3.5-yb-4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>yugabyte/pgjdbc (com.yugabyte:jdbc-yugabytedb)</summary> ### [`v42.3.5-yb-4`](https://togithub.com/yugabyte/pgjdbc/releases/tag/v42.3.5-yb-4): YugabyteDB Smart JDBC Driver 42.3.5-yb-4 This driver is based on the PostgreSQL driver and forked from https://github.com/pgjdbc/pgjdbc This release contains fixes from upstream PG JDBC driver along with the following changes: - Fix for the issue (Return correct port number from BaseDataSource.getUrl(), PR: [https://github.com/yugabyte/pgjdbc/pull/14](https://togithub.com/yugabyte/pgjdbc/pull/14) - Fix for the issue (yb-server-refresh-interval not getting picked via DataSource): https://yugabyte.atlassian.net/browse/DB-7904 Also, available on the maven coordinates: <dependency> <groupId>com.yugabyte</groupId> <artifactId>jdbc-yugabytedb</artifactId> <version>42.3.5-yb-4</version> </dependency> Driver documentation link: https://docs.yugabyte.com/latest/integrations/smart-driver/ </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/apereo/cas). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
leleuj
referenced
this pull request
in leleuj/cas
Nov 20, 2023
…v42.3.5-yb-4 [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.yugabyte:jdbc-yugabytedb](https://www.yugabyte.com/) ([source](https://togithub.com/yugabyte/pgjdbc)) | `42.3.5-yb-3` -> `42.3.5-yb-4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.yugabyte:jdbc-yugabytedb/42.3.5-yb-4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.yugabyte:jdbc-yugabytedb/42.3.5-yb-4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.yugabyte:jdbc-yugabytedb/42.3.5-yb-3/42.3.5-yb-4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.yugabyte:jdbc-yugabytedb/42.3.5-yb-3/42.3.5-yb-4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>yugabyte/pgjdbc (com.yugabyte:jdbc-yugabytedb)</summary> ### [`v42.3.5-yb-4`](https://togithub.com/yugabyte/pgjdbc/releases/tag/v42.3.5-yb-4): YugabyteDB Smart JDBC Driver 42.3.5-yb-4 This driver is based on the PostgreSQL driver and forked from https://github.com/pgjdbc/pgjdbc This release contains fixes from upstream PG JDBC driver along with the following changes: - Fix for the issue (Return correct port number from BaseDataSource.getUrl(), PR: [https://github.com/yugabyte/pgjdbc/pull/14](https://togithub.com/yugabyte/pgjdbc/pull/14) - Fix for the issue (yb-server-refresh-interval not getting picked via DataSource): https://yugabyte.atlassian.net/browse/DB-7904 Also, available on the maven coordinates: <dependency> <groupId>com.yugabyte</groupId> <artifactId>jdbc-yugabytedb</artifactId> <version>42.3.5-yb-4</version> </dependency> Driver documentation link: https://docs.yugabyte.com/latest/integrations/smart-driver/ </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/apereo/cas). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
ashetkar
pushed a commit
that referenced
this pull request
Oct 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All Submissions:
web application using Spring and apache tomcat with data-source config by (apache tomcat resource) JNDI lookup
context.xml
MyDatasourceConfiguration.java
When the application starts BaseDataSource#getUrl was returning
instead: