You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of your jarb JAR is not available in maven central. The one that is available doesn't work with Hibernate 5. This leads to issue 2 below.
When I tried to build your framework from source with jitpack so that my POM file can pull it from jitback, the build failed. The culprit: com.oracle:ojdbc6 cannot be acquired from default maven repositories. Adding the odbc6.jar manually should fix that, but would be quite ugly. So I chose to add the following to the POM, and it worked:
Also, it would be nice if the jar for constraint validation can be separated from other jars in your framework, because I believe not everyone is interested in every part of your framework.
The text was updated successfully, but these errors were encountered:
There are 2 issues actually:
Also, it would be nice if the jar for constraint validation can be separated from other jars in your framework, because I believe not everyone is interested in every part of your framework.
The text was updated successfully, but these errors were encountered: