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

Using TCK Tested JDK builds of OpenJDK #399

Merged
merged 1 commit into from May 10, 2022

Commits on Oct 4, 2021

  1. Using TCK Tested JDK builds of OpenJDK

    The AdoptOpenJDK has been discontinued since July 2021. When using Zulu you get all the latest updated (TCK Tested) builds for all versions of OpenJDK. 
    
    Also added are fixed (major) release version(s) such as 11.0.3. This is often a good practice whenever a build/test triggers (push/pull events) this can determine if the latest JDK (11) had failed the build vs something in your code that caused it. For example, when building with JDK 11.0.3 (fixed version) the build passes (green) and JDK 11 fails (red) will mean that the latest JDK (11) was the cause and not your code. 
    
    

Note: Other distributions such as Temurin do not support archived fixed release prior to Sept. 2021.
    carldea committed Oct 4, 2021
    Copy the full SHA
    b7838d4 View commit details
    Browse the repository at this point in the history