Commit Graph

50 Commits

Author SHA1 Message Date
Oliver Gierke
2973765342 Polished repositories section in pom.xml. 2012-03-22 09:25:40 +01:00
Oliver Gierke
731d577afb Moved to Spring dependency version ranges. 2012-03-01 10:56:10 +01:00
Spring Buildmaster
e9b8025c52 Next development version. 2012-02-08 11:09:46 -08:00
Spring Buildmaster
057b06162e Release version 1.0.3.RELEASE 2012-02-08 11:09:42 -08:00
Oliver Gierke
9045de997e DATAJPA-163 - Switched to release repository. 2012-02-08 19:57:15 +01:00
Oliver Gierke
fdb2b40cc9 Consolidated repository declarations to use repo.springsource.org/libs-snapshot only. 2012-02-01 17:01:01 +01:00
Oliver Gierke
48df0c9307 DATAJPA-133 - Prepare 1.0.3 development branch. 2011-12-06 21:53:38 +01:00
Oliver Gierke
f8c7d3ffc7 DATAJPA-133 - Prepare 1.0.2.RELEASE. 2011-12-06 21:43:56 +01:00
Oliver Gierke
75fd6bf23b DATAJPA-102 - Upgraded to Querydsl 2.2.5. 2011-12-03 01:42:11 +01:00
Oliver Gierke
6059ff40fe DATAJPA-115 - Upgraded to Querydsl 2.2.3. 2011-10-14 14:38:01 +02:00
Oliver Gierke
a85c90b9fc DATAJPA-100 - Prepare development of 1.0.x line. 2011-09-05 14:35:18 +02:00
Oliver Gierke
e5d94df855 DATAJPA-100 - Prepare release of 1.0.1. 2011-09-05 14:01:48 +02:00
Oliver Gierke
aed62ddb9b Fixed project title. 2011-09-02 18:23:54 +02:00
Oliver Gierke
29bffe06e1 Fixed distribution name. 2011-09-02 16:54:54 +02:00
Oliver Gierke
e622aba687 Prepare 1.0.x development. 2011-09-02 16:54:46 +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
Oliver Gierke
05e91c3af0 DATAJPA-72 - Fixed template.mf to add correct version for Spring Data Commons packages. 2011-07-07 14:00:09 +02:00
Oliver Gierke
dae766d579 Upgrade to Spring Data Commons 1.1.0.BUILD-SNAPSHOT. 2011-06-23 19:46:37 +02:00
Oliver Gierke
3f968c861f Prepare next development iteration. 2011-06-23 10:31:57 +02:00
Oliver Gierke
1d79c1bfeb Prepare 1.0.0.RC1 release.
Updated changelog and Spring Data Commons version to 1.1.0.M2.
2011-06-23 10:21:39 +02:00
Oliver Gierke
49dad31cbb Made Querydsl dependency optional. 2011-06-17 07:00:29 +02:00
Oliver Gierke
5d38542a38 Updated Hibernate to 3.6.5 and OpenJpa to 2.1.0. 2011-06-15 19:44:31 +02:00
Oliver Gierke
868f3ec5a6 Polished documentation creation. 2011-06-13 17:29:09 -07:00
Oliver Gierke
21492c061a Use latest Spring Data Commons Core snapshots. 2011-04-20 20:31:42 +02:00
Oliver Gierke
010f844996 DATAJPA-42 - Configured Maven JAR plugin to package the Bundlor generated MANIFEST.MF. 2011-03-29 08:44:26 +02:00
Oliver Gierke
8073b34b56 Prepared next development iteration.
Polished deployment information a little.
2011-03-24 18:09:47 +01:00
Oliver Gierke
b2223bd5ef Prepare M2 release. 2011-03-24 17:45:29 +01:00
Oliver Gierke
4da059fdfe DATAJPA-26 - Added bundle repo to find bundlor. 2011-03-16 16:30:42 +01:00
Oliver Gierke
a63157237b DATAJPA-8 - Introduced support for QueryDsl specifications
Extracted methods taking a Specification from JpaRepository into JpaSpecificationExecutor. Introduced QueryDslPredicateExecutor that takes QueryDsl Predicate objects to execute them. Introduced QueryDsl specific subclass to execute Predicate instances. Extended JpaRepositoryFactory to rather use the QueryDsl specific implementation if the actual user repository implements QueryDslPredicateExecutor. Added test case to ensure detection of query class. Added QueryDslRepositorySupport to ease implementation of repositories. Added constructor to QueryDslJpaRepository to take an EntityPathResolver to allow plugging in a different implementation. Extracted actual EntityPath resolution tests into unit test for SimpleEntityPathResolver. Check for QueryDsl classpath presence to prevent ClassNotFoundExceptions.
2011-03-15 19:41:27 +01:00
Oliver Gierke
d4fe867a16 DATAJPA-27 - Added snapshot repository.
As we reference Spring Data Commons in a SNAPSHOT version we have to include the SpringSource snapshot repository as well.
2011-03-10 18:35:40 +01:00
Oliver Gierke
674e12d631 DATAJPA-26 - Added missing plugin repository declaration.
When building with Maven 3 plugin dependencies are only looked up through repositories defined in the <pluginRepositories /> element. So we had to add the Spring release repository there.
2011-03-10 17:53:08 +01:00
Oliver Gierke
7ddbc25b1e DATAJPA-33 - Reduced scope of JUnit dependency to test. 2011-03-10 17:45:18 +01:00
Oliver Gierke
4be2ac9f5a Reactivate EclipseLink integration test. 2011-02-27 19:15:53 +01:00
Oliver Gierke
3fb929ad8c DATAJPA-25 - Upgraded to SLF4J 1.6.1. 2011-02-21 17:17:25 +01:00
Thomas Risberg
f8784a3abe updated aws build extension to work with Maven 2.2.1 2011-02-16 17:06:31 -05:00
Thomas Risberg
fa2a9bd861 changed version for build extension for org.springframework.build.aws.maven artifact 2011-02-10 12:43:39 -05:00
Oliver Gierke
08ccdfd189 Prepared further development. 2011-02-10 17:27:06 +01:00
Oliver Gierke
81619300a6 Prepare M1 release. 2011-02-10 17:26:48 +01:00
Oliver Gierke
81aa0406fc Tweaked the build further in preparation of release.
- create 'distribute' profile to run JavaDoc creation, documentation build and assembly
- tweaked assembly descriptor to include binary and source jar
- added ant-run-plugin and ant build file to trigger S3 upload
- added xi:fallback nodes to use local docbook references if built offline
- added further project metadata
- added CSS and graphics for JavaDoc
- added Bundlor plugin and template.mf
2011-02-10 10:48:28 +01:00
Oliver Gierke
fc13304c40 Polished pom for release. 2011-02-09 20:47:23 +01:00
Oliver Gierke
f406c6eada Further minor fixes to reference documentation.
- use pom version as document version
- activate anchor naming after section ids
2011-02-09 19:34:42 +01:00
Oliver Gierke
8d2845c606 DATAJPA-3 - Initial port of Hades reference documentation.
- created Docbook setup (copied from Document project)
- split up Hades documentation into parts and left out what's currently not relevant (extensions, IDE plugin)
- removed sample application part for now
- clearly separated documentation of the general repository implementation from JPA specifics (use the one from Spring Data Commons)
- extracted general namespace configuration into Spring Data Commons
- updated project metadata (repositories, source repo, homepage)
2011-02-09 17:21:06 +01:00
Oliver Gierke
0e87d300e8 Fixed version of surefire plugin to 2.5. 2010-12-30 13:26:48 +01:00
Oliver Gierke
33afdbe710 Re-activated @Configurable DI in AuditingEntityListener.
Added test cases to verify setting the auditor works.
2010-12-23 17:53:47 +01:00
Oliver Gierke
80669a5ffd Use correct AspectJ library and reduce it's scope to testing. 2010-12-23 16:02:46 +01:00
Oliver Gierke
27c8ebc808 Added repositories to grab dependencies for current Hibernate and EclipseLink. Fixed artifact ids. 2010-11-29 16:20:44 +01:00
Oliver Gierke
e8c5666070 Initial commit of Spring JPA repository abstraction.
Port of the Hades project whereas the JPA independent part resides in Spring Data Commons Core. Reflect changes refactorings for DATACMNS-2, DATACMNS-3, DATACMNS-4, DATACMNS-5, DATACMNS-6, DATACMNS-8, DATACMNS-9, DATAJPA-2.
2010-11-28 18:20:47 +01:00