Roel Spilker
fa2ff14e65
Fix for issue #1076
2016-07-19 13:40:32 +02:00
Reinier Zwitserloot
c0d563d039
post-release version bump
2016-07-15 03:18:04 +02:00
Reinier Zwitserloot
8f0950e804
pre-release version bump
2016-07-15 02:37:59 +02:00
Roel Spilker
c13e7b447a
fix broken test for configuration that contained the wrong line numbers
2016-06-29 00:37:12 +02:00
Roel Spilker
898eb9bb7e
update changelog
2016-06-29 00:36:52 +02:00
Roel Spilker
0a2ed8197a
Potential solution for issue #913
2016-06-29 00:36:50 +02:00
Roel Spilker and GitHub
b3ae90b273
Merge pull request #1138 from liudongmiao/patch-plexus-compiler-javac
...
always return ShadowClassLoader for older maven-compiler-plugin
2016-06-29 00:19:56 +02:00
Roel Spilker
6d720cbf99
add checkNotNull to Lombok for future usage in super constructor call
2016-06-29 00:17:11 +02:00
Roel Spilker
26ebe6aaa8
trivial
2016-06-28 00:35:04 +02:00
Roel Spilker
2a9820d8ec
[i913] Prevent NPE in PatchDelegate when binding.scope is null
2016-06-28 00:28:52 +02:00
Liu DongMiao
2ce427e32a
always return ShadowClassLoader.
...
It fixes `lombok` `1.16` doesn't works in `maven-compiler-plugin` `2.3.2` or old.
http://stackoverflow.com/questions/34358689
Furthermore, `maven-compiler-plugin` `2.4` requires `plexus-compiler-javac` `1.8.6`, which drops
`org.codehaus.plexus.compiler.javac.IsolatedClassLoader`.
I love hack, but hate such hard code to fix possible problem.
2016-06-27 23:57:22 +08:00
Reinier Zwitserloot
ddd4e1feae
Let's filter out the \r part of ye olde DOS newline in config.
2016-06-13 21:34:22 +02:00
Roel Spilker
cec8705c3b
#1117 : add claiming annotation processor
2016-06-09 01:55:34 +02:00
Roel Spilker
cc36ab36d1
don't skip empty lines in the line number count for config files
2016-06-08 23:36:06 +02:00
Roel Spilker
ea219cd7ce
add test to verify config key callSuper=call works with Value
2016-06-08 22:44:19 +02:00
Reinier Zwitserloot
6cec66eb2b
Fixed the HTML title tags of the experimental pages; they were inconsistent.
2016-06-02 17:33:21 +02:00
Roel Spilker
f72af3b81f
Remove twitter handle
2016-05-24 00:38:34 +02:00
Roel Spilker
8ba7750621
add tests for the combination of Builder and Value/Data
2016-05-11 23:56:19 +02:00
Roel Spilker
a8a70da6ac
replace experimental.Builder by Builder in tests if possible
2016-05-11 23:56:19 +02:00
Roel Spilker
b1b35aacd3
add constructors to the list of targets for the Generated annotation
2016-05-11 23:56:19 +02:00
Roel Spilker
886feac4b5
Clarify which @Generated annotation is generated
2016-05-11 23:56:19 +02:00
Roel Spilker
37451226f1
Merge pull request #1053 from marthagenaars/master
...
Update instructions for using lombok with ecj and Maven
2016-05-11 22:17:33 +02:00
Roel Spilker
cea3a87312
Merge pull request #1092 from DavidARussell/value_javadoc_url
...
Update Javadoc URL on Value
2016-05-11 22:15:16 +02:00
Roel Spilker
f986b02ace
Merge pull request #1095 from izebit/master
...
delete redundant code
2016-05-11 21:55:52 +02:00
Roel Spilker
baef6231e4
Merge pull request #1098 from thokrae/ValueDocuFix
...
fixed example in @Value javadoc
2016-05-11 21:50:00 +02:00
Roel Spilker
c810162bcd
Merge pull request #1100 from arnaudruffin/master
...
update gradle configuration documentation
2016-05-11 21:49:18 +02:00
Roel Spilker
2e1bbc9b4b
post-release version bump
2016-05-11 21:45:19 +02:00
Roel Spilker
91bfd0ef50
Update changelog
2016-05-11 21:31:38 +02:00
Roel Spilker
3372b5f442
Integrate JBossLog code
...
- fix jboss-logging.jar name
- add copyright notice to new source files
- add cross-references from other @Log annotations
- update feature page
2016-05-11 21:26:37 +02:00
Thomas Darimont
c0a2eecb2f
Added support for JBoss Logging v3.3.0-Final via @JBossLog [Issue #1103 ]
2016-05-06 19:14:47 +02:00
Arnaud Ruffin
bb0a4475a1
update gradle configuration documentation
2016-05-04 16:33:10 +02:00
Thomas Krämer
5abc023285
fixed @Value docu
2016-04-29 21:13:22 +02:00
izebit
0aea835130
delete redundant code
2016-04-24 01:37:11 +04:00
David Russell
afc0f636dc
Update Javadoc URL on Value
...
Value is no longer experimental, so (as the person who raised the issue
suggested) the Javadoc should no longer point to the 'experimental'
documentation. Fixes #1091
2016-04-20 20:35:04 +01:00
Mart Hagenaars
894bfe1c08
Update instructions for using lombok with ecj and Maven
2016-03-17 10:44:42 +01:00
Reinier Zwitserloot
26ad9e7f5f
pre-release version bump.
2016-03-07 15:26:22 +01:00
Reinier Zwitserloot
4daf9bf81b
updated year to 2016 in copyrights.
2016-03-07 15:26:16 +01:00
Reinier Zwitserloot
69d0630f69
changelog for fixing @Helper
2016-03-07 15:23:11 +01:00
Reinier Zwitserloot
3378cbe655
@Helper is now legal in just about every place method local classes are legal. Also now no longer messes up syntax highlighting in eclipse.
...
Still need to investigate how to improve autocomplete presence of helper methods.
2016-03-07 15:21:01 +01:00
Roel Spilker
07b8af4cc5
Merge pull request #1008 from nallar/master
...
Update comments with 'public boolean canEqual' to 'protected boolean canEqual'
2016-02-01 23:05:15 +01:00
Ross Allan
fb1cd28bdd
Update comments with 'public boolean canEqual' to 'protected boolean canEqual'. Code was changed to use protected in 4d24542dac
...
Signed-off-by: Ross Allan <ross@nallar.me >
2016-01-26 11:57:41 +00:00
Roel Spilker
dce98cc978
fix #986 : add @Target and @Retention to @Builder.ObtainVia
2015-12-18 20:44:17 +01:00
Roel Spilker
34a6fd644f
fix issue #932 : @Delegate would not generate varargs on javac
2015-12-18 20:17:47 +01:00
Roel Spilker
d3c79494a3
use https://repo1.maven.org/maven2 instead of http://repo2.maven.org/maven2
2015-12-18 18:18:13 +01:00
Roel Spilker
fb6a58f933
add text to change for edge-specific features.
2015-12-07 00:43:15 +01:00
Roel Spilker
8037350c70
[issue #942 ] let @Data work on jdk9, first steps.
2015-12-06 01:11:30 +01:00
Roel Spilker
50716864f6
add bug detection for the wrong usage of lombok.javac.apt.Processor
2015-12-05 03:01:34 +01:00
Roel Spilker
49e9b7f7dd
rename the old Processor to make room for a bug-chase version.
2015-12-02 22:03:03 +01:00
Roel Spilker
57578f46ec
add missing method to SetGeneratedByVisitor
2015-12-02 00:02:35 +01:00
Reinier Zwitserloot
ac319cca87
[ Fixes #945 ] wither methods for abstract classes now slightly less useless.
2015-11-23 03:53:12 +01:00