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

Fix Java 21 compatibilities #1920

Merged
merged 10 commits into from
Dec 3, 2023
Merged

Commits on Dec 2, 2023

  1. Use palantir-java-format 2.38.0 on Java 21

    Co-authored-by: Goooler <wangzongler@gmail.com>
    slachiewicz and Goooler committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    de20ea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00596df View commit details
    Browse the repository at this point in the history
  3. Add Java 21 to CI matrix

    Goooler committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    1ba268b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b6cefd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    682dcd6 View commit details
    Browse the repository at this point in the history
  6. Use Guava 32.1.3

    Goooler committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    a6495ed View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Fix tests related to Java 21

    * Fix CombinedJavaFormatStepTest
    
    * Fix GoogleJavaFormatStepTest
    
    * Fix PalantirJavaFormatStepTest
    
    * Fix GoogleJavaFormatIntegrationTest
    
    * Fix MultiProjectTest
    
    * Fix MavenProvisionerTest
    
    * Fix PalantirJavaFormatTest
    
    * Fix SpecificFilesTest
    
    * Fix GoogleJavaFormatTest
    Goooler committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ce7563c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf82239 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2cc906 View commit details
    Browse the repository at this point in the history
  4. jvmLocalCache was failing on Java 21 because the trick we used to t…

    …est JvmLocalCache doesn't work with Gradle 8.5.
    nedtwigg committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    c95574f View commit details
    Browse the repository at this point in the history