citrus-simulator icon indicating copy to clipboard operation
citrus-simulator copied to clipboard

Update build to JDK 13

Open boskoop opened this issue 6 years ago • 4 comments

JDK 13 reached General Availability on 17 September 2019. Projects should build against the latest JDK in order to ensure forward compatibility.

boskoop avatar Oct 31 '19 14:10 boskoop

See PR #65

boskoop avatar Oct 31 '19 14:10 boskoop

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: https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions

boskoop avatar Oct 31 '19 17:10 boskoop

Spring Boot 2.1 does not support JDK 13 -> we need to update support to Spring Boot 2.2 first

boskoop avatar Oct 31 '19 17:10 boskoop

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 Sven

svettwer avatar Nov 03 '19 16:11 svettwer

this should be possible within citrus/[email protected].

bbortt avatar Feb 02 '23 07:02 bbortt

main branch is buildable from JDK 17 to 21 (remains to be proven).

bbortt avatar Oct 29 '23 21:10 bbortt