374 Commits

Author SHA1 Message Date
Oliver Drotbohm
3b2e01c95e DATAJPA-1494 - After release cleanups. 2019-04-01 19:35:52 +02:00
Oliver Drotbohm
fb79e4fdb3 DATAJPA-1494 - Prepare next development iteration. 2019-04-01 19:35:51 +02:00
Oliver Drotbohm
92500a47c1 DATAJPA-1494 - Release version 2.0.14 (Kay SR14). 2019-04-01 19:05:42 +02:00
Oliver Drotbohm
9dd7dd87de DATAJPA-1494 - Prepare 2.0.14 (Kay SR14). 2019-04-01 19:05:14 +02:00
Jens Schauder
4d4e6d418f DATAJPA-1519 - Wildcard escaping in LIKE-queries.
Derived queries with `contains`, `startWith` or `endsWith` predicates now use wildcard escaping in order to avoid selecting more then requested. A function `escape(String, String)` is made available in SpEL expressions as well for the same purpose.

Note that annotated queries and derived queries with LIKE conditions don't get escaped because it is not clear if the use of wildcards in the argument is intended or not. Improved reference documentation accordingly.
2019-04-01 10:40:10 +02:00
Spring Operator
50828a67eb 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).

# 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: #314
2019-03-20 09:15:50 -05:00
Oliver Drotbohm
1855612484 DATAJPA-1498 - Upgraded Hibernate 5.4 build profile to 5.4.1. 2019-01-22 14:08:44 +01:00
Mark Paluch
51580ea0df DATAJPA-1467 - After release cleanups. 2019-01-10 12:03:26 +01:00
Mark Paluch
dfe97e695b DATAJPA-1467 - Prepare next development iteration. 2019-01-10 12:03:24 +01:00
Mark Paluch
ab9c6c9927 DATAJPA-1467 - Release version 2.0.13 (Kay SR13). 2019-01-10 11:10:22 +01:00
Mark Paluch
7dbe13eb27 DATAJPA-1467 - Prepare 2.0.13 (Kay SR13). 2019-01-10 11:09:23 +01:00
Oliver Drotbohm
270c296fd3 DATAJPA-1484 - Add build profile for Hibernate 6.
Added build profile Hibernate 6 snapshots. Introduced property for Hibernate group identifier as it's gonna change to org.hibernate.orm in 6.0.
Added the build profile to the Travis builds. Added explicit cast to the Hibernate implementation in PersistenceProvider as ScrollableResults now uses a generic type as return value for its ….get() method.
2018-12-13 15:49:15 +01:00
Oliver Drotbohm
677debabb1 DATAJPA-1483 - Upgrade Hibernate 5.4 build profile after GA release. 2018-12-13 15:49:13 +01:00
Oliver Drotbohm
28383e1df1 DATAJPA-1473 - Add build profile for released Hibernate 5.4 versions. 2018-12-04 14:47:09 +01:00
Mark Paluch
b651ef9681 DATAJPA-1440 - After release cleanups. 2018-11-27 12:16:34 +01:00
Mark Paluch
b3ace993b1 DATAJPA-1440 - Prepare next development iteration. 2018-11-27 12:16:32 +01:00
Mark Paluch
095671e79e DATAJPA-1440 - Release version 2.0.12 (Kay SR12). 2018-11-27 11:45:49 +01:00
Mark Paluch
4e44250333 DATAJPA-1440 - Prepare 2.0.12 (Kay SR12). 2018-11-27 11:44:58 +01:00
Mark Paluch
28e879f8e3 DATAJPA-1420 - After release cleanups. 2018-10-15 12:28:13 +02:00
Mark Paluch
d1c29687c3 DATAJPA-1420 - Prepare next development iteration. 2018-10-15 12:28:12 +02:00
Mark Paluch
1ff96da381 DATAJPA-1420 - Release version 2.0.11 (Kay SR11). 2018-10-15 12:00:38 +02:00
Mark Paluch
a951c2f73f DATAJPA-1420 - Prepare 2.0.11 (Kay SR11). 2018-10-15 11:59:39 +02:00
Mark Paluch
c178c4e408 DATAJPA-1387 - After release cleanups. 2018-09-10 13:52:27 +02:00
Mark Paluch
ab17c9c845 DATAJPA-1387 - Prepare next development iteration. 2018-09-10 13:52:26 +02:00
Mark Paluch
535d63c84b DATAJPA-1387 - Release version 2.0.10 (Kay SR10). 2018-09-10 12:52:18 +02:00
Mark Paluch
4457dd684d DATAJPA-1387 - Prepare 2.0.10 (Kay SR10). 2018-09-10 12:51:27 +02:00
Oliver Gierke
611cdeeb96 DATAJPA-1402 - Upgraded Hibernate 5.3 build profile to 5.3.5. 2018-08-14 22:46:10 +02:00
Oliver Gierke
1cb36f606d DATAJPA-1398 - Upgrade Hibernate 5.3 snapshot build profile to 5.3.5. 2018-08-14 13:32:33 +02:00
Oliver Gierke
e26561804b DATAJPA-1400 - Upgrade Eclipselink 2.7 build profiles.
Upgrade to 2.7.3.
2018-08-14 12:02:08 +02:00
Oliver Gierke
d5de80f988 DATAJPA-1398 - Upgrade to Hibernate 5.2.17.
Upgraded to Hibernate 5.2.17 and the 5.2 snapshot build profile to 5.2.18. Upgraded Hibernate 5.3 build profile to 5.3.4. Couldn't update the profile for 5.3 snapshots as apparently there are no 5.3.5 snapshots available currently. Added build profiles for Hibernate 5.4 snapshots.
2018-08-14 08:13:48 +02:00
Mark Paluch
0f636c5684 DATAJPA-1362 - After release cleanups. 2018-07-26 15:23:24 +02:00
Mark Paluch
4b7fce7475 DATAJPA-1362 - Prepare next development iteration. 2018-07-26 15:23:22 +02:00
Mark Paluch
0c87bec38a DATAJPA-1362 - Release version 2.0.9 (Kay SR9). 2018-07-26 14:44:00 +02:00
Mark Paluch
c7357a3e39 DATAJPA-1362 - Prepare 2.0.9 (Kay SR9). 2018-07-26 14:43:06 +02:00
Oliver Gierke
a57eb75397 DATAJPA-1374 - Upgraded Hibernate 5.3 build profile to 5.3.2. 2018-07-09 17:52:27 +02:00
Mark Paluch
56eb1c97aa DATAJPA-1340 - After release cleanups. 2018-06-13 21:24:35 +02:00
Mark Paluch
05f2f89b86 DATAJPA-1340 - Prepare next development iteration. 2018-06-13 21:24:33 +02:00
Mark Paluch
499c6fdfcd DATAJPA-1340 - Release version 2.0.8 (Kay SR8). 2018-06-13 15:13:01 +02:00
Mark Paluch
17a52c5744 DATAJPA-1340 - Prepare 2.0.8 (Kay SR8). 2018-06-13 15:12:06 +02:00
Jens Schauder
a1f8dab3f3 DATAJPA-1359 - Upgrading dependencies in hibernate-53 build profiles.
Upgraded the Hibernate dependencies because 5.3.1 is now final and the latest snapshot seems to be broken. Therefore it seems sensible to depend on 5.3.1-Final and 5.3.2-SNAPSHOT respectively in hibernate-53 and hibernate-53-next.
2018-06-13 08:55:53 +02:00
Oliver Gierke
c0f591f8d2 DATAJPA-1348 - Upgraded build profiles for Hibernate 5.3 to its GA version. 2018-05-17 16:41:34 +02:00
Mark Paluch
e1a3c37284 DATAJPA-1316 - After release cleanups. 2018-05-08 15:04:28 +02:00
Mark Paluch
15c4991a7d DATAJPA-1316 - Prepare next development iteration. 2018-05-08 15:04:26 +02:00
Mark Paluch
75b721a686 DATAJPA-1316 - Release version 2.0.7 (Kay SR7). 2018-05-08 14:15:27 +02:00
Mark Paluch
61f48af0a9 DATAJPA-1316 - Prepare 2.0.7 (Kay SR7). 2018-05-08 14:14:32 +02:00
Mark Paluch
8493c12099 DATAJPA-1282 - Migrate to native APT execution.
We now use the Compiler plugin to invoke APT-based code generation with Querydsl, JPA Metamodel and Project Lombok. This allows us to remove apt-maven-plugin that interferes with newer Maven Compiler plugin versions.
2018-04-16 22:25:43 +02:00
Mark Paluch
0df48b1c5d DATAJPA-1276 - After release cleanups. 2018-04-04 16:42:33 +02:00
Mark Paluch
f4ab549f0f DATAJPA-1276 - Prepare next development iteration. 2018-04-04 16:42:30 +02:00
Mark Paluch
4180658808 DATAJPA-1276 - Release version 2.0.6 (Kay SR6). 2018-04-04 15:53:22 +02:00
Mark Paluch
66b0a619cb DATAJPA-1276 - Prepare 2.0.6 (Kay SR6). 2018-04-04 15:52:31 +02:00