diff options
author | Roel Spilker <r.spilker@gmail.com> | 2017-12-11 22:43:16 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2017-12-11 22:43:16 +0100 |
commit | 50cb79b9ed02a1e87bd223a36c512a6857294094 (patch) | |
tree | 37ff4f521c5d41efb8829de976ba783b0a55a6a4 /doc | |
parent | aaa29d16ee2efa83cc1ae2ff7313bd2dc093f2e7 (diff) | |
download | lombok-50cb79b9ed02a1e87bd223a36c512a6857294094.tar.gz lombok-50cb79b9ed02a1e87bd223a36c512a6857294094.tar.bz2 lombok-50cb79b9ed02a1e87bd223a36c512a6857294094.zip |
installer now defaults to inserting an absolute path into eclipse.ini
Diffstat (limited to 'doc')
-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 951f579f..642034ca 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -9,6 +9,7 @@ Lombok Changelog * 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) * BUGFIX: `delombok` no longer prints the synthetic outer-class parameter. [Issue #1521](https://github.com/rzwitserloot/lombok/issues/1521) +* INSTALLER: By default, the lombok installer now inserts an absolute path in `eclipse.ini` and friends, instead of a relative path. If you want the old behavior, you can use `java -jar -Dlombok.installer.fullpath=false lombok.jar`. ### v1.16.18 (July 3rd, 2017) * PLATFORM: JDK9 support much improved since v1.16.6; [Issue #985](https://github.com/rzwitserloot/lombok/issues/985) |