Browse Source

DATACMNS-313 - Prepare 1.6.0.M1 release.

Upgraded to Spring Data Build 1.1.0.RELEASE, upgraded to Spring HATEOAS 0.6.0.RELEASE. Updated changelog.
pull/30/merge
Oliver Gierke 13 years ago
parent
commit
a7dfb9c27c
  1. 8
      pom.xml
  2. 68
      src/main/resources/changelog.txt
  3. 4
      src/main/resources/notice.txt

8
pom.xml

@ -12,14 +12,14 @@ @@ -12,14 +12,14 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
<properties>
<jackson>1.9.7</jackson>
<jackson2>2.2.2</jackson2>
<springhateoas>0.6.0.BUILD-SNAPSHOT</springhateoas>
<springhateoas>0.6.0.RELEASE</springhateoas>
<dist.key>DATACMNS</dist.key>
</properties>
@ -211,8 +211,8 @@ @@ -211,8 +211,8 @@
<repositories>
<repository>
<id>spring.libs-snapshots</id>
<url>http://repo.springsource.org/libs-snapshot-local</url>
<id>spring-libs-releases</id>
<url>http://repo.springsource.org/libs-release-local</url>
</repository>
</repositories>

68
src/main/resources/changelog.txt

@ -1,6 +1,74 @@ @@ -1,6 +1,74 @@
Spring Data Commons Changelog
=============================
Changes in version 1.6.0.M1 (2013-05-31)
----------------------------------------
** Bug
* [DATACMNS-281] - Change Order class so that case insensitive sorts can be performed by setting an ignore case flag
* [DATACMNS-283] - Improve exception message for failed instantiations in ReflectionEntityInstatiator
* [DATACMNS-285] - Spring Data Commons Maven artifactId seems outdated on springsource.org
* [DATACMNS-300] - ReflectionEntityInstantiator should actually throw created exception
* [DATACMNS-306] - RepositoryBeanDefinitionBuilder does not populate the source of created BeanDefinitions
* [DATACMNS-309] - TypeDiscoverer does not correctly resolve nested property path expressions
* [DATACMNS-320] - Mapping ambiguation detection is too aggressive
* [DATACMNS-322] - CdiRepositoryBean should implement PassivationCapable
* [DATACMNS-323] - PageImpl.getTotalPages() possibly returns incorrect result when PageImpl is instantiated with simple constructor
* [DATACMNS-326] - RepositoryInterfaceAwareBeanFactoryPostProcessor should implement PriorityOrdered
* [DATACMNS-327] - AbstractMappingContext has to init domain classes in afterPropertiesSet()
* [DATACMNS-330] - Ease configuration for Spring MVC integration
* [DATACMNS-331] - Add ResourceAssembler implementation to convert Page instances into PagedResources
* [DATACMNS-333] - Support for Jackson 2.x for JSON repository populators
** Improvement
* [DATACMNS-117] - Add HandlerMethodArgumentResolver alternative to the PageableArgumentResolver
* [DATACMNS-282] - Improve caching in AnnotationBasedPersistentProperty
* [DATACMNS-284] - As a user I'd like to use Spring Data Commons without changes in Virgo 3.6.0.RELEASE
* [DATACMNS-286] - Extend Pageable/Page APIs to allow accessing Pageables pointing to the next or previous Page
* [DATACMNS-287] - Polish JavaDoc
* [DATACMNS-288, DATACMNS-289] - Upgrade to Spring Data Build 1.0.2.RELEASE
* [DATACMNS-295] - Ability to set modifyOnCreation flag on AuditingHandler
* [DATACMNS-299] - Scope of CDI bean should default to ApplicationScoped
* [DATACMNS-301] - Upgrade to Querydsl 3.0.0
* [DATACMNS-303] - Add support for count projections
* [DATACMNS-305] - Add toString() methods to PersistentProperty implementations
* [DATACMNS-318] - Introduce dedicated annotation to enable exception translation
* [DATACMNS-319] - Repositories should lookup repository beans less aggressively
* [DATACMNS-324] - Open up OSGi manifest for Spring 4
* [DATACMNS-325] - Open up lower boundary of Slf4j in manifest
* [DATACMNS-328] - Typo in field name of PageableArgumentResolver
* [DATACMNS-329] - Add integration test to guard against potential regressions for SPR-10517
* [DATACMNS-334] - Adapt to new features in Spring Data Build 1.1.0
** New Feature
* [DATACMNS-310] - Integrate best-effort TransactionManager from Spring Data Neo4j
* [DATACMNS-311] - TypeDiscoverer fails to resolve properties expressed through read methods in supertypes
** Task
* [DATACMNS-313] - Release 1.6 M1
* [DATACMNS-332] - Performance improvements in conversion system hotspots
Changes in version 1.5.1.RELEASE (2013-04-16)
---------------------------------------------
** Bug
* [DATACMNS-283] - Improve exception message for failed instantiations in ReflectionEntityInstatiator
* [DATACMNS-285] - Spring Data Commons Maven artifactId seems outdated on springsource.org
* [DATACMNS-300] - ReflectionEntityInstantiator should actually throw created exception
* [DATACMNS-306] - RepositoryBeanDefinitionBuilder does not populate the source of created BeanDefinitions
* [DATACMNS-309] - TypeDiscoverer does not correctly resolve nested property path expressions
** Improvement
* [DATACMNS-282] - Improve caching in AnnotationBasedPersistentProperty
* [DATACMNS-284] - As a user I'd like to use Spring Data Commons without changes in Virgo 3.6.0.RELEASE
* [DATACMNS-287] - Polish JavaDoc
* [DATACMNS-288, DATACMNS-289] - Upgrade to Spring Data Build 1.0.2.RELEASE
* [DATACMNS-305] - Add toString() methods to PersistentProperty implementations
** New Feature
* [DATACMNS-311] - TypeDiscoverer fails to resolve properties expressed through read methods in supertypes
** Task
* [DATACMNS-312] - Release 1.5.1
Changes in version 1.5.0.RELEASE (2013-02-07)
---------------------------------------------
** Bug

4
src/main/resources/notice.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
Spring Data Commons 1.5
Copyright (c) [2010] SpringSource, a division of VMware, Inc.
Spring Data Commons 1.6
Copyright (c) [2010-2013] SpringSource, a division of VMware, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
You may not use this product except in compliance with the License.

Loading…
Cancel
Save