question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

maven artifact release?

See original GitHub issue

afaik, 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:closed
  • Created 7 years ago
  • Comments:26 (11 by maintainers)

github_iconTop GitHub Comments

4reactions
vladmihalceacommented, Apr 12, 2016

@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.

3reactions
richfell-orgcommented, Jun 18, 2017

Just to note, I used the JitPack method and it does work.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found