maven artifact release?
See original GitHub issueafaik, the only .jar available online is the one from kemitix’s fork.
Unfortunately, I think that jar is not compatible with recent versions of Hibernate (5.0.2 here), and it fails with:
ClassNotFoundException: org.hibernate.exception.TemplatedViolatedConstraintNameExtracter
I’ve seen that this version has some commits for Hibernate 5 compatibility, and that TemplatedViolatedConstraintNameExtracter is mentioned. It’d be nice if this dialect would be packaged up.
Issue Analytics
- State:
- Created 7 years ago
- Comments:26 (11 by maintainers)
Top Results From Across the Web
Guide to using the release plugin - Apache Maven
The main aim of the maven-release plugin is to provide a standard mechanism to release project artifacts outside the immediate development ...
Read more >Publishing Maven Releases to Maven Central Repository
This document describes how to release Maven artifacts for Apache Software Foundation projects to the Maven Central Repository. This is optional.
Read more >Maven Release plugin – Introduction
This plugin is used to release a project with Maven, saving a lot of repetitive, manual work. Releasing a project is made in...
Read more >Maven Release plugin – Prepare a Release
Prepare a Release · Check that there are no uncommitted changes in the sources · Check that there are no SNAPSHOT dependencies ·...
Read more >POM Reference - Maven
The purpose of this computation is to select a version that matches all the dependency declarations (due to transitive dependencies, there can be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@devinant I reasked the question on the mailing list. This integration must be approved because it must be agreed that the Dialect will be maintained in future as well. I’ll come back when I have more details for this.
Just to note, I used the JitPack method and it does work.