246 Commits

Author SHA1 Message Date
Spring Operator
4b935492e6 DATAJPA-1512 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://projects.spring.io/spring-data-jpa with 1 occurrences migrated to:
  https://projects.spring.io/spring-data-jpa ([https](https://projects.spring.io/spring-data-jpa) result 301).
* http://sourceforge.net/tracker/?func=detail&aid=2572567&group_id=31479&atid=402282 with 1 occurrences migrated to:
  https://sourceforge.net/tracker/?func=detail&aid=2572567&group_id=31479&atid=402282 ([https](https://sourceforge.net/tracker/?func=detail&aid=2572567&group_id=31479&atid=402282) result 301).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences

Original pull request: #313
2019-03-20 09:14:25 -05:00
Oliver Gierke
13c0fdbcb4 DATAJAP-1048 - Upgraded Hibernate 5.2 build profile to 5.2.7. 2017-01-20 22:19:30 +01:00
Oliver Gierke
02c241b56c DATAJPA-1019 - Upgrade Hibernate 5.2 build to 5.2.6. 2016-12-21 12:45:40 +01:00
Oliver Gierke
1cfb2e1018 DATAJPA-1018 - Upgrade Hibernate 5.0 build profile to 5.0.10. 2016-12-06 14:31:10 +01:00
Oliver Gierke
7813c09fe2 DATAJPA-1018 - Upgrade to Hibernate 5.1.1.
…to benefit from the fix for [0].

[0] https://hibernate.atlassian.net/browse/HHH-10514
2016-12-06 13:38:29 +01:00
Oliver Gierke
78535b806a DATAJPA-978 - Upgraded Hibernate 5.2 build profile to 5.2.4. 2016-10-28 11:20:35 +02:00
Oliver Gierke
94728dbb6b DATAJPA-975 - After release cleanups. 2016-09-29 10:40:22 +02:00
Spring Buildmaster
569edca8ef DATAJPA-975 - Prepare next development iteration. 2016-09-29 08:05:50 +00:00
Spring Buildmaster
7776fe24e4 DATAJPA-975 - Release version 1.9.6 (Gosling SR6). 2016-09-29 08:05:49 +00:00
Oliver Gierke
48e03f7a03 DATAJPA-975 - Prepare 1.9.6 (Gosling SR6). 2016-09-29 09:33:54 +02:00
Oliver Gierke
5bcdfec2bd DATAJPA-964 - After release cleanups. 2016-09-29 09:11:58 +02:00
Spring Buildmaster
73a7076571 DATAJPA-964 - Prepare next development iteration. 2016-09-20 14:12:08 +00:00
Spring Buildmaster
8b2321321c DATAJPA-964 - Release version 1.9.5.RELEASE. 2016-09-20 14:12:08 +00:00
Oliver Gierke
6fe277e682 DATAJPA-964 - Prepare 1.9.5 (Gosling SR5). 2016-09-20 15:29:18 +02:00
Oliver Gierke
196655a997 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:18:18 +02:00
Oliver Gierke
0cad5b6d9c DATAJPA-860 - After release cleanups. 2016-02-23 14:18:15 +01:00
Spring Buildmaster
1941c8f405 DATAJPA-860 - Prepare next development iteration. 2016-02-23 14:08:18 +01:00
Spring Buildmaster
8bb2aebe37 DATAJPA-860 - Release version 1.9.4 (Gosling SR4). 2016-02-23 04:49:20 -08:00
Oliver Gierke
6ff85c55d1 DATAJPA-860 - Prepare 1.9.4 (Gosling SR4). 2016-02-23 12:56:54 +01:00
Oliver Gierke
a6aaa2a56d DATAJPA-860 - Tweaked dependency versions for Gosling SR4. 2016-02-11 15:55:54 +01:00
Oliver Gierke
a3f65371d6 DATAJPA-859 - Added build profiles for Hibernate 5.1 and next snapshots. 2016-02-11 10:55:28 +01:00
Oliver Gierke
bc206bf8d7 DATAJPA-847 - Upgrade to Eclipse 2.6.2. 2016-01-13 17:02:27 +01:00
Oliver Gierke
3523f35709 DATAJPA-837 - After release cleanups. 2015-12-18 10:26:34 +01:00
Spring Buildmaster
8da93f6da7 DATAJPA-837 - Prepare next development iteration. 2015-12-18 00:22:21 -08:00
Spring Buildmaster
9609b72231 DATAJPA-837 - Release version 1.9.2.RELEASE (Gosling SR2). 2015-12-18 00:22:21 -08:00
Oliver Gierke
3077f1111a DATAJPA-837 - Prepare 1.9.2.RELEASE (Gosling SR2). 2015-12-18 08:51:31 +01:00
Oliver Gierke
a21d411bdb DATAJPA-831 - Upgraded Hibernate 5 build profile to 5.0.5. 2015-12-09 09:26:20 +01:00
Oliver Gierke
705666b492 DATAJPA-823 - After release cleanups. 2015-11-19 12:28:00 +01:00
Spring Buildmaster
efbfdf864d DATAJPA-823 - Prepare next development iteration. 2015-11-15 05:48:15 -08:00
Spring Buildmaster
33a6e34064 DATAJPA-823 - Release version 1.8.1.RELEASE (Gosling SR1). 2015-11-15 05:48:13 -08:00
Oliver Gierke
0999be1a5a DATAJPA-823 - Prepare 1.9.1.RELEASE (Gosling SR1). 2015-11-15 14:06:53 +01:00
Oliver Gierke
18ca024e7a 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:26 +01:00
Oliver Gierke
01a2648f2f 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:19:08 +02:00
Oliver Gierke
ec98e0e276 DATAJPA-787 - After release cleanups. 2015-09-03 18:30:53 +02:00
Spring Buildmaster
7c8934dc42 DATAJPA-787 - Prepare next development iteration. 2015-09-03 18:30:04 +02: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
Oliver Gierke
42e00d1edf DATAJPA-730 - After release cleanups. 2015-06-02 11:56:53 +02:00
Spring Buildmaster
2ca8d3e0a7 DATAJPA-730 - Prepare next development iteration. 2015-06-02 01:31:11 -07:00
Spring Buildmaster
a2257a82d2 DATAJPA-730 - Release version 1.9.0 M1 (Gosling). 2015-06-02 01:31:09 -07:00
Oliver Gierke
a22f06234c DATAJPA-730 - Prepare 1.9.0.M1 (Gosling M1). 2015-06-02 10:05:49 +02:00
Oliver Gierke
4d6c5591eb DATAJPA-731 - Downgraded to Querydsl 3.6.3.
See https://github.com/querydsl/querydsl/issues/1406 for details.
2015-06-02 10:03:12 +02:00
Thomas Darimont
1443b155db DATAJPA-696 - Support ad-hoc entity graph definitions for repository finder methods.
We now support the specification of ad-hoc entity graphs on repository finder methods by allowing to specify the fetch graph paths via the "attributePaths" attribute on the EntityGraph annotation.

Configured EclipseLink tests to use dynamic weaving, required for dynamic entity fetch graphs. Fixed typo in CrudMethodMetadataPopulatingMethodInterceptor.

Original pull request: #140.
2015-05-15 15:04:32 +02:00
Oliver Gierke
7f45d759b3 DATAJPA-720 - Removed <relativePath /> element from parent POM declaration. 2015-05-15 15:04:28 +02:00