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

Test Java 21 on CI #36284

Merged
merged 10 commits into from
Oct 24, 2023
Merged

Test Java 21 on CI #36284

merged 10 commits into from
Oct 24, 2023

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    72f5148 View commit details
    Browse the repository at this point in the history
  2. Remove more Docker images

    gsmet committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3d5800e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a34df06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00ad296 View commit details
    Browse the repository at this point in the history
  5. Remove --enable-preview from virtual-threads ITs

    We are now using Java 21 so we don't need the flag anymore.
    gsmet committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    30d8bc1 View commit details
    Browse the repository at this point in the history
  6. Add a ci-disk-usage.sh script

    gsmet committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    32fb7dd View commit details
    Browse the repository at this point in the history
  7. Skip Scala 2 tests on Java 21+

    gsmet committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0080a25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1dcf01 View commit details
    Browse the repository at this point in the history
  9. Higher Xmx for Java 21 testing

    gsmet committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2b4cf59 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Disable CDI TCK ManagedBeanTypesTest for now

    This test is not compatible with Java 21.
    
    See jakartaee/cdi-tck#485
    gsmet committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1632b31 View commit details
    Browse the repository at this point in the history