aboutsummaryrefslogtreecommitdiff
path: root/website/templates
AgeCommit message (Collapse)Author
2023-03-21[fixes #3346] Add jakarta Nonnull/Nullable annotationsRawi01
2022-08-25Fix typosMichael Ernst
2022-07-18Update VS Code page for Lombok supportnickzhums
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-28Fix typo in UtilityClass.htmlDaniel M
2022-04-02Merge pull request #3164 from Submohr/patch-1Reinier Zwitserloot
Fix typo in StandardException documentation
2022-04-02[#3143] Review and update jopatai's work on the maven/ecj agent jarReinier 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-01Fix typo in StandardException documentationSubmohr
Closed parenthesis in the StandardException page of the website.
2022-03-18[fixes #3143] Maven+ECJ Agent BootstrapJohnPaulTaylorII
* 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-30show video img, <a role="button"> respond to spacebarRoel Spilker
2022-01-30menu links role="button"Roel Spilker
2022-01-29a11y fix heading levelsRoel Spilker
2022-01-29a11y including menu navigationRoel Spilker
2022-01-29no unicodeRoel 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-25remove outdated video formats, update YouTube urlRoel Spilker
2022-01-25change security mail addressRoel Spilker
2022-01-20Updated documentation to resolve #3073Shubhendu Parhi
2022-01-14Add '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 @FieldNameConstantsFatima Rami
2021-10-23[Fixes#3008] @Witer replaced by @WithFatima Rami
2021-10-18[#2693] Docs and changelog for the ‘accessors.capitalization = beanspec’ ↵Reinier Zwitserloot
feature.
2021-09-06Replace val with native final var in Java >= 10Rawi01
2021-06-10Improve Builder documentation to emphasize the "builder()" factory method. ↵Roel Spilker
Fixes #2870
2021-04-23Change owner lombok GitHub repositoryRoel 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-16Merge branch 'standard-exception' of git://github.com/ttzn/lombok into ↵Reinier Zwitserloot
ttzn-standard-exception
2021-04-02[website] fixing buildgen of all-versions.htmlReinier Zwitserloot
2021-03-24@StandardException feature working draftttzn
* 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-04Update currency exchange rateRoel Spilker
2021-03-04Only 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-09Add information about 2020.3 having Lombok supportmjaggard
Built in support is now available in IntelliJ
2020-12-04Fix typoAndre Brait
2020-12-03Add documentation for cacheStrategyAndre Brait
2020-11-05fix css class in documentationRoel Spilker
2020-08-28[website] [#397] [#2371] added docs for installing in eclipse via p2Reinier Zwitserloot