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

Remove Java 11 support #457

Merged
merged 2 commits into from
Oct 12, 2024

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    3141a68 View commit details
    Browse the repository at this point in the history
  2. Remove Java 11 support

    Jenkins weekly 2.463 dropped support for Java 11.  Jenkins LTS 2.479.1
    will drop support for Java 11 when it releases 30 Oct 2024.
    
    The Jenkins security team only provides security fixes for the most recent
    weekly release and the most recent LTS release.  That means there will
    be no security updates for Jenkins LTS versions prior to 2.479.1 once
    it is released 30 Oct 2024.
    
    Jenkins agents require a JDK that has the same major version as the
    controller or a greater JDK major version than the controller JVM.
    After 30 Oct 2024, there will be no supported configuration where Java
    11 agents run.  This change removes the Java 11 build and update process.
    
    We can wait until 30 Oct 2024 to merge this change if needed, but there
    is not much reason to wait beyond 30 Oct 2024 for that merge.
    MarkEWaite committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    afb821b View commit details
    Browse the repository at this point in the history