aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-17Merge branch 'fix-enum-logging' of https://github.com/varkart/lombok into ↵Reinier Zwitserloot
varkart-fix-enum-logging
2022-03-13Merge pull request #3136 from Rawi01/eclipse-renameReinier Zwitserloot
Search patched method also by parameters
2022-03-13[fixes #3134] Search patched method also by parametersRawi01
2022-03-13Merge pull request #3135 from Rawi01/eclipse-type-annotationsReinier Zwitserloot
Add annotation bits to annotation copy targets
2022-03-13[fixes #3133] Add annotation bits to annotation copy targetsRawi01
2022-03-01Merge pull request #3121 from JohnPaulTaylorII/masterReinier Zwitserloot
Fixes #3120
2022-02-25Fixes #3120JohnPaulTaylorII
Update AUTHORS file. Remove extraneous code from EqualsAndHashCodeWithNonNullByDefault test case.
2022-02-23Fixes #3120JohnPaulTaylorII
2022-02-17[fixes #2990, #3069] slf4j logger enum test casesvarkart
2022-02-17[fixes #2990, #3069] log4j2 logger enum test casesvarkart
2022-02-17[fixes #2990, #3069] log4j logger enum test casesvarkart
2022-02-17[fixes #2990, #3069] jul logger enum test casesvarkart
2022-02-17[fixes #2990, #3069] jboss logger enum test casesvarkart
2022-02-17[fixes #2990, #3069] flogger logger enum test casesvarkart
2022-02-17add to authors filevarkart
2022-02-17[fixes #2990, #3069] allow logging on enumsvarkart
2022-02-08[website] slight feature documentation updates (Just bringing them in line ↵Reinier Zwitserloot
with reality)
2022-02-08[implements #1456] accessors can now be made final via `@Accessors`.Reinier Zwitserloot
2022-01-31[fixes #3053] Delay default annotation removalRawi01
2022-01-30Merge pull request #3101 from Rawi01/utilityclass-innerReinier Zwitserloot
Update inner class type when creating a static class
2022-01-30make focussed links readableRoel Spilker
2022-01-30show video img, <a role="button"> respond to spacebarRoel Spilker
2022-01-30menu links role="button"Roel Spilker
2022-01-30[fixes #3097] Update inner class type when creating a static classRawi01
2022-01-29a11y fix heading levelsRoel Spilker
2022-01-29Update codeql-analysis.ymlRoel Spilker
remove cpp
2022-01-29Create codeql-analysis.ymlRoel Spilker
2022-01-29a11y including menu navigationRoel Spilker
2022-01-29no unicodeRoel Spilker
2022-01-29doc footer </i>Roel Spilker
2022-01-28no more -website.clientdepsRoel Spilker
2022-01-28use cdn font-awesomeRoel Spilker
2022-01-28update bootswatcRoel Spilker
2022-01-28use cdn bootstrap.cssRoel Spilker
2022-01-28use cdn bootstrapRoel Spilker
2022-01-27get modernizer from cdnRoel Spilker
2022-01-27use cdn jquery + updateRoel Spilker
2022-01-27remove ajaxFeaturePagesRoel Spilker
2022-01-27rename main.html to index.htmlRoel Spilker
2022-01-25[build] Generation of the javadoc was brokenReinier Zwitserloot
We've split up the build dirs for various phases of the lombok compile process, and evidently `javadoc` doesn't work unless it can find all types involved on the classpath, even for types that only show up internally. I was thinking javadoc should just look at (protected/public) signatures, not internals, but, alas.
2022-01-25remove outdated video formats, update YouTube urlRoel Spilker
2022-01-25change security mail addressRoel Spilker
2022-01-25change security mail addressRoel Spilker
2022-01-25Removed double semicolonMatteo Baccan
Hi I have removed a typo error of 2 semicolons at the end of two lines ciao matteo
2022-01-23[fixes #2860] [build] creating intellij project structure was broken.Reinier Zwitserloot
I've no idea if this produces a working intellij project, but at least it doesn't fail during the build.
2022-01-21[changelog]Reinier Zwitserloot
2022-01-21Merge pull request #2904 from mernst/nullness-annotationsReinier Zwitserloot
Update `NONNULL_ANNOTATIONS` and `BASE_COPYABLE_ANNOTATIONS`
2022-01-21Merge pull request #3090 from sparhidev/masterReinier Zwitserloot
Documentation updated to address #3073
2022-01-20Updated NonNullExample snippet to address #3073Shubhendu Parhi
2022-01-20Updated documentation to resolve #3073Shubhendu Parhi