You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: