Upgrade Java 11 to Java 17#2400
Open
GG-Feng wants to merge 765 commits into
Open
Conversation
brettwooldridge#1669) * Fixed optional dependencies that were marked as required in module-info.java * * Upgraded bundle plugin to fix https://issues.apache.org/jira/browse/FELIX-6259. * Windows requires the use of ${file.separator} to separate classpath entries. * Need to use a different log4j-slf4j-impl artifact under Java 11.
…s as 'static' (brettwooldridge#1587) * brettwooldridge#1582: update module-info to mark optional dependencies as 'static' * update to hibernate.core release 5.4.16.Final and use its module name Co-authored-by: Brett Wooldridge <brett.wooldridge@gmail.com>
Co-authored-by: Caleb Larsen <caleb.larsen@rentping.com>
…icle. (brettwooldridge#1647) So that it doesn't lead to a 404 and is the same behavior as the other images in the readme.
Co-authored-by: Iouri Goussev <igoussev@xmatters.com>
…ests" (brettwooldridge#1249) Co-authored-by: Brett Wooldridge <brett.wooldridge@gmail.com>
The final modifier is overridden by public modifier before this commit
…mumPoolSize needs to be done before setCorePoolSize, the current implementation throws IllegalArgumentException and hence prefilling of connections by setting com.zaxxer.hikari.blockUntilFilled is broken. (brettwooldridge#1605) Co-authored-by: rampr_000 <spachanady@gmail.com>
…twooldridge#1699) * features: add heartbeat to keepalive connection if configure it * features: add heartbeat to keepalive connection if configure it * features: add heartbeat to keepalive connection if configure it * features: keepalive unit test * optimize code * optimize code
…dridge#1692) * Add support for multiple prometheus histogram metric trackers * Add tests
…n to previous Connection.get/setSchema behavior
…name()/getPassword() of HikariDataSource
…hread is interrupted
… v42.7.7 using only the jdbcUrl
- Apply instanceof pattern matching - Add @serial annotation to serialVersionUID fields - Convert String.format to .formatted - Replace Paths.get with Path.of Builds successfully with JDK 17.
This file contains hidden or 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
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.
Summary
This PR upgrades the project from Java 11 to Java 17, applying modern Java language features and updating the build configuration accordingly.
Changes
Statistics
11 files changed, 36 insertions, 30 deletions
Verification