143 Commits

Author SHA1 Message Date
Spring Buildmaster
b17883db88 DATAJPA-488 - Prepare next development iteration. 2014-03-10 06:27:57 -07:00
Spring Buildmaster
284e6bb613 DATAJPA-488 - Release version 1.4.5.RELEASE. 2014-03-10 06:27:52 -07:00
Thomas Darimont
838f4d1b33 DATAJPA-488 - Prepare Release 1.4.5.
Updated pom, readme and changelog.
Adjusted links in reference doc.

Original pull request: #63.
2014-03-10 14:17:49 +01:00
Oliver Gierke
76c0aaa699 DATAJPA-485 - Upgraded to Hibernate profiles to 4.3.4 and 4.2.10. 2014-03-04 11:23:31 +01:00
Spring Buildmaster
0c7fc0a8d1 DATAJPA-463 - Prepare next development iteration. 2014-02-17 04:24:31 -08:00
Spring Buildmaster
6ae7ba153e DATAJPA-463 - Release version 1.4.4.RELEASE. 2014-02-17 04:24:29 -08:00
Thomas Darimont
ca96e1bae9 DATAJPA-463 - Prepare release 1.4.4.
Updated pom.xml, change log, references to Spring Data Commons reference documentation etc.
2014-02-17 13:11:06 +01:00
Oliver Gierke
0cfd24d051 DATAJPA-444 - Prefer Hibernate 4.3 provider interface over legacy one.
Accessing the legacy persistence provider class in Hibernate 4.3 causes a warning being logged. As we generally want to detect the presence of Hibernate in general only, we now check for the Hibernate 4.3 persistence provider interface first to immediately find the new interface and thus avoid the warning.

Upgraded to Hibernate 4.3.1.
2014-01-24 17:32:19 +01:00
Oliver Gierke
498f4feedc DATAJPA-443 - Upgraded to Hibernate 4.2.8 and 4.3.0. 2014-01-14 13:42:00 +01:00
Spring Buildmaster
3e8cccd465 DATAJPA-434 - Prepare next development iteration. 2013-12-12 02:21:08 -08:00
Spring Buildmaster
1962540c12 DATAJPA-434 - Prepare release version 1.4.3.RELEASE. 2013-12-12 02:21:05 -08:00
Thomas Darimont
fe07e25b19 DATAJPA-434 - Prepare release 1.4.3.
Updated changelog, notice and readme.
Updated SD commons dependency to 1.6.3.RELEASE.
2013-12-11 18:14:29 +01:00
Oliver Gierke
a2f6b4c5df DATAJPA-430 - Tweaks to be compatible with Hibernate 4.3.
Latest Hibernate 4.3 releases have changes some behavior and internals slightly. Adapted the test cases accordingly and added another guard in JpaMetamodelEntityInformation to adhere to the new behavior.

Added build profile to be able to build against Hibernate 4.3.
2013-12-09 14:44:45 +01:00
Oliver Gierke
df55a8525d DATAJPA-405 - Guard against null predicates on query creation.
We now only call CriteriaQuery.where(…) if the predicate we handle is a non-null value. Adapted Jpa(Count)QueryCreator accordingly.
2013-10-27 17:38:12 +01:00
Spring Buildmaster
0a449d27a3 DATAJPA-411 - Prepare next development iteration. 2013-10-25 07:44:19 -07:00
Spring Buildmaster
06a8980a37 DATAJPA-411 - Release version 1.4.2.RELEASE. 2013-10-25 07:44:17 -07:00
Oliver Gierke
b0aff77731 DATAJPA-411 - Prepare 1.4.2.RELEASE.
Updated Spring Data Commons dependency to 1.6.2.RELEASE. Updated changelog, readme.md etc.
2013-10-25 16:34:00 +02:00
Spring Buildmaster
675d65bfda DATAJPA-400 - Prepare next development iteration. 2013-09-09 23:21:22 -07:00
Spring Buildmaster
1b1549a68b DATAJPA-400 - Release version 1.4.1.RELEASE. 2013-09-09 23:21:19 -07:00
Thomas Darimont
58df3962f1 DATAJPA-400 - Prepare 1.4.1 Release. 2013-09-10 08:11:39 +02:00
Spring Buildmaster
fb285c3197 DATAJPA-386 - Prepare next development iteration. 2013-09-09 15:39:23 -07:00
Spring Buildmaster
0e2663e9a4 DATAJPA-386 - Release version 1.4.0.RELEASE. 2013-09-09 15:29:59 -07:00
Thomas Darimont
d41a466b4d DATAJPA-386 - Prepare 1.4.0 Release. 2013-09-09 15:26:18 -07:00
Oliver Gierke
e5e4b4dd3b DATAJPA-347 - Upgrade to Spring Data Commons 1.6.0.BUILD-SNAPSHOT. 2013-08-14 09:24:53 +02:00
Spring Buildmaster
1f571ad751 DATAJPA-347 - Prepare nexte development iteration. 2013-08-01 09:18:13 -07:00
Spring Buildmaster
5505f9cd60 DATAJPA-347 - Release version 1.4.0.RC1. 2013-08-01 09:18:09 -07:00
Oliver Gierke
d4119dcdbe DATAJPA-379 - Prepare 1.4.0.RC1 release.
Upgraded to Spring Data Build parent 1.1.1.RELEASE. Upgraded to Spring Data Commons 1.6.0.RC1. Switched to milestone repository. Adapted documentation references to RC1 of SPring Data Commons. Updated changelog, notice and readme.
2013-08-01 18:07:32 +02:00
Oliver Gierke
e27bd55e36 DATAJPA-351 - Upgrade to snapshot dependencies after M1 release. 2013-06-10 12:02:35 +02:00
Spring Buildmaster
b581568d72 DATAJPA-351 - Prepare next development iteration. 2013-06-04 10:17:42 -07:00
Spring Buildmaster
1a294caa88 DATAJPA-351 - Release version 1.4.0.M1. 2013-06-04 10:17:38 -07:00
Oliver Gierke
f077409ea1 DATAJPA-351 - Prepare 1.4 M1 release.
Upgraded to Spring Data Build 1.1.0. Upgraded to Spring Data Commons 1.6 M1. Added milestone repository. Updated documentation references to the 1.6 M1 artifacts.
2013-06-04 18:57:22 +02:00
Oliver Gierke
4b1cd49079 DATAJPA-331 - Use correct snapshot repository to resolve plugin dependencies. 2013-04-19 10:36:57 +02:00
Oliver Gierke
391a77d058 DATAJPA-331 - Use lib-snapshot repository instead of libs-snapshot.
libs-snapshot filters repository declarations pointing into Artifactory again. This results in the plugin repository declaration in the Spring Data Build parent pom being stripped and the build to fail in case Bundlor is not already in the local repository.
2013-04-18 12:02:39 +02:00
Oliver Gierke
40caa97808 DATAJPA-321, DATAJPA-320 - Upgraded to Querydsl 3.0.0.
Upgraded to Spring Data Build 1.1.0.BUILD-SNAPSHOT to benefit from Querydsl dependency upgrade. Upgraded Maven APT plugin to 1.0.8 alongside.
2013-03-25 17:53:52 +01:00
Oliver Gierke
d0a383a2d9 DATAJPA-316 - Added build profiles to build against Hibernate 4.1 and 4.2.
Upgraded to Spring Data Build 1.0.2.RELEASE along the way. Needed to upgrade to HSQLDB 2.2.9 as Hibernate 4 doesn't work with HSQLDB versions 1.x. Set up OpenJPA test run to still use HSQLD 1.8.0.10 as OpenJPA does not work with HSQLDB 2.x. *sigh*
2013-03-19 14:41:39 +01:00
Oliver Gierke
bc0bf33b55 Fixed indentation to tabs in pom.xml. 2013-03-07 13:15:31 +01:00
Kevin Raymond
60923c8651 DATAJPA-296 - Added support for case insensitive sorting.
Modified QueryUtils.toJpaOrder(…) to apply lower criteria if ignore case on Order is set to true and the property being sorted is of type String. Upgraded to Spring Data Commons 1.6.0.BUILD-SNAPSHOT along the way.
2013-02-27 18:47:43 +01:00
Spring Buildmaster
3005108c2a DATAJPA-295 - Prepare next development iteration. 2013-02-07 07:51:03 -08:00
Spring Buildmaster
b01b83769a DATAJPA-295 - Release version 1.3.0.RELEASE. 2013-02-07 07:51:00 -08:00
Oliver Gierke
b68288605e DATAJPA-295 - Upgraded to Spring Data Commons 1.5.0.RELEASE.
Upgraded to Spring Data build parent 1.0.0.RELEASE.
2013-02-07 16:06:47 +01:00
Oliver Gierke
dfec00d5ed DATAJPA-293 - Upgraded to JodaTime 2.1.
…by using the property defined in the parent pom.xml.
2013-02-06 18:35:54 +01:00
Oliver Gierke
982f6549c0 DATAJPA-285 - Added wagon plugin to enable artifact distribution. 2013-01-29 19:54:37 +01:00
Oliver Gierke
943be87908 DATAJPA-288 - Separate test execution for different persistence providers.
Re-enabled more integration tests integration tests.
2013-01-25 18:51:20 +01:00
Oliver Gierke
d597d3f797 DATAJPA-286 - Removed plugin configuration redundancy.
Cleaned up duplicate Surefire configuration from pom.xml.
2013-01-22 17:51:41 +01:00
Oliver Gierke
bb743e34cf DATAJPA-285 - Refer to deployment repository to get unfiltered pom.xml. 2013-01-18 14:44:53 +01:00
Oliver Gierke
28a565faec DATAJPA-286 - Added test infrastructure for plain JPA tests.
Added integration tests in org.springframework.data.jpa.infrastructure that will not be included in the normal test execution as they are purely means to quickly identify potential differences in persistence provider implementations.
2013-01-17 16:08:00 +01:00
Oliver Gierke
b380ed6bd0 DATAJPA-285 - Upgraded pom.xml to use new build infrastructure. 2013-01-17 11:44:28 +01:00
Oliver Gierke
a7e5784406 DATAJPA-283 - Support accessor method level mapping annotations.
Upgraded to use new methods introduced for DATACMNS-269 to be able to detect mapping annotations independently of whether they are declared on the field or an accessor method for the property. Upgraded to new artifactId Spring Data Commons is distributed under.
2013-01-16 17:48:16 +01:00
Oliver Gierke
325082d061 DATACMNS-263 - Upgraded to OpenWebbeans 1.1.7 for testing. 2013-01-05 19:36:56 +01:00
Oliver Gierke
5aab6a90db DATAJPA-271 - Switched to Logback for test logging. 2012-11-19 23:45:08 +01:00