diff --git a/README.md b/README.md index 326009947..85ca96100 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the Maven dependency: org.springframework.data spring-data-mongodb - 1.4.1.RELEASE + 1.4.2.RELEASE ``` diff --git a/pom.xml b/pom.xml index b011f783b..497a490b7 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 1.3.2.BUILD-SNAPSHOT + 1.3.2.RELEASE ../spring-data-build/parent/pom.xml @@ -29,7 +29,7 @@ multi spring-data-mongodb - 1.7.2.BUILD-SNAPSHOT + 1.7.2.RELEASE 2.11.4 ${mongo} @@ -124,8 +124,8 @@ - spring-libs-snapshot - http://repo.spring.io/libs-snapshot/ + spring-libs-release + http://repo.spring.io/libs-release/ diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index dd42df3f3..8cae74c47 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -68,7 +68,7 @@ - + @@ -88,10 +88,10 @@ Appendix - + - + diff --git a/src/docbkx/reference/mongodb.xml b/src/docbkx/reference/mongodb.xml index 4f24eff44..f7175fbdc 100644 --- a/src/docbkx/reference/mongodb.xml +++ b/src/docbkx/reference/mongodb.xml @@ -107,7 +107,7 @@ <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-mongodb</artifactId> - <version>1.4.1.RELEASE</version> + <version>1.4.2.RELEASE</version> </dependency> </dependencies> diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 4625aeca5..076792a4f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,67 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.4.2.RELEASE (2014-04-15) +--------------------------------------------- + +** Fix + * [DATAMONGO-880] - Improved handling of persistence of lazy-loaded DBRefs. + * [DATAMONGO-884] - Improved handling for Object methods in LazyLoadingInterceptor. + * [DATAMONGO-887] - Added unit tests to verify TreeMaps can be converted. + * [DATAMONGO-888] - Sorting now considers mapping information. + * [DATAMONGO-890] - Fixed Point.toString(). + * [DATAMONGO-892] - Reject nested MappingMongoConverter declarations in XML. + * [DATAMONGO-893] - Converter must not write "_class" information for know types. + * [DATAMONGO-897] - Fixed potential NullPointerException in QueryMapper. + * [DATAMONGO-908] - Support for nested field references in group operations. + +** Improvement + * [DATAMONGO-881] - Allow custom conversions to override default conversions. + +** Task + * [DATAMONGO-895] - Use most specific type for checks against values in DBObjects. + * [DATAMONGO-896] - Assert compatibility with latest MongoDB Java driver. + * [DATAMONGO-905] - Removed obsolete dependency to CGLib from cross-store support. + * [DATAMONGO-907] - Assert compatibility with mongodb 2.6. + * [DATAMONGO-911] - Release 1.4.2 + + +Changes in version 1.5.0.M1 (2014-03-31) +---------------------------------------- +** Fix + * [DATAMONGO-471] - Update operation $addToSet does not support adding a list with $each. + * [DATAMONGO-773] - Spring Data MongoDB projection search on @DBref fields. + * [DATAMONGO-821] - MappingException for $size queries on subcollections containing dbrefs. + * [DATAMONGO-829] - NearQuery, when used in conjunction with a Query, it sets num=0, unless Query specifies otherwise. + * [DATAMONGO-833] - EnumSet is not handled correctly. + * [DATAMONGO-843] - Unable to use @EnableMongoAuditing annotation in Java config. + * [DATAMONGO-862] - Update Array Field Using Positional Operator ($) Does Not Work. + * [DATAMONGO-863] - QueryMapper.getMappedValue Fails To Handle Arrays Mapped To $in. + * [DATAMONGO-868] - findAndModify method does not increment @Version field. + * [DATAMONGO-871] - Declarative query method with array return type causes NPE. + * [DATAMONGO-877] - AbstractMongoConfiguration.getMappingBasePackage() throws NullPointerException if config class resides in default package. + * [DATAMONGO-880] - Error when trying to persist an object containing a DBRef which was lazy loaded. + * [DATAMONGO-884] - Potential NullPointerException for lazy DBRefs. + * [DATAMONGO-887] - Repository not instantiated when entity contains field of type TreeMap. + * [DATAMONGO-890] - Point class toString method is confusing. + +** Improvement + * [DATAMONGO-809] - Make filename optional in GridFsOperations doc and GridFsTemplate implementation. + * [DATAMONGO-858] - Add support for common geospatial structures. + * [DATAMONGO-865] - Adjust test dependencies to avoid ClassNotFoundException during test runs. + * [DATAMONGO-881] - Cannot override default converters in CustomConversions. + * [DATAMONGO-882] - Adapt to removal of obsolete generics in BeanWrapper. + +** New Feature + * [DATAMONGO-566] - Provide support for removeBy… / deleteBy… methods like for findBy… on repository interfaces. + * [DATAMONGO-870] - Add support for sliced query method execution. + +** Task + * [DATAMONGO-876] - Adapt to changes introduced for property access configuration. + * [DATAMONGO-883] - Update auditing configuration to enable auditing annotations on accessors. + * [DATAMONGO-859] - Release 1.5 M1. + + Changes in version 1.4.1.RELEASE (2014-03-13) --------------------------------------------- ** Fix diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 91d9e7ee6..3632ee485 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data MongoDB 1.4.1.RELEASE +Spring Data MongoDB 1.4.2.RELEASE Copyright (c) [2010-2014] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index 1ebdbc28c..4094672ae 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,4 +1,4 @@ -SPRING DATA MongoDB 1.4.1.RELEASE +Spring Data MongoDB 1.4.2.RELEASE --------------------------------- Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).