aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-10-29added changelog comment about the shadowloaderReinier Zwitserloot
2014-09-15post-release version bumpReinier Zwitserloot
2014-09-15pre-release version bumpReinier Zwitserloot
2014-09-09[config] Updated changelogRoel Spilker
2014-09-02post-release version bumpReinier Zwitserloot
2014-09-02pre-release version bump.Reinier Zwitserloot
2014-08-21[i731] javac resolution broken by 1.8.0_20; fixed with some reflection ↵Roel Spilker
voodoo. -R&R
2014-08-21[config] added histogram tracker option (-Dlombok.timeConfig) and ↵Roel Spilker
disable-entirely option (-Dlombok.disableConfig) to debug continuing speed issues with the config system, for an edge release.
2014-08-16Some workaround fix-esque work to prevent serious slowdown issues when ↵Reinier Zwitserloot
refactoring.
2014-07-01[release] post-release version bumpReinier Zwitserloot
2014-07-01[release] pre-release version bumpReinier Zwitserloot
2014-06-25[issue 699] [issue 682] [issue 683] lots of fixes for eclipse/ecj based ↵Roel Spilker
issues surrounding path finding.
2014-06-10pre-release version bumpReinier Zwitserloot
2014-06-09added eclipse logging to the configsystem’s error reporter, and cleaned up ↵Reinier Zwitserloot
the changelog slightly.
2014-06-05[#688] Bugfix for eclipse: syntax highlighting would break amongst many ↵Reinier Zwitserloot
other features if using @Setter and most other features.
2014-06-01Fixed up and extended Tolerate with support for constructors, and added docs.Reinier Zwitserloot
2014-05-30#682: bugfix work in progress to fix IllegalArgumentException ‘Path must ↵Reinier Zwitserloot
include project and resource name’.
2014-05-29#683: URI not absolute errors in mvn builds due to search for lombok.config ↵Reinier Zwitserloot
being broken.
2014-05-27post-release version bumpReinier Zwitserloot
2014-05-27pre-release version bumpReinier Zwitserloot
2014-05-23Added confkey to make @NonNull generate a different exception because of the ↵Reinier Zwitserloot
IllegalArgumentException vs. NullPointerException that we really don’t want to get into.
2014-05-20@Delegate has moved to lombok.experimental.Reinier Zwitserloot
Some work on the aliasing system to make that go smoothly.
2014-05-12patcher upgrade for issue 666.Reinier Zwitserloot
2014-04-29added docs for the new onParam feature on EqualsAndHashCode, and some tiny ↵Reinier Zwitserloot
stylistic nitpicking.
2014-04-02[#655] Switched to ASM5 to support -target 1.8 classes.Reinier Zwitserloot
2014-03-26Added issue number to changelogRoel Spilker
2014-03-26[i659] suppression of @ConstructorProperties should use config instead. Also ↵Roel Spilker
modified all onX examples to use two underscores.
2014-03-26[i660] canEqual is now protected instead of public.Roel Spilker
Also fixed the total lack of canEqual in the usage examples.
2014-03-17[#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that ↵Roel Spilker
used a WeakHashMap to fake a field.
2014-03-07fixed the weird goosechase thing in the changelog.Reinier Zwitserloot
2014-03-07post release version bumpReinier Zwitserloot
2014-03-06dang, I typoed the version number in changelog, and I already pushed out to ↵Reinier Zwitserloot
maven. Oh well.
2014-03-06pre-release version bumpReinier Zwitserloot
2014-03-01Updated changelog to reflect fixes for issue #648 and getting rid of the JNA ↵Roel Spilker
dep.
2014-02-27updated changelog to reflect the new support for luna and some JDK8 features ↵Roel Spilker
in eclipse.
2014-02-25yet another (much better) attempt at fixing the deadlock issue. Again all ↵Roel Spilker
the work is in lombok.patcher, this is just updating the deps.
2014-02-24Another shot in the dark to fix deadlock issues with eclipse and build ↵Roel Spilker
plugins, issue #645 and issue #531. The actual fix is in lombok.patcher, this is just a dep update to use v0.8 of lombok.patcher which is the real shot in the dark.
2014-02-20previous fix also fixes issue 438: Using the surround with try/catch ↵Roel Spilker
quickfix in methods with SneakyThrows
2014-02-20[suspect:eclipse] Fix for issue 633: refactor script 'extract local ↵Roel Spilker
variable' did not work inside for example SneakyThrows-protected methods. This fix is reverting the change in e835daa9. During conversion of the internal.ast to the dom AST, a flag is introduced named 'ORIGINAL'. Commit e835daa9 always explicitly cleared it for all lombok-generated nodes, in an attempt to try and do the appropriate thing, treating the ORIGINAL flag as a simile for 'generated code'. Unfortunately, for eclipse code analysis, all our generated code should be treated as if it's "really" there, and in general this doesn't work because eclipse's concept of 'generated' applies to explicit super() calls and the like, not the kind of stuff lombok introduces.
2014-02-11changelog updated for issue 632 (topic support for loggers)Reinier Zwitserloot
2014-02-06Updated changelogRoel Spilker
2014-02-05Updated changelogRoel Spilker
2014-01-23[#585] Copying of javadoc to getters / setters / withers woudl copy ↵Reinier Zwitserloot
non-relevant sections too.
2014-01-19Typo in changelogRoel Spilker
2014-01-19Issue 625: use (even) better primes for hashcodesRoel Spilker
2014-01-19Issue 629: have delombok respect the emptyLines derecotry inside enum bodies ↵Roel Spilker
as well
2014-01-15post-release version bumpReinier Zwitserloot
2014-01-15pre-release version bumpReinier Zwitserloot
2014-01-09[#625] Changelog entry for this issueReinier Zwitserloot
2013-12-11Added complete support for delombok's 'pretty' format options; covering all ↵Reinier Zwitserloot
of the issue #608.