Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-21 | [changelog] | Reinier Zwitserloot | |
2022-01-21 | Merge pull request #2904 from mernst/nullness-annotations | Reinier Zwitserloot | |
Update `NONNULL_ANNOTATIONS` and `BASE_COPYABLE_ANNOTATIONS` | |||
2022-01-21 | Merge pull request #3090 from sparhidev/master | Reinier Zwitserloot | |
Documentation updated to address #3073 | |||
2022-01-20 | Updated NonNullExample snippet to address #3073 | Shubhendu Parhi | |
2022-01-20 | Updated documentation to resolve #3073 | Shubhendu Parhi | |
2022-01-16 | [typo] type in the edgy guinea pig version number, messing up deployment of ↵ | Reinier Zwitserloot | |
changelog | |||
2022-01-16 | [log4j] one more log4j update. Again, lombok is not and never was ↵ | Reinier Zwitserloot | |
vulnerable, just ensuring your vulnerability scanners dont give off false positives. | |||
2022-01-14 | [trivial] | Reinier Zwitserloot | |
2022-01-14 | Fixing situations where all eclipse tests would fail. | Reinier Zwitserloot | |
This is another one of those: Wait.. this does not work and never has? bug. Fixed, at any rate. If _every_ eclipse test throws NPE, this fix is for you. | |||
2022-01-14 | Fix for defaulting behaviour for lombok annotations. | Reinier Zwitserloot | |
What's the name of one of those bugs where you look at it and go: Wow. This can never have possibly worked? And yet it has? An inverse heisenbug: Once observed, it has always existed, but before observing it, no problems. Anyway, fixed. For what it's worth. | |||
2022-01-14 | Add 'restart' instructions to Eclipse p2 installer. | Roel Spilker | |
2022-01-09 | [fixes #3081] make CheckerFramework's This a type annotation | Jan Rieke | |
2022-01-07 | [fixes #2908] don't generate checkerframework's @NotCalledMethods | Jan Rieke | |
2022-01-07 | Update AUTHORS file | Martin O'Connor | |
2022-01-07 | [fixes projectlombok/lombok#1036] Exclude the classloader for | Martin O'Connor | |
jasperreports-plugin due to a classloader conflict with ECJ | |||
2021-12-30 | [fixes #3070] fix guava type name for SuperBuilder's toBuilder | Jan Rieke | |
2021-12-21 | [Issue #2849] Mention the implementation of this feature in the changelog | Reinier Zwitserloot | |
2021-12-21 | [fixes #2849] Make ToString's onlyExplicitlyIncluded a config key. | Reinier Zwitserloot | |
2021-12-21 | Make javadoc generation platform independent | Roel Spilker | |
2021-12-20 | Make test for configuration more platform and settings independent | Roel Spilker | |
2021-12-20 | Help eclipse compile >java6 code | Roel Spilker | |
2021-12-18 | [#3063] Whilst lombok is not vulnerable to Log4Shell, we do have the ↵ | Reinier Zwitserloot | |
dependency on log4j, solely for testing purposes, and no user input is ever logged with it. Nevertheless, pushing the dep to 2.17 to avoid false positives from vulnerability scanners ruining the day. | |||
2021-12-16 | [#3063] Whilst lombok is not vulnerable to Log4Shell, we do have the ↵ | Reinier Zwitserloot | |
dependency on log4j, solely for testing purposes, and no user input is ever logged with it. Nevertheless, pushing the dep to 2.16 to avoid false positives from vulnerability scanners ruining the day. | |||
2021-12-16 | Add GitHub funding | Roel Spilker | |
2021-12-13 | configuration app returns non-zero value (2) if the configuration contains ↵ | Roel Spilker | |
an error. Fixes #3031 | |||
2021-12-12 | [fixes #3000] Generate new type reference for val marker annotation | Rawi01 | |
2021-12-12 | Update WithExample_pre.jpage | Durai46 | |
updated NonNull check | |||
2021-12-12 | [fixes #3036] Keep builder default initializer position | Rawi01 | |
2021-12-12 | Patch getMethodDeclarationNode method instead of individual calls | Rawi01 | |
2021-12-12 | [fixes #3040] Support array initializer in onX | Rawi01 | |
2021-12-12 | [fixes #3043] Add null check for end positions | Rawi01 | |
2021-12-12 | [fixes #3063] Bump log4j2 dep version to avoid needless security warnings ↵ | Reinier Zwitserloot | |
from dep scanners - lombok is not affected by CVE-2021-44228. | |||
2021-12-07 | Merge ../lombok-branch-master into nullness-annotations | Michael Ernst | |
2021-10-26 | [changelog] adding a few of @Rawi01's quality-of-life improvements in ↵ | Reinier Zwitserloot | |
eclipse as an entry in the changelog. | |||
2021-10-26 | Merge pull request #3015 from Rawi01/extract-pull-up | Reinier Zwitserloot | |
Extract interface + pull up | |||
2021-10-26 | Merge pull request #3012 from Fatima-Rami/documentation-for-fieldnameconstants | Reinier Zwitserloot | |
Documentation for fieldnameconstants | |||
2021-10-26 | [fixes #1309] Extract interface + pull up | Rawi01 | |
2021-10-26 | [fixes #3014] Detecting whether inner classes are static wouldn't work if ↵ | Reinier Zwitserloot | |
placed inside an enum or interface. | |||
2021-10-26 | [issue #3014] test-case that reproduces this problem. | Reinier Zwitserloot | |
2021-10-23 | #1990 fixed error documentation @FieldNameConstants | Fatima Rami | |
2021-10-23 | [fixes #3008] [docs] ... and of course the usage example also mentioned ↵ | Reinier Zwitserloot | |
`@Wither`. | |||
2021-10-23 | [fixes #3008] [docs] The docs for `@Value` were still referring to `@Wither` ↵ | Reinier Zwitserloot | |
instead of `@With` | |||
2021-10-23 | [Fixes#3008] @Witer replaced by @With | Fatima Rami | |
2021-10-22 | Merge pull request #3009 from Rawi01/field-defaults-record | Reinier Zwitserloot | |
Skip records for field defaults via config | |||
2021-10-22 | [fixes #2995] Skip records for field defaults via config | Rawi01 | |
2021-10-22 | Merge pull request #2998 from YonatanSherwin/fixingBeansSpecTests | Reinier Zwitserloot | |
fixing beanspec tests | |||
2021-10-22 | Merge pull request #3007 from Rawi01/eclipse-junit | Reinier Zwitserloot | |
Resolve var/val only once in eclipse | |||
2021-10-22 | [fixes #2985] Resolve var/val only once in eclipse | Rawi01 | |
2021-10-19 | Add an annotation | Michael Ernst | |
2021-10-19 | Add more annotations | Michael Ernst | |