Oliver Gierke
b0efce1b2c
DATAJPA-262, DATAJPA-258 - Fixed dependency setup.
...
Switched from SpringSource snapshot repository to release one. Excluded JUnit 3.8.1 dependency transitively pulled in through OpenJPA.
2012-10-09 08:43:31 +02:00
Oliver Gierke
64251400e9
DATAJPA-260 - Upgraded to Querydsl APT processor 1.0.4.
2012-10-08 14:50:32 +02:00
Spring Buildmaster
0d7ba4441a
DATAJPA-250 - Prepare next development iteration.
2012-08-24 01:49:09 -07:00
Spring Buildmaster
6ad094cc33
DATAJPA-250 - Release 1.1.2.RELEASE.
2012-08-24 01:49:07 -07:00
Oliver Gierke
59e71ce8cc
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 19:00:10 +02:00
Spring Buildmaster
8414f49221
DATAJPA-236 - Prepare next development iteration.
2012-07-23 10:54:43 -07:00
Spring Buildmaster
a008d47bc1
DATAJPA-236 - Release version 1.1.1.RELEASE.
2012-07-23 10:54:40 -07:00
Oliver Gierke
cc2722d7ba
DATAJPA-233 - Upgraded to Spring Data Commons 1.3.2.RELEASE.
2012-07-23 19:41:29 +02:00
Oliver Gierke
e4111a1407
DATAJPA-212 - Upgrade to Spring Data Commons 1.3.x snapshots.
2012-06-06 13:25:33 +02:00
Oliver Gierke
1b381a3eb0
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:44 +02:00
Oliver Gierke
6a18276710
DATAJPA-212 - Prepare 1.1.x development branch.
2012-05-23 18:26:06 +02: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
Oliver Gierke
6cda41ba39
Fixed Maven properties not to contain dot hierarchies as this breaks docbook generation.
...
See http://code.google.com/p/docbkx-tools/issues/detail?id=20 for details.
2011-12-02 17:46:59 +01:00
Oliver Gierke
45bcdb60ac
DATAJPA-127 - Setup hybrid Spring 3.0.6 / 3.1 build.
...
Removed deprecated usage of XmlBeanFactory in tests.
2011-12-02 17:46:40 +01:00
Oliver Gierke
5ffbb4f1d1
DATAJPA-102 - Upgraded to Querydsl 2.2.5.
2011-11-23 12:37:57 +01:00
Oliver Gierke
02558854de
DATAJPA-115 - Upgraded to Querydsl 2.2.3.
2011-10-14 14:37:30 +02:00
Oliver Gierke
7a3b20992d
DATACMNS-84 - Adapt refactorings.
2011-10-07 12:18:48 +02:00
Igor Mihalik
046e2bd71d
DATAJPA-109 - Upgrade to spring version 3.0.6.RELEASE.
2011-09-28 18:12:40 +02:00
Oliver Gierke
ab5aad51d5
DATAJPA-101 - Prepare 1.1.x development line.
2011-09-05 14:34:16 +02:00
Oliver Gierke
4976684e96
DATAJPA-101 - Prepare release of 1.1.0.M1.
2011-09-05 14:20:51 +02:00
Oliver Gierke
d5651cdd86
Fixed project title.
2011-09-01 01:22:06 +02:00
Oliver Gierke
20ad3fbe1a
Fixed distribution name.
2011-08-12 14:58:39 +02:00
Oliver Gierke
9c802c207c
Prepare 1.1.0 development.
2011-07-21 20:52:25 +02:00
Oliver Gierke
c2e3984545
Prepare 1.0.0.RELEASE.
2011-07-21 20:28:41 +02:00
Oliver Gierke
5d48968216
Polished pom.xml.
...
Updated source plugin to 2.1.2 and javadoc plugin 2.8. Added link to Spring Data Commons Javadocs. Fixed configuration of source plugin.
2011-07-21 09:56:30 +02:00
Oliver Gierke
a49bb4c8e4
Upgraded to Spring Data Commons 1.1.0.RC1.
2011-07-19 17:53:40 +02:00
Oliver Gierke
d0b7901ce8
DATAJPA-78 - Upgrade to Querydsl 2.2.0.
...
Upgraded to Querydsl 2.2.0. Added configuration to generate query classes for AbstractPersistable and AbstractAuditable. Package those query classes into the source JAR and compile it into the binary as well. Upgraded Mysema APT plugin to 1.0.2.
2011-07-19 17:25:47 +02:00