Commit Graph

453 Commits

Author SHA1 Message Date
Oliver Gierke
d06281c348 DATAJPA-1016 - Bump infrastructure requirements to JPA 2.1.
Upgraded minimum Hibernate required version to 4.3. Removed Travis build profiles for everything below that. Upgraded to Spring Framework 5.0 snapshots.

Removed integration test execution for OpenJPA for now as Spring Framework 5 doesn't ship OpenJpaVendorAdapter anymore as there's no JPA 2.1 compatible OpenJPA version available currently.
2016-12-05 15:05:45 +01:00
Oliver Gierke
8ed35882c1 DATAJPA-997 - After release cleanups. 2016-11-23 10:59:10 +01:00
Oliver Gierke
8458c0fb54 DATAJPA-997 - Prepare next development iteration. 2016-11-23 10:59:08 +01:00
Oliver Gierke
f2acbdd3eb DATAJPA-997 - Release version 2.0 M1 (Kay). 2016-11-23 10:35:47 +01:00
Oliver Gierke
e30c4c0138 DATAJPA-997 - Prepare 2.0 M1 (Kay). 2016-11-23 10:35:08 +01:00
Oliver Gierke
b1faf8fe24 DATAJPA-998 - Prepare 2.0 development.
Upgraded to Spring Data build parent and Commons in 2.0. No upgrade to Spring 5 yet as it requires Hibernate 5 which currently breaks our tests, mostly because of [0].

Added workaround for compiler ambiguities that stem from the upgrade to 1.8 as compile target [1]. Temporarily removed tests for JpaSort for the same reason.

Adapted to API changes in DefaultResourceLoader in preparation of the move to Spring 5.

[0] https://hibernate.atlassian.net/browse/HHH-10690
[1] http://mail.openjdk.java.net/pipermail/compiler-dev/2016-November/010521.html
2016-11-16 15:05:50 +01:00
Oliver Gierke
ba40a4b857 DATAJPA-978 - Upgraded Hibernate 5.2 build profile to 5.2.4. 2016-10-28 11:17:03 +02:00
Oliver Gierke
a71e513476 DATAJPA-978 - Upgraded Hibernate 5.2 build profile to 5.2.3. 2016-10-21 09:10:18 +02:00
Oliver Gierke
e34d5d93e6 DATAJPA-950 - Upgraded Hibernate 5 build profile to Hibernate 5.2.2. 2016-08-11 23:41:32 +02:00
Oliver Gierke
23a963f13d DATAJPA-882 - After release cleanups. 2016-07-27 14:32:37 +02:00
Oliver Gierke
70b3207dd4 DATAJPA-882 - Prepare next development iteration. 2016-07-27 14:32:33 +02:00
Oliver Gierke
20f0c0da6f DATAJPA-882 - Release version 1.11 M1 (Ingalls). 2016-07-27 13:52:12 +02:00
Oliver Gierke
2facef327e DATAJPA-882 - Prepare 1.11 M1 (Ingalls). 2016-07-27 13:51:37 +02:00
Oliver Gierke
30030a11c1 DATAJPA-915 - Upgraded Hibernate 5.2 profile to 5.2.1. 2016-07-01 10:56:42 +02:00
Oliver Gierke
513be636a3 DATAJPA-915 - Added build profile for Hibernate 5.0 snapshots. 2016-06-20 15:37:44 +02:00
Oliver Gierke
685e06eee6 DATAJPA-915 - Updated build profiles for Hibernate.
Added build profiles for Hibernate 5.2 and 5.2 snapshots as well as one for Spring 4.3.
2016-06-20 14:40:59 +02:00
Oliver Gierke
fdede85931 DATAJPA-911 - Assert compatibility with Hibernate 5.2.
We now use a completely reflective lookup of the Hibernate query string as well as for the Hibernate specific PersistenceProvider lookup in tests.

Added build profile for Hibernate 5.2 but it's currently not working due to Hibernate complaining about an invalid identifier mapping on CustomAbstractPersistable which is overriding the parent types  property on accessor working fine on 5.1.

The build profile for 5.1 is still broken due to the fixed but yet unreleased HHH-10514 [0] and the not yet fixed HHH-10515 [1] (apparently fixed but still open and unreleased) which has been broken since 5.0.8.

[0] https://hibernate.atlassian.net/browse/HHH-10514
[1] https://hibernate.atlassian.net/browse/HHH-10515
2016-06-04 14:19:09 +02:00
Oliver Gierke
60c134e3bd DATAJPA-883 - Fixed configuration of AspectJ Maven plugin.
We now enforce the AspectJ plugin to run no matter what to work around bugs in the plugin in combination with bugs in the compiler plugin.

https://github.com/mojohaus/aspectj-maven-plugin/issues/15
https://issues.apache.org/jira/browse/MCOMPILER-205
https://issues.apache.org/jira/browse/MCOMPILER-209
2016-04-06 19:40:16 +02:00
Oliver Gierke
644bae842a DATAJPA-878 - After release cleanups. 2016-04-06 16:37:02 +02:00
Oliver Gierke
719bbe7830 DATAJPA-878 - Prepare next development iteration. 2016-04-06 16:36:59 +02:00
Oliver Gierke
353da4c3c2 DATAJPA-878 - Release version 1.10 GA (Hopper). 2016-04-06 16:35:58 +02:00
Oliver Gierke
f66d718f67 DATAJPA-878 - Prepare 1.10 GA (Hopper). 2016-04-06 16:34:45 +02:00
Oliver Gierke
7e94c6b2bb DATAJPA-869 - After release cleanups. 2016-03-18 11:16:07 +01:00
Oliver Gierke
f65756a2ca DATAJPA-869 - Prepare next development iteration. 2016-03-18 11:15:51 +01:00
Oliver Gierke
54ef07b57c DATAJPA-869 - Release version 1.10 RC1 (Hopper). 2016-03-18 11:14:59 +01:00
Oliver Gierke
f35b587311 DATAJPA-869 - Prepare 1.10 RC1 (Hopper). 2016-03-18 11:06:57 +01:00
Oliver Gierke
2509955a54 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.
2016-02-29 09:56:43 +01:00
Oliver Gierke
e25ab1f721 DATAJPA-852 - After release cleanups. 2016-02-12 15:43:56 +01:00
Oliver Gierke
873d69d07f DATAJPA-852 - Prepare next development iteration. 2016-02-12 15:43:39 +01:00
Oliver Gierke
ca2515a5ee DATAJPA-852 - Release version 1.10 M1 (Hopper). 2016-02-12 15:42:46 +01:00
Oliver Gierke
ff327d7de0 DATAJPA-852 - Prepare 1.10 M1 (Hopper). 2016-02-12 15:36:18 +01:00
Oliver Gierke
df51f2762a DATAJPA-859 - Added build profiles for Hibernate 5.1 and next snapshots. 2016-02-11 10:55:16 +01:00
Oliver Gierke
bed0667815 DATAJPA-852 - Declare Artifactory Maven plugin to be able to distribute build artifacts. 2016-01-28 15:21:04 +01:00
Oliver Gierke
ef08359f21 DATAJPA-847 - Upgrade to Eclipse 2.6.2. 2016-01-13 17:02:12 +01:00
Oliver Gierke
0762d63bd6 DATAJPA-831 - Upgraded Hibernate 5 build profile to 5.0.5. 2015-12-09 09:26:10 +01:00
Oliver Gierke
a3b6ca6a26 DATAJPA-826 - Added Jacoco to test executions explicitly.
To make sure the coverage data is collected for all test executions, we now explicitly add the Jacoco Java agent to the test executions.

Added Jacoco plugin explicitly to make sure the agent can be resolved even if the build is not run in sonarcube profile.
2015-11-26 18:30:43 +01:00
Oliver Gierke
51ff07c04c DATAJPA-765 - Upgraded to Querydsl 4. 2015-11-17 13:42:42 +01:00
Oliver Gierke
eb16a58cf2 DATAJPA-821 - Upgraded to OpenJPA 2.4. 2015-11-10 09:29:12 +01:00
Oliver Gierke
d26833b7ad DATAJPA-817 - Upgraded to EclipseLink 2.6.1.
Added build profiles for next bugfix version as well as next minor version of EclipseLink.
2015-11-02 11:48:13 +01:00
Oliver Gierke
1ee91ed27c DATAJPA-795 - Upgraded Hibernate 5 build profile to 5.0.1.
Upgraded build profiles for 4.2 and 4.3 to the latest bugfix releases as well.
2015-09-09 13:18:49 +02:00
Oliver Gierke
e00fb4f776 DATAJPA-787 - After release cleanups. 2015-09-01 12:11:01 +02:00
Spring Buildmaster
4032432e47 DATAJPA-787 - Prepare next development iteration. 2015-09-01 01:54:31 -07:00
Spring Buildmaster
8e6880c991 DATAJPA-787 - Release version 1.9.0.RELEASE (Gosling GA). 2015-09-01 01:54:28 -07:00
Oliver Gierke
66a4bc5a79 DATAJPA-787 - Prepare 1.9.0.RELEASE (Gosling GA). 2015-09-01 09:44:21 +02:00
Oliver Gierke
1e7e5fbb1b DATAJPA-785 - Adapted test cases to build against Hibernate 5 GA.
Added a few flushes and transaction rearrangements for low level integration tests to accommodate changes in flushing behavior in Hibernate 5 GA.
2015-08-28 15:52:49 +02:00
Oliver Gierke
d3325609b6 DATAJPA-768 - After release cleanups. 2015-08-04 14:09:19 +02:00
Spring Buildmaster
2efe387320 DATAJPA-768 - Prepare next development iteration. 2015-08-04 04:39:24 -07:00
Spring Buildmaster
4c0e5a942f DATAJPA-768 - Release version 1.9.0.RC1. 2015-08-04 04:38:51 -07:00
Oliver Gierke
e26e733d46 DATAJPA-768 - Prepare 1.9.0.RC1 (Gosling RC1). 2015-08-04 11:48:43 +02:00
Oliver Gierke
a58bfea3b6 DATAJPA-703 - Upgraded to Hibernate 5 CR1. 2015-07-07 13:59:33 +02:00