diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-11-29 04:05:27 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-11-29 04:06:23 +0100 |
commit | 72561d742884e857bc11cca290be26d9d04ec937 (patch) | |
tree | 91b306c56ef56ed35a8aa263ba311bae95ead9bf /doc/changelog.markdown | |
parent | af8c2bf8e5770d2d5a1f74a2b4959ceefb5ed03e (diff) | |
download | lombok-72561d742884e857bc11cca290be26d9d04ec937.tar.gz lombok-72561d742884e857bc11cca290be26d9d04ec937.tar.bz2 lombok-72561d742884e857bc11cca290be26d9d04ec937.zip |
javax.annotation.Generated will no longer be applied by default (Oracle broke it with JDK9).
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index a3750112..6a5a7da5 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -6,6 +6,7 @@ Lombok Changelog * PLATFORM: Possible support for jdk9 in the new IntelliJ, Netbeans and for Gradle. * DEVELOPMENT: Compiling lombok on JDK1.9 is now possible. * BUGFIX: The generated hashCode would break the contract if `callSuper=true,of={}`. [Issue #1505](https://github.com/rzwitserloot/lombok/issues/1505) +* BREAKING CHANGE: _lombok config_ key `lombok.addJavaxGeneratedAnnotation` now defaults to `false` instead of true. Oracle broke this annotation with the release of JDK9, neccessitating this breaking change. ### v1.16.18 (July 3rd, 2017) * PLATFORM: JDK9 support much improved since v1.16.6; [Issue #985](https://github.com/rzwitserloot/lombok/issues/985) |