peichhorn / lombok-pg

Collection of lombok extensions
http://peichhorn.github.com/lombok-pg/
Other
326 stars 44 forks source link

don't work in jdk 8 #152

Open ihaiker opened 8 years ago

ihaiker commented 8 years ago

On jdk8 doesn't work, because there is no com.sum.tools.javac.code.TypeTags class in the jdk8 . in jdk8 is com.sum.tools.javac.code.TypeTag, so the error will be thrown a ClassNotFoundException.

tcw026 commented 7 years ago

Also not working for jdk1.8.0_31 and jdk1.8.0_102. Compiled errors occurred with maven 2.3.2 and jdk 1.8. Do we have an updated version? Thanks