Comment 2 for bug 804433

Revision history for this message
Jan Prach (jendap) wrote :

Here's an example. It's even simpler - using compiler plugin instead of additional processor plugin. Run:

mvn clean test

Test will fail. Reordering of annotation processor dependencies helps. Move hibernate-jpamodelgen before querydsl and it will work.