Commit Graph

176 Commits

Author SHA1 Message Date
Mark Pollack
c2b8a1cf1a update changelog.txt to include information for M7, RC1 and 1.0.0 GA release 2011-04-20 11:47:59 -04:00
Oliver Gierke
3f22104c7c DATACMNS-30 - Made implementations of Page, Pageable and Sort serializable. 2011-04-20 17:18:57 +02:00
J. Brisbin
9ff83e6542 DATADOC-98 - Fixes for multi-dimensional arrays and lists 2011-04-19 12:49:43 -05:00
Thomas Risberg
9b645aa370 removed release repositories 2011-04-18 18:01:41 -04:00
trisberg
3aed2e87fe prepared for 1.1.0 snapshot builds 2011-04-18 17:52:08 -04:00
trisberg
bc130ab9fd prepared for Spring Data Commons 1.0.0.RELEASE 2011-04-18 17:49:12 -04:00
Thomas Risberg
789fe37713 added release repositories 2011-04-18 16:20:26 -04:00
Thomas Risberg
d4736039b3 added release repositories 2011-04-18 16:12:04 -04:00
Jon Brisbin
caa72bdfd1 DATADOC-98 - Deal with multi-dimensional arrays as property types. 2011-04-18 12:18:16 -05:00
Jon Brisbin
cbf9b6801e DATADOC-98 - Deal with multi-dimensional arrays as property types. 2011-04-18 09:48:03 -05:00
Thomas Risberg
ecf7cd1a08 prepared for snapshot builds 2011-04-08 17:55:02 -04:00
Thomas Risberg
419ab99cd2 preparing for 1.0.0.RC1 2011-04-08 17:52:30 -04:00
Mark Pollack
740df84d3d DATADOC-83 - Review dependencies
Made spring-test a 'test' dependency in mvn pom
2011-04-08 16:22:53 -04:00
Oliver Gierke
680a74c8e1 DATAJPA-45 - ClassUtils.getReturnedDomainClass works for parameterized component types of Collections and Page. 2011-04-08 22:05:25 +02:00
Thomas Risberg
a0813b4c85 changing to use source 1.5; removed some @Override on interface methods; cleaned up unused imports 2011-04-08 10:41:11 -04:00
Michael Hunger
0358cac9a5 merged changes in AbstractConstructorEntityInstantiator 2011-04-08 12:53:40 +02:00
David Montag
35537aba8a Made failure message customizable. 2011-04-07 13:08:54 -07:00
Michael Hunger
986566f64e Merge branch 'master' of github.com:SpringSource/spring-data-commons 2011-04-07 13:16:07 +02:00
J. Brisbin
71f08efa53 Merge branch 'master' of github.com:SpringSource/spring-data-commons 2011-04-05 14:56:50 -05:00
J. Brisbin
fec5bae808 Added MappingContextAware interface and BeanPostProcessor for same 2011-04-05 14:56:30 -05:00
Thomas Risberg
844328e178 prepared for snapshot builds 2011-04-05 11:48:08 -04:00
Thomas Risberg
db71edb362 preparing for 1.0.0.M7 2011-04-05 11:47:06 -04:00
Oliver Gierke
33013f8712 DATAJPA-44 - Domain class lookup in QueryMethod falls back to the repository domain class for methods not returning a domain class. 2011-04-05 10:57:23 +02:00
Oliver Gierke
895f0a4025 DATACMNS-24 - Separated RepositoryMetadata from RepositoryInformation.
Extracted basic information from RepositoryInformation into RepositoryMetadata to limit the amount of API being exposed to RepositoryFactorySupport implementations. getRepositoryBaseClass(…) can thus now take a RepositoryMetadata.
2011-04-05 08:04:10 +02:00
Thomas Risberg
1220ff98d0 removed slf4j dependency 2011-04-04 17:46:46 -04:00
Michael Hunger
2cbb372de5 added constructor bypassing instantiation 2011-04-01 19:46:07 +02:00
J. Brisbin
c6ad0f99fe Merge branch 'master' of github.com:SpringSource/spring-data-commons 2011-04-01 11:29:14 -05:00
J. Brisbin
3f746ebf4f Added array primitives to simple types 2011-04-01 11:28:54 -05:00
Oliver Gierke
4b51c5fd1f DATACMNS-23 - Made PageImpl safe to take an empty collection.
Added hasContent() method to Page interface.
2011-04-01 08:34:39 +02:00
Oliver Gierke
c4d81a28f1 DATACMNS-25 - Refactored RepositoryFactorySupport.getQueryLookupStrategy(…)
Method is not abstract anymore but rather returns null by default. Adapted QueryExecutionMethodInterceptor to handle the null case appropriately by simply skipping the query lookup. It also throws an exception if the repository has query methods defined nonetheless to prevent exceptions at runtime.
2011-03-31 21:46:33 +02:00
Oliver Gierke
9931e885c0 Expose type of a query parser Property. 2011-03-31 18:24:03 +02:00
Oliver Gierke
6bb0923c14 DATACMNS-26 - Persistent constructor now detects non-public constructor. 2011-03-29 19:19:23 +02:00
Oliver Gierke
95ff87e959 Configured Maven JAR plugin to package the Bundlor generated MANIFEST.MF. 2011-03-29 08:48:58 +02:00
Oliver Gierke
c05bedce17 Fixed bug in Property. 2011-03-28 20:32:12 +02:00
Thomas Risberg
23ff75ee6e needed access to entity when use with partial JPA/cross-store persistence 2011-03-28 13:55:01 -04:00
Oliver Gierke
b39c2cacc9 Refactored Property to use TypeInformation infrastructure.
Fixed bug in discovering invalid property names of nested properties.
2011-03-28 09:25:40 +02:00
Oliver Gierke
6d404527ed Added isCollectionLike() and isMap() to TypeInformation interface.
isCollectionLike() allows identifying element containers like Arrays, Collections or everything else implementing Iterable.
2011-03-28 09:24:39 +02:00
Thomas Risberg
c0da416a17 prepared for snapshot builds 2011-03-25 16:48:37 -04:00
Thomas Risberg
06656ae062 preparing for 1.0.0.M6 2011-03-25 16:46:33 -04:00
Michael Hunger
b52de879de extracted StateBackedCreator interface 2011-03-25 11:22:20 +01:00
Michael Hunger
8fa7aabdc0 added caching to AbstractConstructorEntityInstantiator 2011-03-24 22:37:09 +01:00
Oliver Gierke
e39f3724e2 Use BeanUtils to instantiate objects to not enforce them to be public. 2011-03-24 15:47:17 +01:00
Thomas Risberg
8af071664e prepared for snapshot builds 2011-03-23 19:48:43 -04:00
Thomas Risberg
22243d05ce preparing for 1.0.0.M5 2011-03-23 19:44:27 -04:00
Thomas Risberg
71ea5ddaed pruned unused cross-store prototype classes; changed package names 2011-03-23 11:26:29 -04:00
Oliver Gierke
b32e444749 Updated changelog. 2011-03-23 10:05:42 +01:00
Oliver Gierke
6672a206c7 DATAJPA-19 - Moved extension classes into Spring Data Commons Core. 2011-03-23 10:05:33 +01:00
Oliver Gierke
a2dc608ab4 Forgot to push deleting MappingConfigurationBuilder and BasicMappingConfigurationBuilder. 2011-03-23 09:45:08 +01:00
Oliver Gierke
ecdda346b1 Extended AbstractRepositoryConfigDefinitionParser.postProcessBeanDefinition(…) to take BeanDefinitionRegistry as well. 2011-03-23 09:10:52 +01:00
Oliver Gierke
b514e35105 Removed some compiler warnings and unnecessary imports. 2011-03-23 07:46:08 +01:00