Commit Graph

11 Commits

Author SHA1 Message Date
Oliver Gierke
f0735392d9 DATACMNS-103 - Create hybrid Spring 3.0.6 / 3.1 build.
Introduced version range for Spring dependency of [3.0.6.RELEASE, 3.1.0.RC1]. This causes Maven to scan the metadata in the configured repositories to find the latest version up to Spring 3.1.0.RC1. For users having the Spring Milestone repo configured this will resolve against 3.1.0.RC1 then. All others will get the latest one from Maven Central which is 3.0.6. To let Bundlor still use 3.0.6 I've created a org.springframework.version.30 property and let template.mf use that.
2011-11-28 12:10:51 +01:00
Jean-Pierre Bergamin
0762a34fab DATACMNS-93 - Add dynamic package import directive.
Added "DynamicImport-Package: *" to template.mf so that repository interfaces from other bundles can be read.
2011-10-24 14:45:42 -05:00
Oliver Gierke
178b046f35 Removed obsolete imports in template.mf. 2011-07-25 23:03:54 +02:00
Jean-Pierre Bergamin
cb01d85397 DATACMNS-46 - make org.joda.time an optional import 2011-06-09 09:18:45 +02:00
Oliver Gierke
7590f55547 DATADOC-115 - Upgraded to Querydsl 2.2.0-beta4.
Unfortunately the beta version numbers of Querydsl are not OSGi compatible so that we have to maintain the version number in template.mf manually. Updated version of APT Maven plugin to 1.0.1.
2011-05-03 11:49:53 +02:00
Oliver Gierke
b6845e7310 DATACMNS-32 - Refactored Querydsl support code from JPA and Mongo module into core. 2011-04-20 20:38:20 +02:00
Oliver Gierke
6672a206c7 DATAJPA-19 - Moved extension classes into Spring Data Commons Core. 2011-03-23 10:05:33 +01:00
Jon Brisbin
158ee85d93 Added mapping support to commons core. Will be used by other spring-data projects for multi-store mapping. 2011-03-11 14:15:00 -06:00
Oliver Gierke
6194acd825 Initial commit for repository abstraction.
Extracted common functionality from project Hades to build a common infrastructure for generic repository implementations independent of the underlying persistence mechanism. Fixes DATACMNS-2, DATACMNS-3, DATACMNS-4, DATACMNS-5, DATACMNS-6, DATACMNS-8, DATACMNS-9.
2010-11-28 18:15:38 +01:00
Thomas Risberg
1da491ff6f changed a few remaining "datastore" to "data" 2010-11-18 10:21:58 -05:00
Thomas Risberg
0f7984a331 Switched to use new project layout; updated build; moved files around 2010-10-07 12:14:39 -04:00