diff --git a/README.md b/README.md index 5e0aed638..f3ec53dee 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the Maven dependency: org.springframework.data spring-data-mongodb - 1.2.1.RELEASE + 1.2.3.RELEASE ``` @@ -36,7 +36,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our org.springframework.data spring-data-mongodb - 1.2.1.RELEASE + 1.3.0.BUILD-SNAPSHOT diff --git a/pom.xml b/pom.xml index 1f895cc9d..754fdaaa6 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 1.1.0.RELEASE + 1.1.1.RELEASE ../spring-data-build/parent/pom.xml @@ -29,7 +29,7 @@ multi spring-data-mongodb - 1.6.0.BUILD-SNAPSHOT + 1.6.0.RC1 2.10.1 @@ -91,8 +91,8 @@ - spring-lib-snapshot - http://repo.springsource.org/libs-snapshot-local + spring-lib-milestone + http://repo.springsource.org/libs-milestone-local diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index 8b87fd28a..8f248b99b 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -56,7 +56,7 @@ - + @@ -76,10 +76,10 @@ Appendix - + - + diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 494883763..64156c1cb 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,70 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.3.0.RC1 (2013-08-05) +----------------------------------------- +** Bug + * [DATAMONGO-392] - Updating an object does not write type information for objects to be updated + * [DATAMONGO-685] - JMX ServerInfo bean may return wrong info + * [DATAMONGO-688] - There is no precedence between @Id annotation and field named "id" - both are attempted to be used + * [DATAMONGO-693] - MongoFactoryBean should create a mongo instance with host/port if replicaset is null or empty + * [DATAMONGO-702] - Spring Data MongoDB projection search, is not properly configured with respective Java Pojo + * [DATAMONGO-704] - Remove references to SimpleMongoConverter from JavaDoc. + * [DATAMONGO-705] - QueryMapper doesn't handles exists query with DBRef field + * [DATAMONGO-706] - QueryMapper does not transform DBRefs in nested keywords correctly + * [DATAMONGO-709] - Polymorphic query on documents in same collection + * [DATAMONGO-717] - Application context is not properly distributed to persistent entities + * [DATAMONGO-721] - Polymorphic attribute type not persisted on update operations + +** Improvement + * [DATAMONGO-701] - Improve performance of indexed starts-with queries + * [DATAMONGO-713] - Typos in readme.md + +** New Feature + * [DATAMONGO-544] - Support for TTL collection via Indexed annotation + * [DATAMONGO-586] - Add support for new Aggregation Framework + +** Task + * [DATAMONGO-714] - Add latest formatter to project sources + * [DATAMONGO-723] - Clean up test cases + * [DATAMONGO-728] - Add missing package-info.java files + * [DATAMONGO-731] - Adapt refactorings in Spring Data Commons + * [DATAMONGO-732] - Release 1.3 RC1 + + +Changes in version 1.2.3.GA (2013-07-24) +---------------------------------------- +** Task + * [DATAMONGO-728] - Add missing package-info.java files + * [DATAMONGO-729] - Release 1.2.3. + + +Changes in version 1.2.2.GA (2013-07-19) +---------------------------------------- +** Bug + * [DATAMONGO-663] - org.springframework.data.mongodb.core.query.Field needs an equals method + * [DATAMONGO-677] - QueryMapper does not handled correctly Map with DBRef value + * [DATAMONGO-679] - MongoTemplate.doSave(…) passed a JSON String doesn't save it. + * [DATAMONGO-683] - QueryMapper does not handle default _id when no MappingMetadata is present + * [DATAMONGO-685] - JMX ServerInfo bean may return wrong info + * [DATAMONGO-693] - MongoFactoryBean should create a mongo instance with host/port if replicaset is null or empty + * [DATAMONGO-704] - Remove references to SimpleMongoConverter from JavaDoc. + * [DATAMONGO-705] - QueryMapper doesn't handles exists query with DBRef field + * [DATAMONGO-706] - QueryMapper does not transform DBRefs in nested keywords correctly + * [DATAMONGO-717] - Application context is not properly distributed to persistent entities + +** Improvement + * [DATAMONGO-682] - Remove performance hotspots + * [DATAMONGO-701] - Improve performance of indexed starts-with queries + +** Task + * [DATAMONGO-658] - Minor formatting changes to README.md + * [DATAMONGO-678] - Performance improvements in CustomConversions + * [DATAMONGO-714] - Add latest formatter to project sources + * [DATAMONGO-723] - Clean up test cases + * [DATAMONGO-727] - Release 1.2.2 + + Changes in version 1.3.0.M1 (2013-06-04) ---------------------------------------- ** Bug diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 7631ac10c..1e6711e65 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,5 +1,5 @@ -Spring Data Document 1.3 M1 -Copyright (c) [2010-2013] SpringSource, a division of VMware, Inc. +Spring Data Document 1.3 RC1 +Copyright (c) [2010-2013] Pivotal 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. diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index e6de246ee..53a9c7ce1 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,5 +1,5 @@ -SPRING DATA MongoDB 1.3.0.M1 ----------------------------- +SPRING DATA MongoDB 1.3.0.RC1 +----------------------------- Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).