Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-01 | Updated changelog to reflect fixes for issue #648 and getting rid of the JNA ↵ | Roel Spilker | |
dep. | |||
2014-02-27 | updated changelog to reflect the new support for luna and some JDK8 features ↵ | Roel Spilker | |
in eclipse. | |||
2014-02-25 | yet 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-24 | Another 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-20 | previous 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-11 | changelog updated for issue 632 (topic support for loggers) | Reinier Zwitserloot | |
2014-02-06 | Updated changelog | Roel Spilker | |
2014-02-05 | Updated changelog | Roel Spilker | |
2014-01-23 | [#585] Copying of javadoc to getters / setters / withers woudl copy ↵ | Reinier Zwitserloot | |
non-relevant sections too. | |||
2014-01-19 | Typo in changelog | Roel Spilker | |
2014-01-19 | Issue 625: use (even) better primes for hashcodes | Roel Spilker | |
2014-01-19 | Issue 629: have delombok respect the emptyLines derecotry inside enum bodies ↵ | Roel Spilker | |
as well | |||
2014-01-15 | post-release version bump | Reinier Zwitserloot | |
2014-01-15 | pre-release version bump | Reinier Zwitserloot | |
2014-01-09 | [#625] Changelog entry for this issue | Reinier Zwitserloot | |
2013-12-11 | Added complete support for delombok's 'pretty' format options; covering all ↵ | Reinier Zwitserloot | |
of the issue #608. | |||
2013-12-03 | Fix for Issue #591: v1.12.2 doesn't well with netbeans. | Roel Spilker | |
2013-10-27 | changelog for bugfix for 598 from previous commit | Reinier Zwitserloot | |
2013-10-10 | Fix for issues when mixing @NonNull on params with @SneakyThrows or ↵ | Reinier Zwitserloot | |
@Synchronized [Issue #588] | |||
2013-09-10 | version naming and changelog update for edge release | Reinier Zwitserloot | |
2013-07-16 | bumped version | Reinier Zwitserloot | |
2013-07-08 | possible fix for a deadlock issue 531. | Reinier Zwitserloot | |
2013-07-08 | Fixed value's snippet integration (it hadn't been updated yet now that Value ↵ | Reinier Zwitserloot | |
has moved from experimental into core). | |||
2013-07-08 | Support for javadoc copying in Getter/Setter generation for javac, as well ↵ | Reinier Zwitserloot | |
as updates to all relevant documentation | |||
2013-07-07 | updated docs for new desugaring for getter(lazy=true) | Reinier Zwitserloot | |
2013-06-25 | And now the changelogs are also updated to reflect that Value has been ↵ | Reinier Zwitserloot | |
promoted. Racking up the commits here... | |||
2013-06-25 | Value has been promoted to the main package. | Reinier Zwitserloot | |
2013-06-18 | javac builder implementation. Passes all tests. | Reinier Zwitserloot | |
Added toString() impl for builders in both eclipse and javac. Added all documentation, though it'll need some reviewing. | |||
2013-05-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot | |
including docs and changelog. | |||
2013-05-30 | Fixes for issue 470: VerifyErrors when using @SneakyThrows. | Reinier Zwitserloot | |
2013-05-24 | added previous fix of issue 520 to the changelog | Reinier Zwitserloot | |
2013-05-06 | Fixed issue 513: If equals is present but hashCode isn't, @Data now ↵ | Reinier Zwitserloot | |
generates a warning to explain this strange situation. | |||
2013-04-23 | prerelease version bump | Reinier Zwitserloot | |
2013-03-26 | updated changelog to reflect performance improvements of previous commit. | Roel Spilker | |
2013-03-18 | Fixed issue 459: Delombok would choke on try-with-resources. | Reinier Zwitserloot | |
2013-03-12 | Fix for issue #436: In eclipse, calling i.e. `list.get(i).extensionMethod()` ↵ | Reinier Zwitserloot | |
would fail with VerifyError when that code is executed in eclipse. | |||
2013-03-11 | Updated documentation to reflect support of JBoss Developer Studio | Reinier Zwitserloot | |
2013-03-11 | Added @Log4j2 support. | Reinier Zwitserloot | |
2013-02-25 | fixed typoed URL to onX docs in changelog | Reinier Zwitserloot | |
2013-02-18 | Changed @Value to no longer imply @Wither. Usually you want only | Reinier Zwitserloot | |
a few or no withers at all, and adding them is a lot simpler than removing them. This is a breaking change, but then that's why @Value was in experimental in the first place. | |||
2012-11-17 | Added all documentation for the onX feature and updated changelog. | Reinier Zwitserloot | |
Now to actually write the feature (Well, rescue it from the onX-removal tag). | |||
2012-10-30 | whoops forgot to update changelog for release 0.11.6 | Reinier Zwitserloot | |
2012-10-30 | Added annotation for the slf4j extended logger | grootjans | |
2012-10-30 | Fix for issue 408: IllegalArgumentException when generating setters in ↵ | Reinier Zwitserloot | |
eclipse for fields with @Deprecated on them. | |||
2012-10-29 | fix for issue #423: @ExtensionMethods failed with an NPE in the handler on ↵ | Reinier Zwitserloot | |
javac if generated constructors are involved. | |||
2012-10-23 | added previous fix to changelog. | Reinier Zwitserloot | |
2012-10-22 | Fixes issue 422: VerifyError when running delombok in a javac7 environment. | Reinier Zwitserloot | |
2012-08-28 | If the JVM is started with -Dlombok.disable, lombok is disabled entirely for ↵ | Reinier Zwitserloot | |
both eclipse/ecj and javac operations. | |||
2012-08-13 | prerelease version bump | Reinier Zwitserloot | |