DATAJPA-698 - Upgraded to EclipseLink 2.5.2.

Slightly refactored general infrastructure integration tests to make sure they're executed during the build. Added neccesary ignores to prevent the test cases from running into spec violations.
This commit is contained in:
Oliver Gierke
2015-04-01 13:10:07 +02:00
parent f8696a2879
commit 6f4e7f3703
6 changed files with 58 additions and 16 deletions

View File

@@ -22,7 +22,7 @@
<dist.key>DATAJPA</dist.key>
<eclipselink>2.5.1</eclipselink>
<eclipselink>2.5.2</eclipselink>
<hibernate>3.6.10.Final</hibernate>
<hsqldb1>1.8.0.10</hsqldb1>
<jpa>2.0.0</jpa>
@@ -245,11 +245,6 @@
<scope>runtime</scope>
</dependency>
</dependencies>
<configuration>
<excludes>
<exclude>**/infrastructure/*</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>default-test</id>
@@ -286,7 +281,6 @@
<exclude>**/*UnitTests.java</exclude>
<exclude>**/OpenJpa*</exclude>
<exclude>**/EclipseLink*</exclude>
<exclude>**/infrastructure/*</exclude>
</excludes>
<argLine>-javaagent:${settings.localRepository}/org/springframework/spring-instrument/${spring}/spring-instrument-${spring}.jar</argLine>
</configuration>