Releases: palantir/palantir-java-format
Releases · palantir/palantir-java-format
Release list
2.71.0
🐛 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
🐛 Fixes
- Update to use the new configuration cache safe
GradleOperatingSystem(#1338)
2.69.0
💡 Improvements
- Make palantir-java-format support spotless 6.22.0, which is transitively brought in from baseline to support the configuration cache (#1313)
2.68.0
2.67.0
🐛 Fixes
- SpotlessApply uses Java 21 version (#1243)
2.66.0
🐛 Fixes
- Use recommended project.getService & update sinceBuild to match intellij version (#1295)
2.65.0
2.64.0
💡 Improvements
- Allow
palantir-java-formatidea plugin dependency configuration viaidea-configurationplugin (#1286)
2.63.0
🐛 Fixes
- Set working directory for the native image process (#1273)
2.62.0
💡 Improvements
- Add formatter Intellij logs (#1263)