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
Oliver Gierke
cb6edb88b4
DATAJPA-254 - Upgrade to Spring 3.1.3.RELEASE.
2012-11-13 15:44:25 +01:00
Oliver Gierke
d40d7e6c10
DATAJPA-254 - Upgrade dependency to Spring Data Commons in 1.5.0.BUILD-SNAPSHOT.
2012-11-13 15:42:54 +01:00
Oliver Gierke
8011ad99e3
Upgrade to Hamcrest 1.3.0.
2012-10-31 20:03:56 +01:00
Spring Buildmaster
7af1c6b2c4
DATAJPA-254 - Prepare next development iteration.
2012-10-10 04:34:29 -07:00
Spring Buildmaster
1e74b65f95
DATAJPA-254 - Release version 1.2.0.RELEASE.
2012-10-10 04:34:27 -07:00
Oliver Gierke
77e803efec
DATAJPA-254 - Upgrade to Spring Data Commons 1.4.0.RELEASE.
2012-10-10 13:26:16 +02:00
Oliver Gierke
6c59f05a94
DATAJPA-262 - Added JUnit exclusion for transitive dependency.
2012-10-09 09:03:06 +02:00
Oliver Gierke
aefa75107a
DATAJPA-260 - Upgraded to Querydsl APT processor 1.0.4.
2012-10-08 14:50:14 +02:00
Oliver Gierke
c77828de9e
DATAJPA-259 - Upgraded to Querydsl 2.8.0.
2012-10-08 14:49:09 +02:00
Spring Buildmaster
0e6c4fd36a
DATAJPA-246 - Prepare next development iteration.
2012-08-24 02:19:07 -07:00
Spring Buildmaster
2548cb19ef
DATAJPA-246 - Release 1.2.0.RC1.
2012-08-24 02:19:05 -07:00
Oliver Gierke
33912ce9ff
DATAJPA-246 - Updated to Spring Data Commons 1.4.0.RC1.
2012-08-23 20:11:41 +02:00
Oliver Gierke
c18fd47b31
DATAJPA-249 - Make Spring 3.1.2.RELEASE default Spring dependency version.
...
We move away from Maven version ranges as they complicate the build and dependency resolution process. They make the build in-reproducible. Users stuck with a 3.0.x version of Spring will now have to manually declare Spring dependencies in their needed 3.0.x version. Not that at least Spring 3.0.7 is required currently.
2012-08-20 17:07:59 +02:00
Oliver Gierke
009a24599c
DATAJPA-246 - Upgrade to Spring Data Commons 1.4.0.BUILD-SNAPSHOT.
2012-08-16 16:11:57 +02:00
Oliver Gierke
317dcc3cf1
DATAJPA-245 - Listing all compile time dependencies directly.
...
We've been relying on some compile time dependencies being pulled in transitively. This is now fixed by declaring those locally.
2012-08-13 14:58:26 +02:00
Spring Buildmaster
0273aeb5cc
DATAJPA-235 - Prepare next development iteration.
2012-07-23 11:04:36 -07:00
Spring Buildmaster
648a73dc2d
DATAJPA-235 - Release 1.2.0.M1.
2012-07-23 11:04:34 -07:00
Oliver Gierke
19d2f6166f
DATAJPA-235 - Upgrade to Spring Data Commons 1.4.0.M1.
2012-07-23 19:59:43 +02:00
Oliver Gierke
6e272ed9c0
DATAJPA-229 - Upgraded to Hibernate 3.6.10 and EclipseLink 2.4.0.
2012-07-13 18:21:27 +02:00
Oliver Gierke
c27fa47845
Disable parallel test execution.
2012-06-06 13:28:06 +02:00
Oliver Gierke
18b9fc1161
DATAJPA-212 - Upgrade to Spring Data Commons 1.4.x branch.
2012-06-06 13:21:31 +02:00
Oliver Gierke
fe47b145b7
DATAJPA-217 - Added Hibernate JPA model generator.
...
We now distribute the JPA Criteria API meta-model classes for AbstractPersistable and AbstractAuditable.
2012-06-01 14:50:18 +02:00
Spring Buildmaster
4856aaa027
DATAJPA-212 - Next development version.
2012-05-16 10:54:11 -07:00
Spring Buildmaster
202ca09fd9
DATAJPA-212 - Release version 1.1.0.RELEASE.
2012-05-16 10:54:10 -07:00
Oliver Gierke
ab2b69d4a7
DATAJPA-194 - Upgrade to Spring Data Commons 1.3.0.RELEASE.
2012-05-16 19:38:12 +02:00
Oliver Gierke
dd57d5cce8
DATAJPA-212 - Polished pom for release.
...
Removed obsolete staging profile. Fixed inception year. Fixed site deployment URL. Removed deployment repositories as we're releasing through Artifactory.
2012-05-16 16:52:01 +02:00