-
Notifications
You must be signed in to change notification settings - Fork 34
Migrate to JDK 11 #1158
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
Comments
From https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions:
So, we first should update Spring Boot to 2.1.x: #1161 |
It seems like Groovy-related stuff requires some additional work in order to work with JDK11 (https://travis-ci.com/github/php-coder/mystamps/jobs/464914094):
Instead of finding a fix for Groovy code (perhaps, updating it), I suggest to migrate unit tests to JUnit (#1246) first. |
Notes to myself:
|
Changelog: https://github.com/brettwooldridge/HikariCP/blob/HikariCP-4.0.3/CHANGES Update to 5.x version requires JDK11 (#1158) Part of #1509
See actions/runner#2289 (comment) Corrections for d1fd249 commit. Relate to #1350 #1158 #1556
Related resources:
String.replace()
instead ofStringUtils.replace()
(as the former became faster in java 9 and much faster in java 13)jdk8
maven profile9.4.1212.jre7
versioncom.github.tomakehurst:wiremock-jre8
dependencyThe text was updated successfully, but these errors were encountered: