DATAMONGO-357 - Prepare 1.0.0 release.
Updated changelog, changed reference documentation inclusion links to point to SD Commons 1.0.0.RELEASE documentation. Updated dependency information in reference documentation.
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -3,9 +3,9 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-mongo-dist</artifactId>
|
||||
<artifactId>spring-data-mongodb-dist</artifactId>
|
||||
<name>Spring Data MongoDB Distribution</name>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>spring-data-mongodb</module>
|
||||
@@ -272,7 +272,7 @@
|
||||
<pluginRepository>
|
||||
<id>repository.springframework.maven.release</id>
|
||||
<name>Spring Framework Maven Release Repository</name>
|
||||
<url>http://maven.springframework.org/release</url>
|
||||
<url>http://repo.springsource.org/release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
@@ -282,13 +282,13 @@
|
||||
<site>
|
||||
<id>static.springframework.org</id>
|
||||
<url>
|
||||
scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-document/snapshot-site/
|
||||
scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-mongodb/docs/${project.version}
|
||||
</url>
|
||||
</site>
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<name>Spring Milestone Repository</name>
|
||||
<url>s3://maven.springframework.org/milestone</url>
|
||||
<id>spring-release</id>
|
||||
<name>Spring Release Repository</name>
|
||||
<url>s3://maven.springframework.org/release</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>spring-snapshot</id>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-mongodb-parent</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-data-mongodb-cross-store</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-mongodb-parent</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-data-mongodb-log4j</artifactId>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<artifactId>spring-data-mongodb-parent</artifactId>
|
||||
<name>Spring Data MongoDB Parent</name>
|
||||
<url>http://www.springsource.org/spring-data/mongodb</url>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -19,7 +19,7 @@
|
||||
<org.springframework.version.30>3.0.7.RELEASE</org.springframework.version.30>
|
||||
<org.springframework.version.40>4.0.0.RELEASE</org.springframework.version.40>
|
||||
<org.springframework.version.range>[${org.springframework.version.30}, ${org.springframework.version.40})</org.springframework.version.range>
|
||||
<data.commons.version>1.2.0.BUILD-SNAPSHOT</data.commons.version>
|
||||
<data.commons.version>1.2.0.RELEASE</data.commons.version>
|
||||
<aspectj.version>1.6.11.RELEASE</aspectj.version>
|
||||
</properties>
|
||||
<profiles>
|
||||
@@ -65,13 +65,13 @@
|
||||
<site>
|
||||
<id>static.springframework.org</id>
|
||||
<url>
|
||||
scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/mongodb/docs/${project.version}
|
||||
scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-mongodb/docs/${project.version}
|
||||
</url>
|
||||
</site>
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<name>Spring Milestone Repository</name>
|
||||
<url>s3://maven.springframework.org/milestone</url>
|
||||
<id>spring-release</id>
|
||||
<name>Spring Release Repository</name>
|
||||
<url>s3://maven.springframework.org/release</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>spring-snapshot</id>
|
||||
@@ -386,16 +386,6 @@
|
||||
<name>Spring Framework Maven Release Repository</name>
|
||||
<url>http://repo.springsource.org/release</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>repository.springframework.maven.milestone</id>
|
||||
<name>Spring Framework Maven Milestone Repository</name>
|
||||
<url>http://repo.springsource.org/milestone</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>repository.springframework.maven.snapshot</id>
|
||||
<name>Spring Framework Maven Snapshot Repository</name>
|
||||
<url>http://repo.springsource.org/snapshot</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<reporting>
|
||||
<plugins>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-mongodb-parent</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-data-mongodb</artifactId>
|
||||
|
||||
@@ -52,7 +52,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://github.com/SpringSource/spring-data-commons/raw/1.2.0.RC1/src/docbkx/repositories.xml">
|
||||
<xi:include href="https://github.com/SpringSource/spring-data-commons/raw/1.2.0.RELEASE/src/docbkx/repositories.xml">
|
||||
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
|
||||
</xi:include>
|
||||
</part>
|
||||
@@ -72,7 +72,7 @@
|
||||
<part id="appendix">
|
||||
<title>Appendix</title>
|
||||
|
||||
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.2.0.RC1/src/docbkx/repository-namespace-reference.xml">
|
||||
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.2.0.RELEASE/src/docbkx/repository-namespace-reference.xml">
|
||||
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
|
||||
</xi:include>
|
||||
</part>
|
||||
|
||||
@@ -251,11 +251,11 @@ public class MongoApp {
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>spring-data-mongodb-1.0.0.RC1.jar</para>
|
||||
<para>spring-data-mongodb-1.0.0.RELEASE.jar</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>spring-data-commons-1.2.0.RC1.jar</para>
|
||||
<para>spring-data-commons-1.2.0.RELEASE.jar</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
||||
@@ -1,10 +1,36 @@
|
||||
Spring Data Document Changelog
|
||||
=============================================
|
||||
|
||||
Changes in version 1.0.0.RELEASE MongoDB (2011-12-22)
|
||||
-----------------------------------------------------
|
||||
|
||||
** Bug
|
||||
* [DATAMONGO-260] - MapReduce fails when using with Long as key-type.
|
||||
* [DATAMONGO-319] - WriteConcern not parsed correctly in namespace handlers
|
||||
* [DATAMONGO-336] - MongoDB GeoNear returning null pointer exception when giving data more precision than test data
|
||||
* [DATAMONGO-343] - ServerAddressPropertyEditor disables default Spring conversion
|
||||
* [DATAMONGO-346] - MongoTemplate.remove(Object arg) not working
|
||||
* [DATAMONGO-349] - remove doesn't work in RC1 for mongo db
|
||||
|
||||
** Improvement
|
||||
* [DATAMONGO-139] - Startup behavior should be that MongoTemplate does not eagerly try to connect to MongoDB
|
||||
* [DATAMONGO-296] - Add hook to use MongoConverter for Querydsl argument handling
|
||||
* [DATAMONGO-326] - Enums can't be used in Criteria
|
||||
* [DATAMONGO-341] - Tighten implementation of MongoTemplate's geoNear(...) methods
|
||||
|
||||
** Task
|
||||
* [DATAMONGO-81] - Create unit tests for exception translation in MongoTemplate
|
||||
* [DATAMONGO-93] - Create integration tests for authentication
|
||||
* [DATAMONGO-257] - Document TypeMapper abstraction to control how type information is stored and retrieved from documents
|
||||
* [DATAMONGO-330] - Document classpath scanning for Converters
|
||||
* [DATAMONGO-350] - Upgrade to latest Querydsl
|
||||
* [DATAMONGO-355] - Upgrade to Spring 3.0.7
|
||||
* [DATAMONGO-357] - Release 1.0 GA
|
||||
|
||||
|
||||
Changes in version 1.0.0.RC1 MongoDB (2011-12-6)
|
||||
------------------------------------------------
|
||||
|
||||
|
||||
** Bug
|
||||
* [DATAMONGO-199] - Synchronisation during performance tests
|
||||
* [DATAMONGO-298] - Spring custom converters do not work for subclasses of java.lang.Number
|
||||
@@ -21,8 +47,6 @@ Changes in version 1.0.0.RC1 MongoDB (2011-12-6)
|
||||
* [DATAMONGO-329] - Map value not converted correctly
|
||||
* [DATAMONGO-333] - AbstractMongoEventListener throws NullPointerException if used without generic parameter
|
||||
|
||||
|
||||
|
||||
** Improvement
|
||||
* [DATAMONGO-26] - Investigate performance of POJO serialization.
|
||||
* [DATAMONGO-174] - Add additional constructor to MongoTemplate that take com.mongodb.Mongo, database name, user credentials and MongoConverter.
|
||||
@@ -44,13 +68,10 @@ Changes in version 1.0.0.RC1 MongoDB (2011-12-6)
|
||||
* [DATAMONGO-251] - Support geting index information on a collection or mapped class.
|
||||
* [DATAMONGO-308] - Add support for upsert methods
|
||||
|
||||
|
||||
** Refactoring
|
||||
* [DATAMONGO-304] - Change package name for Class MongoLog4jAppender
|
||||
* [DATAMONGO-313] - Use MongoOperations interface instead of MongoTemplate class
|
||||
|
||||
|
||||
|
||||
** Task
|
||||
* [DATAMONGO-195] - Add description of @Field mapping annotation to reference docs
|
||||
* [DATAMONGO-262] - Ensure Cloud Foundry Runtime works with RC1
|
||||
@@ -61,7 +82,6 @@ Changes in version 1.0.0.RC1 MongoDB (2011-12-6)
|
||||
* [DATAMONGO-335] - Create hybrid Spring 3.0.6 / 3.1 build
|
||||
|
||||
|
||||
|
||||
Changes in version 1.0.0.M5 MongoDB (2011-10-24)
|
||||
------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user