querydsl / codegen

Java/Scala Code generation tool
Apache License 2.0
23 stars 22 forks source link

Update org.eclipse.jdt.core.compiler.ecj #38

Open ScreamingTree86 opened 7 years ago

ScreamingTree86 commented 7 years ago

Hi, i use the querydsl-apt lib with a springboot application and vaadin 8 for frontend. In vaadin 8 they have updated to the last gwt release and the gwt lib uses some jdt libs. So in some cases gwt needs to compile a widgetset. But this is not possible because this lib uses an older jdt plugin and breaks the gwt compiler. Current workaround, after some hours of research, is to exclude the ecj lib via maven. This seems to work in my case. Is it possible to update the ecj version to the actual version?