index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
launch
Age
Commit message (
Expand
)
Author
2021-02-07
Fix ecj classloading
Rawi01
2020-10-30
[issue #285] Compiling with Maven+Tycho should now work
Reinier Zwitserloot
2020-04-11
Encode + sign properly. Fixes #1539
Thomas Kalmár
2020-02-14
(#2125) Extract mapstruct binding to separate module.
Roel Spilker
2020-01-20
Close more inputstreams
Roel Spilker
2019-08-14
fix loading extensions: Lombok extensions in external jar files were not incl...
Steve Mägi
2018-11-01
[fixes #1932] We broke the delombok ant task.
Reinier Zwitserloot
2018-08-20
Share the same class loader
Roland Praml
2018-08-20
do not scan classes from java or sun package for extensions
Roland Praml
2018-07-17
Attempting to fix issues with integration with mapstruct; issue #1359
Reinier Zwitserloot
2018-06-19
Merge branch 'sclExpansionUpdate'
Reinier Zwitserloot
2018-06-19
[SCL] update that should make it a little easier to add custom lombok handlers.
Reinier Zwitserloot
2018-02-07
[trivial] copyright header year bump to 2018
Reinier Zwitserloot
2018-02-06
[jdk9] [opinionated] The java9 warning when using lombok about ‘inaccessibl...
Reinier Zwitserloot
2017-02-10
Updated ShadowClassLoader’s finding of ‘self’; it failed exactly once o...
Reinier Zwitserloot
2017-02-09
A shot-in-the-dark fix for issue #1293 which is not reproducible: Occasional ...
Reinier Zwitserloot
2017-01-19
Added support for MapStructu’s AstModifyingAnnotationProcessor SPI system. ...
Reinier Zwitserloot
2017-01-19
Lombok will now also fix the typemirror info when generating bean-related met...
Reinier Zwitserloot
2016-06-14
ShadowClassLoader is now friendlier to trying to extend lombok.
Reinier Zwitserloot
2016-06-09
#1117: add claiming annotation processor
Roel Spilker
2015-05-26
fixed code style of DanskerDave's contribution, and one trivial speed improve...
Roel Spilker
2015-05-18
Refactor getJarMemberSet(...) & getResourceFromLocation(...)
DaveLaw
2015-04-08
Updated to patcher 0.20 with updates for bugs where you’d type a quote and ...
Reinier Zwitserloot
2015-04-02
[i802] working on eclipse mars support; this needs a few updates to integrati...
Reinier Zwitserloot
2015-02-03
[i777] shadowloader’s ‘find myself’ feature didn’t work if spaces wer...
Reinier Zwitserloot
2014-12-09
Actually the previous commit lied; you CAN use the hider trick to have a clas...
Roel Spilker
2014-12-09
Our quirky 'hider' trick, with a public class inside a package private class,...
Roel Spilker
2014-12-08
ShadowClassLoader didn't work on windows. The usual 'converting paths to
Roel Spilker
2014-10-28
[trivial] Classed up the place with some javadoc.
Reinier Zwitserloot
2014-10-28
[shadowloader] added caching for jarfile content lookups.
Reinier Zwitserloot
2014-10-28
bugfixes to shadowloader for loading in ‘normal’ mode. (no overrides).
Reinier Zwitserloot
2014-10-24
Making SCL work right is more complicated than it first seemed.
Reinier Zwitserloot
2014-09-30
first take on the shadow classloader. All seems to be in order, but we still ...
Reinier Zwitserloot