DATAJPA-867 - Upgraded to latest persistence provider dependencies.
Upgraded to OpenJPA 2.4.1 and Hibernate 4.2 build profile to 4.2.1. Added more snapshot profiles and register them for execution in the Travis build (Hibernate 4.2.next, 4.3.next, 5.next, 5.1, 5.1.next, Eclipselink.next and EclipseLink 2.7.next). Disabled Bundlor plugin for Travis build to make sure the OSGi-incompatible Eclipselink snapshot version numbers don't break the build.
This commit is contained in:
@@ -10,8 +10,15 @@ env:
|
||||
- PROFILE=spring42-next
|
||||
- PROFILE=hibernate-41
|
||||
- PROFILE=hibernate-42
|
||||
- PROFILE=hibernate-42-next
|
||||
- PROFILE=hibernate-43
|
||||
- PROFILE=hibernate-43-next
|
||||
- PROFILE=hibernate-5
|
||||
- PROFILE=hibernate-5-next
|
||||
- PROFILE=hibernate-51
|
||||
- PROFILE=hibernate-51-next
|
||||
- PROFILE=eclipselink-next
|
||||
- PROFILE=eclipselink-27-next
|
||||
- PROFILE=querydsl-next
|
||||
|
||||
sudo: false
|
||||
@@ -22,7 +29,7 @@ cache:
|
||||
|
||||
install: true
|
||||
|
||||
script: "mvn clean dependency:list test -P${PROFILE} -Dsort"
|
||||
script: "mvn clean dependency:list test -P${PROFILE} -Dsort -Dbundlor.enabled=false"
|
||||
notifications:
|
||||
slack:
|
||||
secure: VYoJ2D6BM3etTNHJArJ47rVvj49PRZ+eIg12itOzlQSCnsPPob9X2OJVZ8Umatfx6TyP+rOrJAz+pqA1geumEzx+dIWTtBf6og703XKS9feLpM7sa1DupdstlGu506Wwevmb7nUq/Ct0ziCZykD3Cqu9tOhnai5wWlULBYDQ4WE=
|
||||
|
||||
30
pom.xml
30
pom.xml
@@ -25,7 +25,7 @@
|
||||
<hibernate>3.6.10.Final</hibernate>
|
||||
<hsqldb1>1.8.0.10</hsqldb1>
|
||||
<jpa>2.0.0</jpa>
|
||||
<openjpa>2.4.0</openjpa>
|
||||
<openjpa>2.4.1</openjpa>
|
||||
<springdata.commons>1.12.0.BUILD-SNAPSHOT</springdata.commons>
|
||||
|
||||
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
|
||||
@@ -42,15 +42,39 @@
|
||||
<profile>
|
||||
<id>hibernate-42</id>
|
||||
<properties>
|
||||
<hibernate>4.2.20.Final</hibernate>
|
||||
<hibernate>4.2.21.Final</hibernate>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>hibernate-42-next</id>
|
||||
<properties>
|
||||
<hibernate>4.2.22-SNAPSHOT</hibernate>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jboss</id>
|
||||
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>hibernate-43</id>
|
||||
<properties>
|
||||
<hibernate>4.3.11.Final</hibernate>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>hibernate-43-next</id>
|
||||
<properties>
|
||||
<hibernate>4.3.12-SNAPSHOT</hibernate>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jboss</id>
|
||||
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>hibernate-5</id>
|
||||
<properties>
|
||||
@@ -90,7 +114,7 @@
|
||||
<profile>
|
||||
<id>eclipselink-next</id>
|
||||
<properties>
|
||||
<eclipselink>2.6.2-SNAPSHOT</eclipselink>
|
||||
<eclipselink>2.6.3-SNAPSHOT</eclipselink>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
||||
Reference in New Issue
Block a user