hibernate / query-validator

Compile time validation for HQL and JPQL queries in Java code
https://hibernate.org
Apache License 2.0
82 stars 8 forks source link

Release it #26

Open gavinking opened 4 years ago

gavinking commented 4 years ago

I think we should do a release of this project to Maven. WDYT @emmanuelbernard @FroMage @Sanne ? Should we do it? Precisely how can I put jars in Maven? This is something I have never once done before...

Sanne commented 4 years ago

Yes we should release it. I can take care of that, but not this week..

Had already started to polish the build from committing jars in the repo, should finish that first too.

gavinking commented 4 years ago

One question: which version of the JDK should we be targeting here? Because I've been retesting everything and noticed that it doesn't compile on JDK 13 due to some minor changes to APIs in tools.jar. I'm going to test on JDK 11 now.

Sanne commented 4 years ago

Quarkus still needs JDK8 compatibility today.

Hopefully we'll soon target JDK11 only but we're not there yet. Testing with JDK 12, 13, 14 would be nice too.

gavinking commented 4 years ago

Quarkus still needs JDK8 compatibility today.

OK, great, perfect, we'll leave query-validator targeting JDK8.

olsavmic commented 1 week ago

Hi @gavinking, I believe releasing the tool on maven central would help adoption a lot - we decided NOT TO use the tool just because it complicates the CI test configuration.

And hopefully, an increased adoption would be a driver for further development (perhaps even by the community). Is there any specific reason this package was never officially released?


Thank you all for the great work you put into Hibernate / JPA! :)