Skip to content
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

Complete Java 21 migration #2005

Merged
merged 4 commits into from
Oct 18, 2024
Merged

Complete Java 21 migration #2005

merged 4 commits into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. Use eclipse-temurin-21

    lighty.io 21 uses Java 21.
    Use eclipse-temurin-21 in simulator Dockerfile.
    
    Signed-off-by: Ivan Hrasko <[email protected]>
    ihrasko committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    67f747f View commit details
    Browse the repository at this point in the history
  2. Set Spring's maven.compiler.release to 21

    Set maven.compiler.release in Spring example to 21.
    
    Signed-off-by: Ivan Hrasko <[email protected]>
    ihrasko committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c377e01 View commit details
    Browse the repository at this point in the history
  3. Use Java 21 in start-controller.sh

    Update checks in start-controller.sh to require Java 21.
    
    Signed-off-by: Ivan Hrasko <[email protected]>
    ihrasko committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    79ea518 View commit details
    Browse the repository at this point in the history
  4. Set log4j-config maven.compiler.release to 21

    Set maven.compiler.release in log4j-config to 21.
    
    Signed-off-by: Ivan Hrasko <[email protected]>
    ihrasko committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    269cabb View commit details
    Browse the repository at this point in the history