Closed slandelle closed 12 years ago
Another question : why use both annotations (the tentative) and jsr305 (the official jsr)?
I removed the jsr305 annotations completely. I will further continue to slim down the codegen dependencies.
released in 0.4.8
Thanks!
Do you plan on doing the same thing for querydsl?
Stephane
2012/2/5 Timo Westkmper < reply@reply.github.com
released in 0.4.8
Reply to this email directly or view it on GitHub: https://github.com/mysema/codegen/issues/1#issuecomment-3820342
Maybe in the future.
Findbugs libraries (annotations and jsr305) have been relocated from net.sourceforge.findbugs to com.google.code.findbugs.
This causes duplicates/conflicts between libraries depending on codegen, such as querydsl-jpa, and up-to-date libraries such as guava.
Sincerely,
Stéphane Landelle