aboutsummaryrefslogtreecommitdiff
path: root/src/core9
AgeCommit message (Collapse)Author
2020-12-03reorder exportsRoel Spilker
2020-11-12Update module-info.javaShane Farmer
Export the lombok.extern.jackson package
2020-02-14(#2125) Extract mapstruct binding to separate module.Roel Spilker
2018-08-21[#1806] Potential fix for java 11 in regards to module system.Reinier Zwitserloot
2018-06-04Fixex #1697: google’s FluentLogger (Flogger) now available as one of ↵Reinier Zwitserloot
lombok’s log annotations.
2018-02-07[trivial] copyright header year bump to 2018Reinier Zwitserloot
2018-02-06[jdk9] added a best-effort attempt to claim away lombok annotations when ↵Reinier Zwitserloot
lombok is deployed in JDK9-module mode. Due to a bug or oversight in jigsaw it is no longer possible to supply 2 providers for the Processor service, which was the common and as far as I know only way to deal with the situation that you want to claim a subset of annotations but look at all of them (which is what lombok wants to do).
2018-02-06[jdk9] add support for using lombok with JDK9 code when compiling using the ↵Reinier Zwitserloot
new module syntax, and having module-info.java files in your source.