Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-30 | [fixes #3242] Use real type for enclosing class | Rawi01 | |
2022-10-13 | [documentation] We had various links to features/Log, but the right ↵ | Reinier Zwitserloot | |
canonical url is features/log. Also, the changelog has been updated; all links updated to the canonical version. | |||
2022-09-14 | fixes ...: allow @ExtensionMethod on interfaces | Marc Guenther | |
2022-08-26 | [jdk19] Add support for record pattern | Rawi01 | |
2022-08-26 | [jdk19] Add support for new guard pattern | Rawi01 | |
2022-08-26 | [jdk19] Add support for JCConstantCaseLabel | Rawi01 | |
2022-08-26 | [jdk19] Bump lombok.patcher version | Rawi01 | |
2022-08-25 | Fix typos | Michael Ernst | |
2022-07-22 | Merge pull request #3233 from nickzhums/patch-1 | Reinier Zwitserloot | |
Update VS Code page for Lombok support | |||
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-07-18 | fix all SuperBuilder tests (changed order of generated methods) | Jan Rieke | |
2022-07-15 | [fix #3230] switch setter and self/build methods to allow overloaded | Jan Rieke | |
self/build methods | |||
2022-06-17 | (SuperBuilder) fix javac type params on conflicting names | Jan Rieke | |
2022-06-17 | (fixes #3202) check extends/implements for collisions (SuperBuilder) | Jan Rieke | |
2022-05-20 | Add support for eclipse feature tests | Rawi01 | |
2022-05-20 | [fixes #3181] Copy field name arrays in (Super)Builder | Rawi01 | |
The eclipse SelectionEngine uses the identity, finds the field in the builder and gets confused by the wrong source positions. If we clone the array it only finds the correct field and it works as expected. | |||
2022-05-07 | [extern-annotations] Together with @rspilker, checked the list of base ↵ | Reinier Zwitserloot | |
copyable annotations and cleaned it up. | |||
2022-05-07 | [extern-annotations] Together with @rspilker, checked the list of ↵ | Reinier Zwitserloot | |
'annotations that mean: Non null' and cleaned it up. | |||
2022-05-02 | Merge pull request #3185 from inad9300/patch-1 | Reinier Zwitserloot | |
Fix typo in UtilityClass.html | |||
2022-04-28 | Fix typo in UtilityClass.html | Daniel M | |
2022-04-21 | [Fixes #3179] createMavenECJBootstrap was broken | Reinier Zwitserloot | |
2022-04-18 | [build] [trivial] Add a description for the main release target | Reinier Zwitserloot | |
2022-04-18 | [versioning] post-release version bump 1.18.24 | Reinier Zwitserloot | |
2022-04-18 | [versioning] pre-release version bump 1.18.24 | Reinier Zwitserloot | |
2022-04-18 | [fixes #3169] Snippet for `@Singular` didn't include the clearCollection ↵ | Reinier Zwitserloot | |
methods. | |||
2022-04-04 | [build] Replace JDK test targets from v14 en v16 to v17 (LTS) and v18 (just ↵ | Reinier Zwitserloot | |
released) | |||
2022-04-04 | [build] It was ever so slightly broken since last commit. fixed. | Reinier Zwitserloot | |
2022-04-02 | Merge pull request #3164 from Submohr/patch-1 | Reinier Zwitserloot | |
Fix typo in StandardException documentation | |||
2022-04-02 | Merge pull request #3155 from Rawi01/extensionmethod-conditional-methodref | Reinier Zwitserloot | |
Improve the handling of ExtensionMethod arguments | |||
2022-04-02 | [Issue #3143] [changelog] | Reinier Zwitserloot | |
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-29 | [fixes #3153] Improve the handling of ExtensionMethod arguments | Rawi01 | |
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 | [build] Accidentally broke it an hour ago | Reinier Zwitserloot | |
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 | [changelog] mention many of the more recent fixes. | Reinier Zwitserloot | |
2022-03-17 | [Fixes #2988] adopt suggested new text for the docs on `@ToString`. | Reinier Zwitserloot | |
2022-03-17 | Merge pull request #3137 from JohnPaulTaylorII/master | Reinier Zwitserloot | |
[fixes #3133] Additional bits setting when creating type annotations | |||
2022-03-17 | Merge branch 'jdk18' of https://github.com/Rawi01/lombok into Rawi01-jdk18 | Reinier Zwitserloot | |
2022-03-17 | [deps] make lombok.patcher v0.44 available | Reinier Zwitserloot | |
2022-03-17 | [fixes #2990] Treat records and enums as places where `static` is allowed. | Reinier Zwitserloot | |
2022-03-17 | Merge branch 'fix-enum-logging' of https://github.com/varkart/lombok into ↵ | Reinier Zwitserloot | |
varkart-fix-enum-logging | |||
2022-03-14 | [fixes #3133] Additional bits setting when creating type annotations | JohnPaulTaylorII | |
2022-03-13 | Merge pull request #3136 from Rawi01/eclipse-rename | Reinier Zwitserloot | |
Search patched method also by parameters | |||
2022-03-13 | [fixes #3134] Search patched method also by parameters | Rawi01 | |
2022-03-13 | Merge pull request #3135 from Rawi01/eclipse-type-annotations | Reinier Zwitserloot | |
Add annotation bits to annotation copy targets | |||
2022-03-13 | [fixes #3133] Add annotation bits to annotation copy targets | Rawi01 | |
2022-03-08 | [jdk18] Update test message | Rawi01 | |