From ac92c8738ef8899c737b8ba04a21e114faefb85f Mon Sep 17 00:00:00 2001 From: Alex Abashev Date: Wed, 23 Sep 2026 21:50:29 +0300 Subject: [PATCH] Say in the README that bug fixes can change the output 2.98.0.3 fixes bugs that change palantir-java-format's output, so "identical output" no longer holds. The output is the same except for those fixes, which the site's Migrate page lists; other output changes still wait for 3.0. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ce3d0a03..9553d8968 100644 --- a/README.md +++ b/README.md @@ -84,13 +84,15 @@ private static void configureResolvedVersionsWithVersionMapping(Project project) ## Coming from palantir-java-format -- **Identical output.** 2.98.0.1 is the code of palantir-java-format 2.98.0, renamed and rebuilt in - the open. The fourth number counts builds of an upstream version. +- **Same output, except for bug fixes.** 2.98.0.x is the code of palantir-java-format 2.98.0, renamed + and rebuilt in the open. Its output is the same except where it fixes a bug, and + [Migrate](https://openjavaformat.dev/migrate/) lists those fixes. The fourth number counts builds of + an upstream version. - **Identical Java packages.** `com.palantir.javaformat.*` stays for the whole 2.x line, so your code and the SPI keep working. - **One-line migration.** Change the coordinates below. Nothing else. -Changes to the formatter's output wait for 3.0. +Other changes to the formatter's output wait for 3.0. | | palantir-java-format | open-java-format | |---|---|---|