Greg Turnquist
0adaf4579a
DATAJPA-1548 - Migrate hibernate-53-next profile to 5.3.7-SNAPSHOT.
2019-05-22 10:06:41 -05:00
Greg Turnquist
b5bf6b5d2e
DATAJPA-1545 - Polishing.
2019-05-21 14:12:08 -05:00
Greg Turnquist
4c6346ae51
DATAJPA-1545 - Introduce Jenkins.
2019-05-21 13:47:20 -05:00
Mark Paluch
45cb522496
DATAJPA-1531 - After release cleanups.
2019-05-13 12:17:53 +02:00
Mark Paluch
bb4bc6223f
DATAJPA-1531 - Prepare next development iteration.
2019-05-13 12:17:52 +02:00
Mark Paluch
b4b3a7a33c
DATAJPA-1531 - Release version 2.2 M4 (Moore).
2019-05-13 11:59:50 +02:00
Mark Paluch
938b3fb9b6
DATAJPA-1531 - Prepare 2.2 M4 (Moore).
2019-05-13 11:59:04 +02:00
Jens Schauder
3dd583e31a
DATAJPA-1533 - Use compatible Mockito versions for Hibernate build profiles.
...
Use Mockito version override for Hibernate profiles using specific ByteBuddy versions.
Original pull request: #375 .
2019-04-29 11:52:20 +02:00
Christoph Strobl
259d54f0ec
DATAJPA-1513 - After release cleanups.
2019-04-11 12:00:20 +02:00
Christoph Strobl
f33f71c377
DATAJPA-1513 - Prepare next development iteration.
2019-04-11 12:00:19 +02:00
Christoph Strobl
61e403d135
DATAJPA-1513 - Release version 2.2 M3 (Moore).
2019-04-11 11:24:31 +02:00
Christoph Strobl
72bc319aaa
DATAJPA-1513 - Prepare 2.2 M3 (Moore).
2019-04-11 11:23:56 +02:00
Jens Schauder
9b16fef6e9
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.
2019-04-01 10:11:22 +02:00
Spring Operator
972faf02b1
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://www.springframework.org/schema/beans/spring-beans-3.0.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans-3.0.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-3.0.xsd ) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 20 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd ) result 200).
* http://www.springframework.org/schema/context/spring-context.xsd with 5 occurrences migrated to:
https://www.springframework.org/schema/context/spring-context.xsd ([https](https://www.springframework.org/schema/context/spring-context.xsd ) result 200).
* http://www.springframework.org/schema/data/jpa/spring-jpa.xsd with 14 occurrences migrated to:
https://www.springframework.org/schema/data/jpa/spring-jpa.xsd ([https](https://www.springframework.org/schema/data/jpa/spring-jpa.xsd ) result 200).
* http://www.springframework.org/schema/data/repository/spring-repository.xsd with 4 occurrences migrated to:
https://www.springframework.org/schema/data/repository/spring-repository.xsd ([https](https://www.springframework.org/schema/data/repository/spring-repository.xsd ) result 200).
* http://www.springframework.org/schema/jdbc/spring-jdbc.xsd with 3 occurrences migrated to:
https://www.springframework.org/schema/jdbc/spring-jdbc.xsd ([https](https://www.springframework.org/schema/jdbc/spring-jdbc.xsd ) result 200).
* http://www.springframework.org/schema/jee/spring-jee.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/jee/spring-jee.xsd ([https](https://www.springframework.org/schema/jee/spring-jee.xsd ) result 200).
* http://www.springframework.org/schema/tx/spring-tx.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/tx/spring-tx.xsd ([https](https://www.springframework.org/schema/tx/spring-tx.xsd ) result 200).
* http://www.springframework.org/schema/util/spring-util.xsd with 5 occurrences migrated to:
https://www.springframework.org/schema/util/spring-util.xsd ([https](https://www.springframework.org/schema/util/spring-util.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://java.sun.com/xml/ns/persistence/orm_2_0.xsd with 3 occurrences migrated to:
https://java.sun.com/xml/ns/persistence/orm_2_0.xsd ([https](https://java.sun.com/xml/ns/persistence/orm_2_0.xsd ) result 302).
* http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd with 2 occurrences migrated to:
https://java.sun.com/xml/ns/persistence/persistence_1_0.xsd ([https](https://java.sun.com/xml/ns/persistence/persistence_1_0.xsd ) result 302).
* http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd with 3 occurrences migrated to:
https://java.sun.com/xml/ns/persistence/persistence_2_0.xsd ([https](https://java.sun.com/xml/ns/persistence/persistence_2_0.xsd ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://java.sun.com/xml/ns/persistence with 10 occurrences
* http://java.sun.com/xml/ns/persistence/orm with 7 occurrences
* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.springframework.org/schema/beans with 42 occurrences
* http://www.springframework.org/schema/context with 10 occurrences
* http://www.springframework.org/schema/data/jpa with 28 occurrences
* http://www.springframework.org/schema/data/repository with 9 occurrences
* http://www.springframework.org/schema/jdbc with 6 occurrences
* http://www.springframework.org/schema/jee with 2 occurrences
* http://www.springframework.org/schema/tx with 2 occurrences
* http://www.springframework.org/schema/util with 10 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 30 occurrences
Original pull request: #341
2019-03-20 09:02:12 -05:00
Christoph Strobl
898889ea78
DATAJPA-1481 - After release cleanups.
2019-03-07 10:07:29 +01:00
Christoph Strobl
b6317ccbad
DATAJPA-1481 - Prepare next development iteration.
2019-03-07 10:07:28 +01:00
Christoph Strobl
88e4af7e89
DATAJPA-1481 - Release version 2.2 M2 (Moore).
2019-03-07 09:42:21 +01:00
Christoph Strobl
230c675021
DATAJPA-1481 - Prepare 2.2 M2 (Moore).
2019-03-07 09:41:17 +01:00
Oliver Drotbohm
ca4cf6690a
DATAJPA-1498 - Upgraded Hibernate 5.4 build profile to 5.4.1.
2019-01-22 14:10:13 +01:00
Oliver Drotbohm
adb8eb1537
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:57:37 +01:00
Oliver Drotbohm
d6274a0b24
DATAJPA-1483 - Upgrade Hibernate 5.4 build profile after GA release.
2018-12-13 15:57:37 +01:00
Christoph Strobl
f9b0a0f6de
DATAJPA-1478 - After release cleanups.
2018-12-11 11:07:52 +01:00
Christoph Strobl
cac9cee079
DATAJPA-1478 - Prepare next development iteration.
2018-12-11 11:07:51 +01:00
Christoph Strobl
35ab8d3944
DATAJPA-1478 - Release version 2.2 M1 (Moore).
2018-12-11 10:53:53 +01:00
Christoph Strobl
053b53f230
DATAJPA-1478 - Prepare 2.2 M1 (Moore).
2018-12-11 10:53:11 +01:00
Oliver Drotbohm
d6250dc949
DATAJPA-1473 - Add build profile for released Hibernate 5.4 versions.
2018-12-04 14:32:41 +01:00
Jens Schauder
4350afff40
DATAJPA-1455 - Removing explicit version of Surefire Plugin.
...
This fixes build failures due to a late JDK patch which was fixed in spring-data-build.
Without the explicit version that fix also applies to JPA.
See also:
https://github.com/spring-projects/spring-data-build/pull/663
https://github.com/spring-projects/spring-data-build/issues/662
2018-11-12 09:40:52 +01:00
Mark Paluch
ca4a12ba7e
DATAJPA-1407 - After release cleanups.
2018-09-21 07:45:28 -04:00
Mark Paluch
f6c1eb233d
DATAJPA-1407 - Prepare next development iteration.
2018-09-21 07:45:26 -04:00
Mark Paluch
049a9e9c56
DATAJPA-1407 - Release version 2.1 GA (Lovelace).
2018-09-21 07:08:38 -04:00
Mark Paluch
537e029d2f
DATAJPA-1407 - Prepare 2.1 GA (Lovelace).
2018-09-21 07:07:50 -04:00
Oliver Gierke
0944dae115
DATAJPA-1386 - After release cleanups.
2018-08-20 10:56:52 +02:00
Oliver Gierke
d69eabd316
DATAJPA-1386 - Prepare next development iteration.
2018-08-20 10:56:51 +02:00
Oliver Gierke
95439c3872
DATAJPA-1386 - Release version 2.1 RC2 (Lovelace).
2018-08-20 10:40:11 +02:00
Oliver Gierke
18a19c7cf7
DATAJPA-1386 - Prepare 2.1 RC2 (Lovelace).
2018-08-20 10:39:43 +02:00
Oliver Gierke
873e8f5538
DATAJPA-1402 - Upgraded Hibernate 5.3 build profile to 5.3.5.
2018-08-14 22:44:35 +02:00
Oliver Gierke
2ba47cd074
DATAJPA-1398 - Upgrade Hibernate 5.3 snapshot build profile to 5.3.5.
2018-08-14 13:32:25 +02:00
Oliver Gierke
746c5b2db7
DATAJPA-1400 - Upgrade Eclipselink 2.7 build profiles.
...
Upgrade to 2.7.3.
2018-08-14 11:38:01 +02:00
Oliver Gierke
edb9e578f5
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:12:52 +02:00
Mark Paluch
e0ed398516
DATAJPA-1346 - After release cleanups.
2018-07-26 12:32:27 +02:00
Mark Paluch
5299b9f5c8
DATAJPA-1346 - Prepare next development iteration.
2018-07-26 12:32:24 +02:00
Mark Paluch
8bf0ac434a
DATAJPA-1346 - Release version 2.1 RC1 (Lovelace).
2018-07-26 12:06:34 +02:00
Mark Paluch
49211dd1ad
DATAJPA-1346 - Prepare 2.1 RC1 (Lovelace).
2018-07-26 12:04:30 +02:00
Oliver Gierke
c023869f93
DATAJPA-1374 - Upgraded Hibernate 5.3 build profile to 5.3.2.
2018-07-09 17:52:20 +02:00
Jens Schauder
c6f8ee7d2c
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:54:32 +02:00
Oliver Gierke
0220dec2b6
DATAJPA-1348 - Upgraded build profiles for Hibernate 5.3 to its GA version.
2018-05-17 16:41:22 +02:00
Christoph Strobl
c1906431c6
DATAJPA-1325 - After release cleanups.
2018-05-17 10:09:35 +02:00
Christoph Strobl
cbaa09e009
DATAJPA-1325 - Prepare next development iteration.
2018-05-17 10:09:34 +02:00
Christoph Strobl
c5a9bb3e1f
DATAJPA-1325 - Release version 2.1 M3 (Lovelace).
2018-05-17 09:51:42 +02:00
Christoph Strobl
3d18656940
DATAJPA-1325 - Prepare 2.1 M3 (Lovelace).
2018-05-17 09:50:48 +02:00