DATAMONGO-740 - Prepare 1.3.0 RELEASE.

This commit is contained in:
Thomas Darimont
2013-09-09 23:31:31 +02:00
committed by Oliver Gierke
parent 8cb92de1ee
commit 61284228dd
5 changed files with 26 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.1.1.RELEASE</version>
<version>1.2.0.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@@ -29,7 +29,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.6.0.RC1</springdata.commons>
<springdata.commons>1.6.0.RELEASE</springdata.commons>
<mongo>2.10.1</mongo>
</properties>
@@ -91,8 +91,8 @@
<repositories>
<repository>
<id>spring-lib-milestone</id>
<url>http://repo.springsource.org/libs-milestone-local</url>
<id>spring-lib-release</id>
<url>http://repo.springsource.org/libs-release-local</url>
</repository>
</repositories>

View File

@@ -56,7 +56,7 @@
<xi:include href="introduction/why-sd-doc.xml"/>
<xi:include href="introduction/requirements.xml"/>
<xi:include href="introduction/getting-started.xml"/>
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RC1/src/docbkx/repositories.xml">
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RELEASE/src/docbkx/repositories.xml">
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
</xi:include>
</part>
@@ -76,10 +76,10 @@
<part id="appendix">
<title>Appendix</title>
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RC1/src/docbkx/repository-namespace-reference.xml">
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RELEASE/src/docbkx/repository-namespace-reference.xml">
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
</xi:include>
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RC1/src/docbkx/repository-query-keywords-reference.xml">
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RELEASE/src/docbkx/repository-query-keywords-reference.xml">
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml" />
</xi:include>
</part>

View File

@@ -1,6 +1,23 @@
Spring Data MongoDB Changelog
=============================
Changes in version 1.3.0.RELEASE (2013-09-09)
---------------------------------------------
** Bug
* [DATAMONGO-540] MongoTemplate upsert and findOne handle id queries differently.
* [DATAMONGO-445] GeoNear Query Doesn't Work with Pageable.
* [DATAMONGO-507] Criteria not() is not working.
* [DATAMONGO-602] Querying with $in operator on the id field of type BigInteger returns zero results.
** Improvement
* [DATAMONGO-725] Improve configurability and documentation of TypeMapper on MappingMongoConverter.
* [DATAMONGO-738] Add methods to MongoTemplate and MongoOperations to allow calling class to pass both the entityClass and the collectionName for the update and upsert methods.
* [DATAMONGO-737] Extra MongoSynchronizations cause TransactionSynchronizationManager to throw IllegalStateException on transaction complete.
* [DATAMONGO-743] Support returning raw json from a query.
** Task
* [DATAMONGO-742] Document CDI integration in reference documentation.
Changes in version 1.3.0.RC1 (2013-08-05)
-----------------------------------------
** Bug

View File

@@ -1,4 +1,4 @@
Spring Data Document 1.3 RC1
Spring Data Document 1.3.0 RELEASE
Copyright (c) [2010-2013] Pivotal Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").

View File

@@ -1,4 +1,4 @@
SPRING DATA MongoDB 1.3.0.RC1
SPRING DATA MongoDB 1.3.0.RELEASE
-----------------------------
Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).