Thomas Darimont
cc576a7398
DATACMNS-349 - Opened up SPI in DefaultTypeMapper to allow subclasses to resolve TypeAliases.
...
Added getAliasFor(TypeInformation) method in DefaultTypeMapper to allow subclasses to resolve TypeAliases.
2013-07-23 13:21:59 +02:00
Oliver Gierke
a9abb40fbd
DATACMNS-332 - Performance improvements in conversion subsystem hotspots.
...
Added caching to DefaultTypeMapper, SimpleTypeInformationMapper, BasicPersistentEntity and PreferredConstructor as these seem to be performance hotspots on the reading side of object conversion.
2013-05-17 13:58:14 +02:00
Johannes Mockenhaupt
596908946d
DATACMNS-300 - Fixed exception handling in ReflectionEntityInstantiator.
...
ReflectionEntityInstantiator now actually throws the wrapped exception created in the catch block handling BeanInstantiationExceptions.
Pull request: #25 .
2013-03-25 13:35:09 +01:00
Oliver Gierke
0aef8c60b7
DATACMNS-283 - MappingInstantiationException captures more context now.
...
If an exception occurs in ReflectionEntityInstantiator we now capture more context about the failed instantiation.
2013-02-15 18:34:56 +01:00
Oliver Gierke
80b6dd2217
DATACMNS-278 - Added Converter implementations for JodaTime types.
...
Upgraded to JodaTime 2.1 based on super pom property definition.
2013-02-06 17:49:24 +01:00
Oliver Gierke
ac256f9921
DATACMNS-266 - Use new common Maven build infrastructure.
...
Simplified project setup to be a single module build again. Using Spring Data Build parent POM to simplify project setup. See https://github.com/SpringSource/spring-data-build#spring-data-build-infrastructure
2013-01-16 15:15:24 +01:00