Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-22 | Add missing classpath element to eclipse-X-full | Rawi01 | |
2023-03-22 | Fix test compile order | Rawi01 | |
2023-03-21 | Updating tests and changelog to reflect JDK20 support | Reinier Zwitserloot | |
2023-02-03 | [build] final touches on updating deployment to new cloudflare host | Reinier Zwitserloot | |
2023-02-03 | [build] p2 repo now updated to go to cloudflare R2 | Reinier Zwitserloot | |
2023-02-03 | [build] Uploading edge repo to cloudflare R2 bucket straight from ant now ↵ | Reinier Zwitserloot | |
possible | |||
2023-01-12 | [tests] testing eclipse-full works on more platforms. | Reinier Zwitserloot | |
only worked on linux-x86_64, now it should work on more os+arch combos | |||
2023-01-12 | [tests] add new target for eclipse 2022-12. | Reinier Zwitserloot | |
2023-01-12 | [tests] Added `ant test.ecj19` and updated tests | Reinier Zwitserloot | |
Tests updated because ecj finally fixed their pretty printer for records, yay! | |||
2023-01-12 | Support JDK19: | Reinier Zwitserloot | |
Let lombok know where to find patcher-0.46, and retarget 'most recent supported JVM' to 19. | |||
2023-01-12 | [jdk19] Bump lombok.patcher version | Rawi01 | |
2022-05-20 | Add support for eclipse feature tests | Rawi01 | |
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-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 | [#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-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 | 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-08 | [jdk18] Bump lombok.patcher version | Rawi01 | |
2022-01-29 | doc footer </i> | Roel Spilker | |
2022-01-28 | no more -website.clientdeps | Roel Spilker | |
2022-01-27 | get modernizer from cdn | Roel Spilker | |
2022-01-27 | use cdn jquery + update | Roel Spilker | |
2022-01-25 | [build] Generation of the javadoc was broken | Reinier 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-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-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. | |||
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-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-10-22 | [fixes #2985] Resolve var/val only once in eclipse | Rawi01 | |
2021-04-23 | Change owner lombok GitHub repository | Roel Spilker | |
2021-03-23 | [testing] wahey, ecj testing works again, and now we can test JDK16 features ↵ | Reinier Zwitserloot | |
in it! | |||
2021-03-22 | [deps] pushing ASM to 9.1, and ASM opcode compat levels to ASM9, as we need ↵ | Reinier Zwitserloot | |
the support for records | |||
2021-03-19 | [build] broke the distribution. | Reinier Zwitserloot | |
2021-03-19 | [build] remove some errors in eclipse. | Reinier Zwitserloot | |
The ant task we use for streaming test reporting in the ant script needs deps we don't wanna include in eclipse, so I moved it to a src dir that we don't include in eclipse by default. | |||
2021-03-19 | [testing] add a test.javac16 | Reinier Zwitserloot | |
2021-03-19 | [testing] fix vm-finder on macs. | Reinier Zwitserloot | |
2021-03-19 | [testing] Fixing running older tests. | Reinier Zwitserloot | |
the new formatter is nice, but needed to be compile with 1.6, otherwise running junit on older VMs doesn't work. | |||
2021-03-19 | [testing] made the test script a bit more consistent | Reinier Zwitserloot | |
2021-03-19 | [testing] improve the output of `ant test`. | Reinier Zwitserloot | |
2021-03-19 | [build] quality-of-life improvements for lombok dev on windows | Reinier Zwitserloot | |
On windows, Eclipse keeps annotation processors open, which means putting spiProcessor in 'build' is annoying, as you can't delete open files on windows. Fixed by moving it to dist | |||
2021-03-19 | [testing] now that we've patched lombok to work in j16, no need for the ↵ | Reinier Zwitserloot | |
--add-opens lines anymore. | |||
2021-03-19 | [testing] unbroke 'ant test.javac8'. | Reinier Zwitserloot | |
2021-03-18 | [build] the new spi processor didn't handle inner types used as SPI targets. | Reinier Zwitserloot | |
2021-03-18 | [typo] oh dear, I broke the build again. | Reinier Zwitserloot | |
2021-03-17 | [build] Further adjustments to the 'ant intellij' target. | Reinier Zwitserloot | |
As I don't use intellij, no idea if it works. Feedback welcome! |