You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The quarkus-maven-plugin 3.6.9 binary was compiled with Java 17 and
requires Java 17 to execute, even though Quarkus 3.6.9 applications
can still run on Java 11. With Maven 3.9.12 (now on GitHub Actions
ubuntu-latest runners), Java prerequisites for plugins are strictly
enforced.
This change updates the build environment to Java 17 while maintaining
Java 11 bytecode compatibility:
- GitHub Actions workflows now use Java 17
- Maven toolchains configured for Java 17
- Compiler still targets Java 11 (source=11, target=11)
- Runtime Docker image still uses Java 11
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments