-
Notifications
You must be signed in to change notification settings - Fork 46
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
Update build to JDK 13 #78
Comments
See PR #65 |
Spring Framework 5.1 only officially supports JDK 8-12, but it's probably still a good idea to build against the latest JDK. See: |
Spring Boot 2.1 does not support JDK 13 -> we need to update support to Spring Boot 2.2 first |
And to do this, the Citrus core framework requires a Spring update, so that Spring boot 2.2. is supported. As stated here, we'll release a new version of the Citrus framework most likely until the end of the year. I'll try to include the required spring update there. BR |
this should be possible within |
|
JDK 13 reached General Availability on 17 September 2019. Projects should build against the latest JDK in order to ensure forward compatibility.
The text was updated successfully, but these errors were encountered: