oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

QueryDSL: switch from legacy to new API #614

Closed hohwille closed 6 years ago

hohwille commented 6 years ago

I just noticed that in OASP4J we are still on the old QueryDSL API com.mysema.query rather than the new com.querydsl API. Also we are using QueryDSL version 3.4.3 which is quite old and we should update.

hohwille commented 6 years ago

Done with PR #627