Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-14 | ShadowClassLoader is now friendlier to trying to extend lombok. | Reinier Zwitserloot | |
Your (separate) jar/dir should have a file named META-INF/ShadowClassLoader. This file should contain the string 'lombok'. If you have that, any classes in that jar/dir will be loaded in the same space as lombok classes. You can also rename the class files to .SCL.lombok to avoid other loaders from finding them. | |||
2016-06-09 | #1117: add claiming annotation processor | Roel Spilker | |
2016-05-11 | Update changelog | Roel Spilker | |
2016-03-07 | pre-release version bump. | Reinier Zwitserloot | |
2016-03-07 | changelog for fixing @Helper | Reinier Zwitserloot | |
2015-12-18 | fix #986: add @Target and @Retention to @Builder.ObtainVia | Roel Spilker | |
2015-12-18 | fix issue #932: `@Delegate` would not generate varargs on javac | Roel Spilker | |
2015-12-07 | add text to change for edge-specific features. | Roel Spilker | |
2015-11-23 | [Fixes #945] wither methods for abstract classes now slightly less useless. | Reinier Zwitserloot | |
2015-11-23 | [Fixes #965] Adds a config key to automatically determine the behaviour of ↵ | Reinier Zwitserloot | |
equals and hashCode generation when | |||
2015-11-22 | [Fixes #972] 1-arg lambdas with explicit typing on the argument did not ↵ | Reinier Zwitserloot | |
pretty print correctly. | |||
2015-11-17 | updated changelog to reflect adding issue #937 | Reinier Zwitserloot | |
2015-11-16 | [Fixes #63] finished accept on patch request to add support for `@Builder` ↵ | Reinier Zwitserloot | |
on instance methods by adding the changelog entry. | |||
2015-11-16 | [builder] Added clearX() functionality for `@Singular` annotations for ↵ | Reinier Zwitserloot | |
javac. Also docs and changelog. | |||
2015-10-26 | [#950] Changelog record for fixing issue 950. | Roel Spilker | |
2015-10-06 | New feature: FieldDefaults can now be configured to apply to _every_ file, ↵ | Reinier Zwitserloot | |
regardless of annotations. | |||
2015-10-05 | [Fixes #807] The NonNull annotation can now be used documentary style on ↵ | Reinier Zwitserloot | |
params of abstract methods. The warning has been eliminated. | |||
2015-09-24 | [Closes #928] `@Value` no longer makes uninitialized static fields final | Roel Spilker | |
2015-08-19 | post-release version bump | Reinier Zwitserloot | |
2015-08-18 | pre-release version bump | Reinier Zwitserloot | |
2015-08-18 | Updated changelog for fix to issue #855 | Reinier Zwitserloot | |
2015-08-16 | Merge branch 'force' | Reinier Zwitserloot | |
Conflicts: doc/changelog.markdown src/core/lombok/eclipse/handlers/HandleBuilder.java | |||
2015-08-16 | Merge branch 'builderClone' | Reinier Zwitserloot | |
Conflicts: doc/changelog.markdown | |||
2015-08-13 | added changelog for @Helper | Reinier Zwitserloot | |
2015-07-22 | Support for @NoArgsConstructor(force = true). | Reinier Zwitserloot | |
2015-07-21 | docs for the new toBuilder=true feature. | Reinier Zwitserloot | |
2015-07-15 | changelog updated to point at new github URLs | Reinier Zwitserloot | |
2015-07-15 | updated website to point to github issue tracker instead of code.google. | Reinier Zwitserloot | |
2015-07-08 | Fixes for eclipse mars. | Reinier Zwitserloot | |
2015-06-25 | The hashCode() method now generates a magic prime instead of 0 for the hash ↵ | Reinier Zwitserloot | |
of null values; this reduces collisions. | |||
2015-06-24 | [trivial] updated changelog to reflect now confirmed performance fix for ↵ | Reinier Zwitserloot | |
eclipse lombok.config resolution. | |||
2015-05-15 | [i793] Parameterized static methods with Builder would produce compiler ↵ | Reinier Zwitserloot | |
errors in javac. | |||
2015-05-02 | Change http://projectlombok.org to https://projectlombok.org | Roel Spilker | |
2015-04-14 | post-release version bump | Reinier Zwitserloot | |
2015-04-14 | pre-release version bump | Reinier Zwitserloot | |
2015-04-14 | [i804] @UtilityClass fails to properly initialize fields (which ↵ | Reinier Zwitserloot | |
@UtilityClass makes static) with initializers, in eclipse. also updates the changelog more generally, it was lacking some recent work. | |||
2015-02-10 | [version] post-release version bump | Reinier Zwitserloot | |
2015-02-10 | [version] pre-release version bump | Reinier Zwitserloot | |
2015-02-08 | [trivial] added some issues to the changelog. | Reinier Zwitserloot | |
2015-02-08 | [shadowloader] Fix for lombok v1.16.0 no longer working in eclipses that use ↵ | Reinier Zwitserloot | |
-target 1.4 style class files (such as eclipse indigo). It’s a doozy. | |||
2015-02-03 | [i777] shadowloader’s ‘find myself’ feature didn’t work if spaces ↵ | Reinier Zwitserloot | |
were in the path due to lack of decoding a URL. | |||
2015-02-02 | added impl for @UtilityClass. | Reinier Zwitserloot | |
2015-02-02 | [i702] findbugs suppress warnings now available via config key. | Reinier Zwitserloot | |
2015-01-31 | updated some copyright headers and reverted a change to use a TreeMap to ↵ | Reinier Zwitserloot | |
force a more deterministic order to file processing in order to aid debugging. Also updated changelog. | |||
2015-01-30 | [i775] We broke the ant task with shadowloader; fixed again. | Reinier Zwitserloot | |
2015-01-27 | post-release version bump | Reinier Zwitserloot | |
2015-01-26 | pre-release version bump | Reinier Zwitserloot | |
2015-01-26 | updated changelog | Reinier Zwitserloot | |
2015-01-26 | optimized the creation for singular lists/collections. | Reinier Zwitserloot | |
2015-01-26 | documentation for @Singular. | Reinier Zwitserloot | |