Browse Source

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.
pull/1/head 1.0.0.RELEASE
Oliver Gierke 14 years ago
parent
commit
9cd33763b6
  1. 14
      pom.xml
  2. 2
      spring-data-mongodb-cross-store/pom.xml
  3. 2
      spring-data-mongodb-log4j/pom.xml
  4. 22
      spring-data-mongodb-parent/pom.xml
  5. 2
      spring-data-mongodb/pom.xml
  6. 4
      src/docbkx/index.xml
  7. 4
      src/docbkx/reference/mongodb.xml
  8. 34
      src/main/resources/changelog.txt

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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongo-dist</artifactId> <artifactId>spring-data-mongodb-dist</artifactId>
<name>Spring Data MongoDB Distribution</name> <name>Spring Data MongoDB Distribution</name>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.0.RELEASE</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>spring-data-mongodb</module> <module>spring-data-mongodb</module>
@ -272,7 +272,7 @@
<pluginRepository> <pluginRepository>
<id>repository.springframework.maven.release</id> <id>repository.springframework.maven.release</id>
<name>Spring Framework Maven Release Repository</name> <name>Spring Framework Maven Release Repository</name>
<url>http://maven.springframework.org/release</url> <url>http://repo.springsource.org/release</url>
</pluginRepository> </pluginRepository>
</pluginRepositories> </pluginRepositories>
@ -282,13 +282,13 @@
<site> <site>
<id>static.springframework.org</id> <id>static.springframework.org</id>
<url> <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> </url>
</site> </site>
<repository> <repository>
<id>spring-milestone</id> <id>spring-release</id>
<name>Spring Milestone Repository</name> <name>Spring Release Repository</name>
<url>s3://maven.springframework.org/milestone</url> <url>s3://maven.springframework.org/release</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>spring-snapshot</id> <id>spring-snapshot</id>

2
spring-data-mongodb-cross-store/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId> <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> <relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
</parent> </parent>
<artifactId>spring-data-mongodb-cross-store</artifactId> <artifactId>spring-data-mongodb-cross-store</artifactId>

2
spring-data-mongodb-log4j/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId> <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> <relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
</parent> </parent>
<artifactId>spring-data-mongodb-log4j</artifactId> <artifactId>spring-data-mongodb-log4j</artifactId>

22
spring-data-mongodb-parent/pom.xml

@ -6,7 +6,7 @@
<artifactId>spring-data-mongodb-parent</artifactId> <artifactId>spring-data-mongodb-parent</artifactId>
<name>Spring Data MongoDB Parent</name> <name>Spring Data MongoDB Parent</name>
<url>http://www.springsource.org/spring-data/mongodb</url> <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> <packaging>pom</packaging>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <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.30>3.0.7.RELEASE</org.springframework.version.30>
<org.springframework.version.40>4.0.0.RELEASE</org.springframework.version.40> <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> <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> <aspectj.version>1.6.11.RELEASE</aspectj.version>
</properties> </properties>
<profiles> <profiles>
@ -65,13 +65,13 @@
<site> <site>
<id>static.springframework.org</id> <id>static.springframework.org</id>
<url> <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> </url>
</site> </site>
<repository> <repository>
<id>spring-milestone</id> <id>spring-release</id>
<name>Spring Milestone Repository</name> <name>Spring Release Repository</name>
<url>s3://maven.springframework.org/milestone</url> <url>s3://maven.springframework.org/release</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>spring-snapshot</id> <id>spring-snapshot</id>
@ -386,16 +386,6 @@
<name>Spring Framework Maven Release Repository</name> <name>Spring Framework Maven Release Repository</name>
<url>http://repo.springsource.org/release</url> <url>http://repo.springsource.org/release</url>
</repository> </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> </repositories>
<reporting> <reporting>
<plugins> <plugins>

2
spring-data-mongodb/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId> <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> <relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
</parent> </parent>
<artifactId>spring-data-mongodb</artifactId> <artifactId>spring-data-mongodb</artifactId>

4
src/docbkx/index.xml

@ -52,7 +52,7 @@
<xi:include href="introduction/why-sd-doc.xml"/> <xi:include href="introduction/why-sd-doc.xml"/>
<xi:include href="introduction/requirements.xml"/> <xi:include href="introduction/requirements.xml"/>
<xi:include href="introduction/getting-started.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:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
</xi:include> </xi:include>
</part> </part>
@ -72,7 +72,7 @@
<part id="appendix"> <part id="appendix">
<title>Appendix</title> <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:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
</xi:include> </xi:include>
</part> </part>

4
src/docbkx/reference/mongodb.xml

@ -251,11 +251,11 @@ public class MongoApp {
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>spring-data-mongodb-1.0.0.RC1.jar</para> <para>spring-data-mongodb-1.0.0.RELEASE.jar</para>
</listitem> </listitem>
<listitem> <listitem>
<para>spring-data-commons-1.2.0.RC1.jar</para> <para>spring-data-commons-1.2.0.RELEASE.jar</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>

34
src/main/resources/changelog.txt

@ -1,10 +1,36 @@
Spring Data Document Changelog 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) Changes in version 1.0.0.RC1 MongoDB (2011-12-6)
------------------------------------------------ ------------------------------------------------
** Bug ** Bug
* [DATAMONGO-199] - Synchronisation during performance tests * [DATAMONGO-199] - Synchronisation during performance tests
* [DATAMONGO-298] - Spring custom converters do not work for subclasses of java.lang.Number * [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-329] - Map value not converted correctly
* [DATAMONGO-333] - AbstractMongoEventListener throws NullPointerException if used without generic parameter * [DATAMONGO-333] - AbstractMongoEventListener throws NullPointerException if used without generic parameter
** Improvement ** Improvement
* [DATAMONGO-26] - Investigate performance of POJO serialization. * [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. * [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-251] - Support geting index information on a collection or mapped class.
* [DATAMONGO-308] - Add support for upsert methods * [DATAMONGO-308] - Add support for upsert methods
** Refactoring ** Refactoring
* [DATAMONGO-304] - Change package name for Class MongoLog4jAppender * [DATAMONGO-304] - Change package name for Class MongoLog4jAppender
* [DATAMONGO-313] - Use MongoOperations interface instead of MongoTemplate class * [DATAMONGO-313] - Use MongoOperations interface instead of MongoTemplate class
** Task ** Task
* [DATAMONGO-195] - Add description of @Field mapping annotation to reference docs * [DATAMONGO-195] - Add description of @Field mapping annotation to reference docs
* [DATAMONGO-262] - Ensure Cloud Foundry Runtime works with RC1 * [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 * [DATAMONGO-335] - Create hybrid Spring 3.0.6 / 3.1 build
Changes in version 1.0.0.M5 MongoDB (2011-10-24) Changes in version 1.0.0.M5 MongoDB (2011-10-24)
------------------------------------------------ ------------------------------------------------

Loading…
Cancel
Save