-
Notifications
You must be signed in to change notification settings - Fork 40
Plugin fails with QueryDSL 4 #53
Comments
Could you be a bit more specific? |
What @jvence is most likely referring to is, when upgrading your application from spring-boot 1.3 (or before) to 1.4 or higher. This breaks correct generation of the query classes, who still refer to an older version of querydsl (pre-4). If will probably suffice to update the plugin configuration to the new path of the @Shredder121, you should update the processor configuration for querydsl 4 in the readme, or add a note of some sort:
|
Ah, that's something we can work with! Thanks. |
I had similar problem after adjusting my configuration with official recomendations
|
Plugin was working perfectly until we upgraded QuertDsl to version 4 (which is now standard on Spring Boot) and everything breaks.
The text was updated successfully, but these errors were encountered: