Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-21 | [fixes #3346] Add jakarta Nonnull/Nullable annotations | Rawi01 | |
2022-08-25 | Fix typos | Michael Ernst | |
2022-07-18 | Update VS Code page for Lombok support | nickzhums | |
Per (https://devblogs.microsoft.com/java/java-on-visual-studio-code-update-july-2022/), the latest Extension for Pack has provided built-in support for Lombok. In addition, the community-developed Lombok extension has entered a maintenance mode, the original author has moved on from the project. Microsoft is going to maintain the project from now on (The extension has been transferred to Microsoft) | |||
2022-04-28 | Fix typo in UtilityClass.html | Daniel M | |
2022-04-02 | Merge pull request #3164 from Submohr/patch-1 | Reinier Zwitserloot | |
Fix typo in StandardException documentation | |||
2022-04-02 | [#3143] Review and update jopatai's work on the maven/ecj agent jar | Reinier Zwitserloot | |
* Update copyright headers * Update code style (tabs, not spaces, spaces around + operator - that's about it) * Use `x.class.getResourceAsStream`, not `x.getClass().` - minor mostly irrelevant nit. * Rename and re-locate the jar itself. * 'ecj' as an alias for this command seems a bit too cavalier' removed it. * The source is in its own 'root' src dir, it doesn't really fit in the eclipse agent sources - it's more a maven agent. * Fixed a bug where a filehandle wasn't safe closed. Mostly irrelevant (JVM would quite afterwards anyway). * Slight rewording of the ecj docs. | |||
2022-04-01 | Fix typo in StandardException documentation | Submohr | |
Closed parenthesis in the StandardException page of the website. | |||
2022-03-18 | [fixes #3143] Maven+ECJ Agent Bootstrap | JohnPaulTaylorII | |
* Adds AgentBootstrap, the actual bootstrapping agent * Adds MavenEcjBootstrapApp, the command line app for generating the appropriate files * Updates the build to package these correctly * Updates the documentation for setup/ecj | |||
2022-03-17 | [#2044] Document problems with non-star static imports and `@UtilityClass` | Reinier Zwitserloot | |
2022-03-17 | [fixes #2991] Add documentation note on mixing mapstruct and ↵ | Reinier Zwitserloot | |
fieldnameconstants in `@Mapping`. | |||
2022-03-17 | [Fixes #2988] adopt suggested new text for the docs on `@ToString`. | Reinier Zwitserloot | |
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-30 | show video img, <a role="button"> respond to spacebar | Roel Spilker | |
2022-01-30 | menu links role="button" | Roel Spilker | |
2022-01-29 | a11y fix heading levels | Roel Spilker | |
2022-01-29 | a11y including menu navigation | Roel Spilker | |
2022-01-29 | no unicode | Roel Spilker | |
2022-01-28 | use cdn font-awesome | Roel Spilker | |
2022-01-28 | update bootswatc | Roel Spilker | |
2022-01-28 | use cdn bootstrap.css | Roel Spilker | |
2022-01-28 | use cdn bootstrap | Roel Spilker | |
2022-01-27 | get modernizer from cdn | Roel Spilker | |
2022-01-27 | use cdn jquery + update | Roel Spilker | |
2022-01-27 | remove ajaxFeaturePages | Roel Spilker | |
2022-01-27 | rename main.html to index.html | Roel Spilker | |
2022-01-25 | remove outdated video formats, update YouTube url | Roel Spilker | |
2022-01-25 | change security mail address | Roel Spilker | |
2022-01-20 | Updated documentation to resolve #3073 | Shubhendu Parhi | |
2022-01-14 | Add 'restart' instructions to Eclipse p2 installer. | Roel Spilker | |
2021-12-21 | [fixes #2849] Make ToString's onlyExplicitlyIncluded a config key. | Reinier Zwitserloot | |
2021-10-23 | #1990 fixed error documentation @FieldNameConstants | Fatima Rami | |
2021-10-23 | [Fixes#3008] @Witer replaced by @With | Fatima Rami | |
2021-10-18 | [#2693] Docs and changelog for the ‘accessors.capitalization = beanspec’ ↵ | Reinier Zwitserloot | |
feature. | |||
2021-09-06 | Replace val with native final var in Java >= 10 | Rawi01 | |
2021-06-10 | Improve Builder documentation to emphasize the "builder()" factory method. ↵ | Roel Spilker | |
Fixes #2870 | |||
2021-04-23 | Change owner lombok GitHub repository | Roel Spilker | |
2021-04-16 | [pr 2702] finishing the `@StandardException` feature. | Reinier Zwitserloot | |
* rewritten how it works a bit: Now compatible with parent exceptions that don't have the Throwable variants. * rewritten how it works a bit: You can now provide the full constructor only; the rest will forward to it. * fixing up style. * rewrite the docs. | |||
2021-04-16 | Merge branch 'standard-exception' of git://github.com/ttzn/lombok into ↵ | Reinier Zwitserloot | |
ttzn-standard-exception | |||
2021-04-02 | [website] fixing buildgen of all-versions.html | Reinier Zwitserloot | |
2021-03-24 | @StandardException feature working draft | ttzn | |
* move feature under experimental * replace ProviderFor with Provides * add doc material (to be completed) * add author | |||
2021-03-23 | [records] [javac] Putting `@NonNull` on a 'field' of a record now affects ↵ | Reinier Zwitserloot | |
the compact constructors, generating one if need be. | |||
2021-03-04 | Update currency exchange rate | Roel Spilker | |
2021-03-04 | Only accept orders for 10+ seats. | Roel Spilker | |
2021-01-03 | [website] Clarified @Accessors documentation and added links to issue #2464 ↵ | Reinier Zwitserloot | |
and issue #2693 | |||
2020-12-09 | Add information about 2020.3 having Lombok support | mjaggard | |
Built in support is now available in IntelliJ | |||
2020-12-04 | Fix typo | Andre Brait | |
2020-12-03 | Add documentation for cacheStrategy | Andre Brait | |
2020-11-05 | fix css class in documentation | Roel Spilker | |
2020-08-28 | [website] [#397] [#2371] added docs for installing in eclipse via p2 | Reinier Zwitserloot | |