Skip to content

2.71.0

Choose a tag to compare

@autorelease3 autorelease3 released this 16 Jul 10:37
· 317 commits to develop since this release
2.71.0
4b68a66

馃悰 Fixes

  • Fix the following error when running under JDK 25 EA:

    'java.util.Queue com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.getDiagnostics()'
    java.lang.NoSuchMethodError: 'java.util.Queue com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.getDiagnostics()'
    ``` ([#1367](https://github.com/palantir/palantir-java-format/pull/1367))