Skip to content

Downgrade minimum JDK requirement from 21 to 17#1718

Merged
oscerd merged 1 commit intomainfrom
jdk17
Mar 19, 2026
Merged

Downgrade minimum JDK requirement from 21 to 17#1718
oscerd merged 1 commit intomainfrom
jdk17

Conversation

@oscerd
Copy link
Contributor

@oscerd oscerd commented Mar 19, 2026

Lower the compiler source/target/release to JDK 17 across Maven, GitHub Actions, and Jenkins pipelines. CI PR builds now test both JDK 17 and 21. CamelVirtualThreadsTest uses reflection for the Thread.isVirtual() call so it compiles on JDK 17 and is skipped on runtimes below 21.

Lower the compiler source/target/release to JDK 17 across Maven,
GitHub Actions, and Jenkins pipelines. CI PR builds now test both
JDK 17 and 21. CamelVirtualThreadsTest uses reflection for the
Thread.isVirtual() call so it compiles on JDK 17 and is skipped
on runtimes below 21.

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
@oscerd oscerd merged commit d440818 into main Mar 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant