jamesnetherton opened a new issue, #8373: URL: https://github.com/apache/camel-quarkus/issues/8373
We need to: * Configure the `maven-compiler-plugin` for 21 * Adjust any usage of `JavaCompilationProvider` or other dynamic compilers to use JDK 21 * Adapt GitHub Actions workflows. Standard JDK will be 21, 'alternate JDK' will be 25. * Adapt Jenkins builds to use JDK 21 * Update any doc references to JDK 17 * Update `.sdkmanrc` * Update example projects (maybe best done after 3.33 LTS is released, but we could do it dynamically in the CI workflow until then) * Likely update other things that I have forgotten about 🙂 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
