diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 0666d9ca2..108888c49 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,56 @@ Spring Data Commons Changelog ============================= +Changes in version 1.5.0.RELEASE (2013-02-07) +--------------------------------------------- +** Bug + * [DATACMNS-227] - ResourceReaderRepositoryPopulatorBeanDefinitionParser should parse location attribute not locations + * [DATACMNS-257] - PropertyPath cannot deal with all uppercase fields + * [DATACMNS-260] - Separate SpEL expression evaluation from PersistentEntity parameter value lookup + * [DATACMNS-263] - CDI integration with openEJB fails + * [DATACMNS-264] - Javadoc of org.springframework.data.web.PageableDefaults links to invalid classes + * [DATACMNS-271] - AnnotationBasedPersistentProperty should cache annotation lookups + * [DATACMNS-276] - ParameterizedTypeInformation is missing hashCode() method + +** Improvement + * [DATACMNS-168] - Allow customizing the bean name for repository beans + * [DATACMNS-246] - misleading JavaDoc suggests that result pages are 0-based (but they are 1 based) + * [DATACMNS-248] - Move to Slf4j API for logging + * [DATACMNS-253] - IndexOutOfBoundsException in Repository proxy when missing parameters + * [DATACMNS-254] - Auditable's identifier type constrained to the the same type as Persistable's + * [DATACMNS-255] - Make TypeFilterParser public + * [DATACMNS-269] - Add support for mapping annotations on accessor methods + * [DATACMNS-274] - Fix package cycle in mapping subsystem + * [DATACMNS-275] - UserCredentials should provide method to get obfuscated password + * [DATACMNS-278] - Add Converter implementations for JodaTime types + +** New Feature + * [DATACMNS-251] - Introduce API to determine is-new state of entities. + * [DATACMNS-256] - Expose PersistentEntity on Repositories wrapper object + +** Task + * [DATACMNS-258] - Copy edit reference documentation + * [DATACMNS-265] - Polish JavaDoc + * [DATACMNS-266] - Use new Maven build setup + * [DATACMNS-270] - Fix merge testing test case in Cross Store module + * [DATACMNS-273] - Upgrade to Spring HATEOAS 0.4 + * [DATACMNS-277] - Document new auditing features + * [DATACMNS-279] - Release 1.5.0 + +Changes in version 1.4.1.RELEASE (2013-02-07) +--------------------------------------------- +** Bug + * [DATACMNS-257] - PropertyPath cannot deal with all uppercase fields + * [DATACMNS-276] - ParameterizedTypeInformation is missing hashCode() method + +** Improvement + * [DATACMNS-168] - Allow customizing the bean name for repository beans + * [DATACMNS-253] - IndexOutOfBoundsException in Repository proxy when missing parameters + * [DATACMNS-254] - Auditable's identifier type constrained to the the same type as Persistable's + +** Task + * [DATACMNS-280] - Release 1.4.1 + Changes in version 1.4.0.RELEASE (2012-10-09) --------------------------------------------- ** Bug diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index d301f9eb6..a858eab34 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Commons 1.0 +Spring Data Commons 1.5 Copyright (c) [2010] SpringSource, a division of VMware, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License").