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
/
core
/
lombok
/
javac
/
handlers
/
HandleLog.java
Age
Commit message (
Expand
)
Author
2023-03-22
[fixes #3364] Generate JCTree clones to prevent duplicate nodes
Rawi01
2022-03-17
[fixes #2990] Treat records and enums as places where `static` is allowed.
Reinier Zwitserloot
2022-02-17
[fixes #2990, #3069] allow logging on enums
varkart
2021-09-16
Merge pull request #2866 from Rawi01/anonymous-inner-class
Reinier Zwitserloot
2021-06-03
[fixes #2838] Handle anonymous classes properly
Rawi01
2021-04-27
Fix @CustomLog-key in lombok.config for some error messages. Issue #2821
MOUYSSET Florent
2021-03-22
Merge branch 'records'
Reinier Zwitserloot
2021-03-16
[build] sped up the build considerable.
Reinier Zwitserloot
2021-01-28
[fixes #2691] Add end positions to all generated nodes
Rawi01
2020-09-10
Add record support
Rawi01
2020-07-02
[fixes #2469] Support static reference as logger topic
Rawi01
2019-05-29
Fix custom logger when topic presence != allowance
Adam Juraszek
2019-05-21
Code review for `@CustomLog`, and added documentation and a changelog entry.
Reinier Zwitserloot
2019-05-14
Custom log declaration
Adam Juraszek
2019-05-14
IdentifierName instead of String
Adam Juraszek
2018-06-04
Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok...
Reinier Zwitserloot
2016-05-06
Added support for JBoss Logging v3.3.0-Final via @JBossLog [Issue #1103]
Thomas Darimont
2015-01-30
[i623] added eclipse code for generating @javax.annotation.Generated, and ref...
Reinier Zwitserloot
2014-03-04
[configuration] Merge branch 'master' as we work on configuration.
Reinier Zwitserloot
2014-02-10
[deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 feat...
Reinier Zwitserloot
2014-02-08
Handler and testcases for @XSlf4j
Maarten Mulders
2014-02-08
Handler and testcases for @Log4j2
Maarten Mulders
2014-02-08
Handler and testcases for @Log4j
Maarten Mulders
2014-02-08
Handler and testcases for @Log
Maarten Mulders
2014-02-08
Handlers and testcases for @CommonsLog
Maarten Mulders
2014-02-08
Handlers and testcases for @Slf4j
Maarten Mulders
2014-01-18
[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...
Reinier Zwitserloot
2014-01-18
[configuration] implementations for log's log.any.fieldIsStatic config.
Reinier Zwitserloot
2014-01-18
[configuration] implementation of flagUsage for all handlers.
Reinier Zwitserloot
2014-01-15
added package-infos to lots of packages, updated the javadoc in these, and ma...
Reinier Zwitserloot
2013-12-11
semi-fix for issue 602, but not complete as adding annotations to generated f...
Reinier Zwitserloot
2013-12-03
Fix for Issue #591: v1.12.2 doesn't well with netbeans.
Roel Spilker
2013-07-26
experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t...
Reinier Zwitserloot
2013-03-11
Added @Log4j2 support.
Reinier Zwitserloot
2012-10-30
Added annotation for the slf4j extended logger
grootjans
2012-08-10
* Added priorities to handlers, along with implementation of the priority sys...
Reinier Zwitserloot
2011-11-07
Changed copyright notices
Roel Spilker
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot
2011-06-20
Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...
Reinier Zwitserloot
2011-05-30
tracking if an annotation has been handled or not is now no longer done
Reinier Zwitserloot
2010-11-22
- Renamed the diverse @Log annotations to give them distinct names
Roel Spilker
2010-11-09
Experiment to try and make java 'self referential' by deleting the Enter and ...
Reinier Zwitserloot
2010-11-07
Use the actual annotation value to process the @Log annotations instead of th...
Roel Spilker
2010-11-06
Updated documentation on @Log and moved them all to lombok.extern.*
Roel Spilker
2010-11-06
Have j.u.l. be invoked with TargetType.class.getName() instead of "TargetType"
Roel Spilker
2010-11-06
Reorder parameters
Roel Spilker
2010-11-06
Use an annotation instead of implementations of interfaces
Roel Spilker
2010-11-06
Added support for Log4J, Commons and JUL in the javac handler
Roel Spilker