aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-29moved an update to the website text about the jdk8 onX support to the new ↵Reinier Zwitserloot
website templates.
2017-05-29[trivial] fixing file casing.Reinier Zwitserloot
2017-05-29varExample class was confusingly called ValExample.Reinier Zwitserloot
2017-05-29the public API generator now skips ConfigurationKeys classes which really ↵Reinier Zwitserloot
aren’t needed and kinda clutter up the jar (There are a lot of class files generated by that one source file!).
2017-05-29[wip] download pages.Reinier Zwitserloot
2017-05-29credits page updated.Reinier Zwitserloot
2017-05-29feature pages updated and made more consistent.Reinier Zwitserloot
2017-05-29setup pages added.Reinier Zwitserloot
2017-05-29the all-versions page is fetched in order to allow generating an updated ↵Reinier Zwitserloot
copy of that page.
2017-05-29Updated just about all of the pages to the template-based redesign.Reinier Zwitserloot
Added ajaxified loading for feature pages.
2017-05-16update testsRoel Spilker
2017-05-16[i1351] Warning on initialized non-final field in Builder was wrongRoel Spilker
2017-05-15[installer] set minimum sizes, possible fix for 1383Roel Spilker
2017-05-15[jdk9] add support for errorprone MaskedFileManagerRoel Spilker
2017-05-08applying @lacivert \s update to the site to link to the youtube video on ↵Reinier Zwitserloot
video playback issues, to the main branch.
2017-05-08[jdk9] added debugging information for when we cannot determine the compilerRoel Spilker
2017-03-23post-release version bump.Reinier Zwitserloot
2017-03-23pre-release version bump.. with a new name!Reinier Zwitserloot
2017-03-23Fixed issue #1342: builder now marks generated stuff as deprecated if ↵Reinier Zwitserloot
appropriate.
2017-03-23[i1180] generate ConstructorProperties also for (package) private constructorsRoel Spilker
2017-03-23[i1329] respect configuration for field access when generating equals, ↵Roel Spilker
hashCode and toString from Data and Value
2017-03-22Added tests to check warnings/errors emitted by Builder.Default support.Reinier Zwitserloot
2017-03-22Builder.Default now throws out a few more warnings if misused.Reinier Zwitserloot
2017-03-22[changelog][jdk9] added line about provisional jdk9 support.Roel Spilker
2017-03-22[jdk9] Workaround for a weird casting issue that shows up for singularizer ↵Roel Spilker
support.
2017-03-22[jdk9] fix val/varRoel Spilker
2017-03-22update references to issue numbersRoel Spilker
2017-03-22[jdk9] Fix bug regarding multipleError fieldRoel Spilker
2017-03-20Fixing issue #1201: Builder now supports defaults!Reinier Zwitserloot
2017-03-07[wip] reworking how builder works with initialized fields.Reinier Zwitserloot
2017-03-07removed the suppressConstructorProperties param.Reinier Zwitserloot
2017-03-07Fixed issue #778: problems with onX if the annotation to be added has named ↵Reinier Zwitserloot
args.
2017-03-07fixded the version mess in the test framework.Reinier Zwitserloot
2017-03-06Added support for restricting tests to certain platforms (ecj, javac)Reinier Zwitserloot
2017-02-17Reproduced issue #1132 (javac only); self-ref generics doesn’t work in ↵Reinier Zwitserloot
`@Builder` in javac.
2017-02-16Fixing issue #1298: `@Builder` with recursive generics didn’t work in ↵Reinier Zwitserloot
javac/delombok.
2017-02-16ExoticJava was missing a marker for java7+; as it contains ARM construct, it ↵Reinier Zwitserloot
needs that.
2017-02-16Fixed versionmatching for our test framework.Reinier Zwitserloot
2017-02-16bugfix for JDK9: The enterMethod was erroneously hooked up to the remove ↵Reinier Zwitserloot
method. whoops.
2017-02-16A stray debug variant of an error message left in the source.Reinier Zwitserloot
2017-02-16Reproduces the bug with recursive generics in builder (issue #1298).Reinier Zwitserloot
2017-02-16Added a test case to highlight issue #1302: `@Builder` on non-static inner ↵Reinier Zwitserloot
classes (or constructors of non-static inner classes) doesn't work.
2017-02-14[jdk9] changelogRoel Spilker
2017-02-14[jdk9] Fix members_field errorRoel Spilker
2017-02-14[jdk9] Create FileObjects for jdk9Roel Spilker
2017-02-14Fixes issue #1287 - if a field gets marked as static via `@UtilityClass`, ↵Reinier Zwitserloot
don’t make it final via `@FieldDefaults`.
2017-02-13Updated the text to also mention rebuilding projects. Also fixed various ↵Reinier Zwitserloot
size issues with swing’s… peculiar layouting mechanism.
2017-02-13Now searches through any subdir of any dir containing the string ↵Reinier Zwitserloot
‘eclipse’ (or STS or whatnot), to any depth, instead of requiring each subdir to be searched to again contain ‘eclipse’ or some variant thereof. The mac installer installs to /Applications/eclipse/java-neon, for example, by default, so it wasn’t being found.
2017-02-13[trivial] Added a suppress warningsReinier Zwitserloot
(to suppress an expected and in this case analysed to be harmless, intentional use of our own deprecated API)
2017-02-10Post-release version bump.Reinier Zwitserloot