You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* lombok.addGeneratedAnnotation was removed because it was derpecated
and replaced by lombok.addJavaxGeneratedAnnotation in 1.16.14:
DEPRECATION: The configuration key lombok.addGeneratedAnnotation is
now deprecated, use lombok.addJavaxGeneratedAnnotation instead.
that is false by default starting from this release:
BREAKING CHANGE: lombok config key lombok.addJavaxGeneratedAnnotation
now defaults to false instead of true. Oracle broke this annotation
with the release of JDK9, necessitating this breaking change.
* lombok.anyConstructor.suppressConstructorProperties was removed
because it is true by default starting from this release:
BREAKING CHANGE: lombok config key
lombok.anyConstructor.suppressConstructorProperties is now deprecated
and defaults to true, that is, by default lombok no longer
automatically generates @ConstructorProperties annotations.
Changelog: https://projectlombok.org/changelog
No functional changes.
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -538,7 +538,7 @@
538
538
<liquibase.version>3.5.5</liquibase.version>
539
539
540
540
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
0 commit comments