aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-11Documenting the fix for issue #2359 by @JanRieke in previous commit in change...Reinier Zwitserloot
2020-02-11Merge pull request #2362 from janrieke/superBuilderNestedGenericTypesReinier Zwitserloot
2020-02-11Merge pull request #2361 from janrieke/superBuilderSetterPrefixDocReinier Zwitserloot
2020-02-11SuperBuilder javac fix for nested generic types; fixes #2359Jan Rieke
2020-02-10changelogJan Rieke
2020-02-10SuperBuilder setterPrefix documentationJan Rieke
2020-02-08Merge pull request #2357 from janrieke/superBuilderSetterPrefixReinier Zwitserloot
2020-02-08setter prefixes for SuperBuilderJan Rieke
2020-02-07post-release version bumpReinier Zwitserloot
2020-02-07pre-release version bumpReinier Zwitserloot
2020-02-06[trivial] we've decided to call this one 1.18.12, not 1.20.0.Reinier Zwitserloot
2020-02-06[fixes #880] get rid of an unchecked cast warning for `@Getter(lazy=true)`Reinier Zwitserloot
2020-02-06[#2355] fixed tests for clashes in the generics for superbuilderReinier Zwitserloot
2020-02-06[issue #1197] fixed documentation of NonNullReinier Zwitserloot
2020-02-06Merge pull request #2355 from janrieke/superBuilderAvoidMoreNameClashesReinier Zwitserloot
2020-02-06avoid more name clashes for builder type param; fixes #2297Jan Rieke
2020-02-04[issue #1956] make 'ant intellij' work againReinier Zwitserloot
2020-01-31[fixing #2351] Reflecting the fix in the changelog.Reinier Zwitserloot
2020-01-31[issue #788] Add more nullity annotations where relevantReinier Zwitserloot
2020-01-31[issue #2221] simplified configuration for `@Singular`-generated plural form ...Reinier Zwitserloot
2020-01-31[fixes #2235] aliasing the old wither to the new one was broken for explicit ...Reinier Zwitserloot
2020-01-31[documentation] mostly the config feature pageReinier Zwitserloot
2020-01-30add test deps to gradle setup documentationRoel Spilker
2020-01-30fix typo in changelogRoel Spilker
2020-01-30fixed markdown links in README to be the self-ref form; looks prettierReinier Zwitserloot
2020-01-30Merge pull request #2347 from kraiss/masterReinier Zwitserloot
2020-01-30[bughunt] [issue #2351] wild-stab try to fix issue 2351, without reproduction...Reinier Zwitserloot
2020-01-30[website] added a line about how sneakythrows doesn't really help you much wi...Reinier Zwitserloot
2020-01-30[bughunt] [issue #2351] wild-stab try to fix issue 2351, without reproduction.Reinier Zwitserloot
2020-01-29Include README.md file in JAR packagingPierrick Rassat
2020-01-29Use reference links instead of inlined linksPierrick Rassat
2020-01-29Change README to README.md and add hyperlinksPierrick Rassat
2020-01-29[Fixes #2349] Support for JDK 14Reinier Zwitserloot
2020-01-28[issue #2221] [issue #788] Lombok now adds nullity annotations.Reinier Zwitserloot
2020-01-28[trivial] the pos array was one too large here, shouldn't have any effect oth...Reinier Zwitserloot
2020-01-28[singular][issue #2221] the plural builder method now nullchecks its argument...Reinier Zwitserloot
2020-01-20Website: style example codeRoel Spilker
2020-01-20Website: better wrapping for code snippets on narrow screens.Roel Spilker
2020-01-20typo in websiteRoel Spilker
2020-01-20Config import: add to changelogRoel Spilker
2020-01-20Config import: add documentationRoel Spilker
2020-01-20Config import: add support for environment variablesRoel Spilker
2020-01-20Config import: add traces for archives to the testsRoel Spilker
2020-01-20ConfigurationApp: hide not-mentioned by default, add parameter to show them a...Roel Spilker
2020-01-20Config import: support .jar and .zip archivesRoel Spilker
2020-01-20Config import: add to traceRoel Spilker
2020-01-20Config import: change bubble iterationRoel Spilker
2020-01-20Config import: move responsibilitiesRoel Spilker
2020-01-20Rename Context to ConfigurationFile, move reading contents and metadata to it.Roel Spilker
2020-01-20Config import: Allow imports in lombok.configRoel Spilker