diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-08-21 00:41:56 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-08-21 01:03:59 +0200 |
commit | 769185e123dfd4a073161eafb58ce50bb79d6201 (patch) | |
tree | dd8f1d9c462c6bf1bff1d81d793ed5c169d5246f /doc/changelog.markdown | |
parent | f83488af9c3a1e1d1906601aec60a55579dd4d90 (diff) | |
download | lombok-769185e123dfd4a073161eafb58ce50bb79d6201.tar.gz lombok-769185e123dfd4a073161eafb58ce50bb79d6201.tar.bz2 lombok-769185e123dfd4a073161eafb58ce50bb79d6201.zip |
[#1806] Potential fix for java 11 in regards to module system.
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 21e385be..6ba673ad 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -4,6 +4,7 @@ Lombok Changelog ### v1.18.3 "Edgy Guinea Pig" * FEATURE: The `@FieldNameConstants` feature has been completely redesigned. [Issue #1774](https://github.com/rzwitserloot/lombok/issues/1774) [FieldNameConstants documentation](https://projectlombok.org/features/experimental/FieldNameConstants) * BUGFIX: When using lombok to compile modularized (`module-info.java`-style) code, if the module name has dots in it, it wouldn't work. [Issue #1808](https://github.com/rzwitserloot/lombok/issues/1808) +* BUGFIX: Errors about lombok not reading a module providing `org.mapstruct.ap.spi` when trying to use lombok in jigsaw-mode on JDK 11. [Issue #1806](https://github.com/rzwitserloot/lombok/issues/1806) ### v1.18.2 (July 26th, 2018) * BUGFIX: mapstruct + lombok in eclipse should hopefully work again. [Issue #1359](https://github.com/rzwitserloot/lombok/issues/1359) and [mapstruct issue #1159](https://github.com/mapstruct/mapstruct/issues/1159) |