Skip to content

Releases: palantir/palantir-java-format

2.72.0

18 Jul 14:00
2.72.0
b9769bf
Compare
Choose a tag to compare

🐛 Fixes

  • Intellij uses the native image from .gradle/palantir-java-formatter-caches (#1306)

2.71.0

16 Jul 10:37
2.71.0
4b68a66
Compare
Choose a tag to compare

🐛 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))
    

2.70.0

04 Jul 11:00
2.70.0
6c9c0b0
Compare
Choose a tag to compare

🐛 Fixes

  • Update to use the new configuration cache safe GradleOperatingSystem (#1338)

2.69.0

24 Jun 15:18
2.69.0
97bf38d
Compare
Choose a tag to compare

💡 Improvements

2.68.0

09 Jun 12:55
2.68.0
1e25846
Compare
Choose a tag to compare

🐛 Fixes

  • bump gradle-idea-configuration and move off deprecated methods (#1298)
  • Support for var in record patterns (#1312)

2.67.0

15 May 16:30
2.67.0
c56bc67
Compare
Choose a tag to compare

🐛 Fixes

  • SpotlessApply uses Java 21 version (#1243)

2.66.0

09 May 12:35
2.66.0
48da16e
Compare
Choose a tag to compare

🐛 Fixes

  • Use recommended project.getService & update sinceBuild to match intellij version (#1295)

2.65.0

09 May 09:33
2.65.0
baef779
Compare
Choose a tag to compare

No documented user-facing changes

2.64.0

07 May 12:36
2.64.0
9fd7a97
Compare
Choose a tag to compare

💡 Improvements

  • Allow palantir-java-format idea plugin dependency configuration via idea-configuration plugin (#1286)

2.63.0

10 Apr 14:07
2.63.0
9ff44df
Compare
Choose a tag to compare

🐛 Fixes

  • Set working directory for the native image process (#1273)