Releases: palantir/jakarta-package-alignment
Releases · palantir/jakarta-package-alignment
0.6.0
0.5.0
0.4.0
Type | Description | Link |
---|---|---|
Fix | fix issue with getReplacement when version is empty string It is possible that JakartaPackageAlignmentPlugin will call getReplacement with an empty string for the version. Previously, this code would erroneously return a replacement version because the comparator for ComparableVersion returns -1 when an empty string is compared with the maximum Jakarta version. To address that, only look for a replacement when the version is non-null and non-empty. Fixes #25 |
#26 |
0.3.0
Type | Description | Link |
---|---|---|
Improvement | remove guava dependency I've come across multiple gradle plugins which publish a fat jar that embeds a version of ImmutableMap from an older version of guava, causing the classloader to load the older version and this code to fail (because it used a method from a newer version). |
#22 |
0.2.0
0.1.0
No documented user facing changes