发布于 2015-08-11 23:55:56 | 170 次阅读 | 评论: 0 | 来源: 网友投递
Spring Data 基于Spring框架的数据访问计数
Spring Data 项目的目的是为了简化构建基于 Spring 框架应用的数据访问计数,包括非关系数据库、Map-Reduce 框架、云数据服务等等;另外也包含对关系数据库的访问支持。
Spring Data Commons 1.11.0 RC1 发布了,Spring Data Commons 是 Spring Data 项目的公用工具库。
该版本改进内容包括:
Changes in version 1.11.0.RC1 (2015-08-04)
------------------------------------------
* DATACMNS-744 - NoClassDefFoundError com/mysema/query/types/EntityPath with latest SNAPSHOT.
* DATACMNS-742 - Release 1.11 RC1 (Gosling).
* DATACMNS-738 - Remove deprecated BeanWrapper.
* DATACMNS-736 - Invalid error message in PointFormatter.
* DATACMNS-734 - Make sure Querydsl binding considers formatting annotations.
* DATACMNS-733 - PreferredConstructorDiscoverer prevents custom classloader from being garbage collected.
* DATACMNS-732 - JTA 1.2's @Transactional not being applied to query methods.
* DATACMNS-731 - Parameter should expose whether it's explicitly named.
* DATACMNS-728 - Configure Travis build to run against latest Spring 4.2 release, too.
* DATACMNS-727 - Improve handling of invalid PersistentPropertyPaths in MappingContext.
* DATACMNS-722 - ProxyProjectionFactory does not handle arrays correctly.
* DATACMNS-720 - Explicit transaction configuration is not considered if default transactions are disabled.
* DATACMNS-719 - Version fails to parse input string with non-numerical suffix.
* DATACMNS-718 - Improve class loader handling for proxy factories.
* DATACMNS-717 - AnnotatedTypeScanner does not use context classloader for loading found types.
* DATACMNS-716 - QueryMethod type not detected correctly when wrapper types are used with collections.
* DATACMNS-715 - @Transactional customizations not applied correctly on redeclared methods.
* DATACMNS-714 - Add support for CompletableFuture as query method return type on Spring 4.2.
* DATACMNS-713 - PageImpl should adapt the total for last pages if it doesn't match the content.
* DATACMNS-710 - ObjectInstantiatorClassGenerator should use ClassUtils.getDefaultClassLoader().
* DATACMNS-707 - Fix JavaDoc in CrudRepository.
* DATACMNS-703 - PropertyReferenceException's message should contain potential matches.
* DATACMNS-648 - o.s.d.r.q.Parameters prevents custom classloader from being garbage collected.
* DATACMNS-569 - Fix documentation on underscores in property references of derived query methods.