Spring Buildmaster
c7ee50580b
DATAJPA-294 - Prepare next development iteration.
2013-02-07 07:03:01 -08:00
Spring Buildmaster
e938b4d2e8
DATAJPA-294 - Release version 1.2.1.RELEASE.
2013-02-07 07:02:58 -08:00
Oliver Gierke
bbb5edc4c0
DATAJPA-294 - Upgraded to Spring Data Commons 1.4.1.
2013-02-07 15:31:16 +01:00
Oliver Gierke
68065e6530
DATACMNS-263 - Upgraded to OpenWebbeans 1.1.7 for testing.
2013-01-05 19:39:20 +01:00
Oliver Gierke
4b99eadd1d
DATAJPA-271 - Switched to Logback for test logging.
2012-11-19 23:47:14 +01:00
Oliver Gierke
da8b82e774
DATAJPA-254 - Upgrade dependency to Spring Data Commons in 1.4.1.BUILD-SNAPSHOT.
2012-11-13 15:47:23 +01:00
Spring Buildmaster
b40db7fee2
DATAJPA-254 - Prepare next development iteration.
2012-11-13 15:46:07 +01: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
Oliver Gierke
72da417171
Improve project setup.
...
Reactivated test cases that were not executed because they were named *Test, not *Tests. Upgraded to Maven Surefire Plugin 2.12 and activated parallel test execution per method. Upgraded Maven Compiler Plugin to 2.4.
2012-05-15 17:58:25 +02:00
Oliver Gierke
f466744acd
DATAJPA-207 - Fixed query creation for projections on native queries.
...
When executing a projecting query through a native query we must not use em.createNativeQuery(String, Class<?>) as this expects an entity type as type parameter. We now use the newly introduced isQueryMethodForEntity() on JpaQueryMethod to determine whether the query is actually projecting and rather use the plain em.createNativeQuery(String).
Fixed dependency configuration for Hamcrest and JUnit (upgrade to JUnit 4.10, depending on junit-dep).
2012-05-15 17:57:08 +02:00
Ben Hale
400d37a1d6
DATAJPA-210 - System property control of Bundlor configuration
...
Added the ability to control whether Bundlor will fail on warnings or whether it is enabled at all, using Java system properties. By default, Bundlor will be enabled and will fail on warnings. Specifying `-DfailOnWarnings=true/false` and `-Dbundlor.enabled=true/false` as part of the Maven command will now
control Bundlor's operation.
2012-05-11 18:15:04 +02:00
Oliver Gierke
e8febae302
DATAJPA-203 - Upgraded to Querydsl 2.5.0.
2012-04-27 09:43:26 +02:00
Oliver Gierke
b66d26ba98
DATAJPA-194 - Upgrade to Spring Data Commons 1.3.0.BUILD-SNAPSHOT
2012-04-26 19:22:15 +02:00
Oliver Gierke
50fad95061
DATAJPA-193 - Upgraded to Spring Data Commons 1.3.0.RC1.
2012-04-16 12:08:11 +02:00
Oliver Gierke
c49e17fc0b
DATAJPA-181 - Improve JPAQuery instantiation for Querydsl support.
...
Upgraded to Querydsl 2.3.3. We now choose the appropriate JPQLTemplate depending on the used persistence provider inside QueryDslRepositorySupport as well as QueryDslJpaRepository.
2012-04-11 07:20:34 +02:00
Oliver Gierke
e9632c7af4
Dependency update to Spring Data Commons 1.3.0.BUILD-SNAPSHOT.
...
Upgrade to make sure snapshot versions run all against the snapshot version of SD Commons.
2012-03-12 17:49:51 +01:00
Oliver Gierke
4e6a93390f
DATAJPA-151, DATAJPA-167 - Upgrade to Spring 3.1.1.
...
Needed to get rid of SPR-8954. Updated build to run against Spring 3.1.1.
2012-02-27 14:39:12 +01:00
Spring Buildmaster
84858da5b0
Next development version.
2012-02-08 14:27:00 -08:00
Spring Buildmaster
4e17ad3211
Release version 1.1.0.RC1
2012-02-08 14:26:58 -08:00
Oliver Gierke
c683d45685
DATAJPA-164 - Upgrade to Spring Data Commons 1.3.0.M1.
2012-02-08 23:06:20 +01:00
Oliver Gierke
3f1043a0fd
DATAJPA-164 - Prepare 1.1.0.RC1.
2012-02-08 19:02:36 +01:00
Oliver Gierke
5c95016717
DATAJPA-121 - Corrected query handling if null parameters are provided.
...
If a query is executed and null values are provided we now recreate a query with an IS NULL predicate correctly.
2012-02-02 14:49:01 +01:00
Oliver Gierke
bb60623d77
Consolidated repository declarations to use repo.springsource.org/libs-snapshot only.
2012-02-01 16:56:15 +01:00
Oliver Gierke
87bc8820b2
DATAJPA-150 - Upgraded persistence provider dependencies.
...
Upgraded Hibernate to 3.6.9, EclipseLink to 2.3.2 as well as OpenJpa 2.1.1.
2012-01-11 10:40:41 +01:00
Oliver Gierke
0a0974cfb2
DATAJPA-145 - Upgraded AspectJ dependency to 1.6.12.
2012-01-11 10:04:40 +01:00
Oliver Gierke
284fbc2b1e
DATAJPA-140 - Upgrade to Querydsl 2.3.0.
2011-12-22 12:19:15 +01:00
Dirk Mahler
c4ae2ba7bb
DATAJPA-136 - Initial draft of CDI integration.
...
Implemented CDI integration based on the Spring Data Commons code introduced in DATACMNS-110.
2011-12-19 16:44:56 +01:00
Oliver Gierke
c134e10727
DATAJPA-117 - Added nativeQuery flag to @Query.
...
@Query can now be used to execute native queries by setting the nativeQuery flag of the annotation to true. Polished JavaDoc of the @Query annotation. Upgraded EclipseLink dependency to 2.3.1 as we stumble over a NullPointerException otherwise which is fixed in the current one.
2011-12-03 00:34:23 +01:00
Oliver Gierke
a8acfed05e
DATAJPA-127 - Use 4.0.0.RELEASE as upper exclusive Spring dependency version bound.
...
Use repo.springsource.org as repository URL.
2011-12-02 17:46:59 +01:00