Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-26 | pre-release version bump | Reinier Zwitserloot | |
2018-07-25 | Added key ‘dangerousconfig.lombok.disable’. | Reinier Zwitserloot | |
2018-07-25 | [Fixes issue #1783] lombok.var / lombok.experimental.var import would be ↵ | Reinier Zwitserloot | |
removed by eclipse’s organize imports. | |||
2018-07-25 | [fixes issue #1759] We removed the ‘flag usage’ check on builder instead ↵ | Reinier Zwitserloot | |
of replacing it with the non-experimental check about 3 years ago when builder moved out of experimental. The check has now been restored. | |||
2018-07-25 | Fixes issue #1789 - picking another workspace duplicates the ‘lombok is ↵ | Reinier Zwitserloot | |
installed’ text in the eclipse about dialog. | |||
2018-07-20 | Replaced StringBuilder by simple char array in "hotspot" method | Roland Praml | |
2018-07-20 | Add Roland Praml to authors list | Roland Praml | |
2018-07-18 | Add self to authors. | Philippe Charles | |
2018-07-17 | Attempting to fix issues with integration with mapstruct; issue #1359 | Reinier Zwitserloot | |
2018-07-17 | lombok config broken: version must be string | Thomas Klambauer | |
otherwise gradle compile will fail. | |||
2018-07-11 | Fix NetBeans 8.x compile-on-save issue. | Philippe Charles | |
2018-07-03 | [Fixes #1347] issues with no-args constructor and Builder.Default now ↵ | Reinier Zwitserloot | |
documented and fixed. | |||
2018-07-03 | gave the tests for issue #1397 (generated constructors take ↵ | Reinier Zwitserloot | |
`@Builder.Default` into account) an update. | |||
2018-07-03 | [issue #1347] When lombok generates constructors, it should call the ↵ | Reinier Zwitserloot | |
`@Builder.Default` static method instead of initializing to null/0/false. This does that, for ecj. | |||
2018-07-03 | [issue #1347] When lombok generates constructors, it should call the ↵ | Reinier Zwitserloot | |
`@Builder.Default` static method instead of initializing to null/0/false. This does that, for javac. | |||
2018-06-19 | changelog | Roel Spilker | |
2018-06-19 | Merge branch 'sclExpansionUpdate' | Reinier Zwitserloot | |
2018-06-19 | [SCL] update that should make it a little easier to add custom lombok handlers. | Reinier Zwitserloot | |
2018-06-18 | [website] lombok licenses for international customers now via stripe instead ↵ | Reinier Zwitserloot | |
of payoneer. Also, typos. | |||
2018-06-18 | Transient fields should by default be excluded from equals and hashCode. ↵ | Roel Spilker | |
Fixes #1724 | |||
2018-06-13 | [trivial] make the website build again, bugfix in template loading of ↵ | Reinier Zwitserloot | |
SuperBuilder.html. | |||
2018-06-13 | added SuperBuilder to the changelog | Reinier Zwitserloot | |
2018-06-13 | Merge branch 'janrieke-superBuilder' | Reinier Zwitserloot | |
2018-06-13 | [SuperBuilder] code review, style update, making it JDK1.6 compatible, ↵ | Reinier Zwitserloot | |
documentation review, bugfix for setter auto-presuming chaining even when you didn’t configure it to chain. | |||
2018-06-13 | forgot to update Version.java in the post-release version bump. | Reinier Zwitserloot | |
2018-06-13 | Merge branch 'Wikia-gradle-incremental-fix' | Reinier Zwitserloot | |
2018-06-07 | Also generify AnnotationProcessor logic | mszabo-wikia | |
2018-06-07 | Generify logic to obtain JavacFiler and JavacProcessingEnvironment | mszabo-wikia | |
2018-06-06 | Fix #1716: Update for Gradle incremental compilation API change in Gradle ↵ | mszabo-wikia | |
4.8 and above | |||
2018-06-06 | next lombok version is 1.18.1 | Jan Rieke | |
2018-06-05 | post-release version bump | Reinier Zwitserloot | |
2018-06-05 | running tests on command line can be finicky, lets not make it a requirement ↵ | Reinier Zwitserloot | |
when pushing releases. | |||
2018-06-05 | pre-release version bump | Reinier Zwitserloot | |
2018-06-05 | Fixes #1676 at least for eclipse: You can now use java10 var in an eclipse ↵ | Reinier Zwitserloot | |
that supports this, without lombok getting in the way. | |||
2018-06-04 | Fixing the snippet for the reworked FieldNameConstants | Reinier Zwitserloot | |
2018-06-04 | `@NonNull` now uses a slightly longer exception message. | Reinier Zwitserloot | |
2018-06-04 | Merge pull request #1698 from hubrick/feature/explicit-npe-message | Reinier Zwitserloot | |
Make the null check exception a little bit more explicit | |||
2018-06-04 | Make `extraPrivate` opt-in instead of opt-out. Fixes #1708 | Roel Spilker | |
2018-06-04 | FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can ↵ | Reinier Zwitserloot | |
be configured both on the annotation itself and via a config key. This totally breaks compatibility with the previous lombok release, but, hey, it’s in experimental and it’s been one week. This is better. | |||
2018-06-04 | Do not generate a private no-args constructor if: | Roel Spilker | |
- The class has a parent class - There is an explicit XxxArgsConstructor annotation that would generate a no-args constructor Fixes #1703, fixes #1704, fixes #1712 | |||
2018-06-04 | Fixex #1697: google’s FluentLogger (Flogger) now available as one of ↵ | Reinier Zwitserloot | |
lombok’s log annotations. | |||
2018-06-04 | changelog now mentions fix for issue 1709 | Reinier Zwitserloot | |
2018-06-04 | fixes #1709 – boolean properties in lombok annotations, such as ↵ | Reinier Zwitserloot | |
onlyExplicitlyIncluded, didn’t work. | |||
2018-06-04 | Remove delombok shorthand for onlyChanged, fixes #1705 | Roel Spilker | |
2018-06-04 | SuperBuilder support for abstract classes | Jan Rieke | |
2018-06-01 | next lombok version is 0.16.23 | Jan Rieke | |
2018-06-01 | reverted unnecessary import reordering | Jan Rieke | |
2018-06-01 | support @Builder.Default | Jan Rieke | |
2018-06-01 | handle experimental flag usage | Jan Rieke | |
2018-05-31 | ecj: generate default constructor for builder classes | Jan Rieke | |