diff --git a/README.md b/README.md index a8267bf5e..7d9d74ae4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the Maven dependency: org.springframework.data spring-data-mongodb - 1.3.4.RELEASE + 1.3.5.RELEASE ``` diff --git a/pom.xml b/pom.xml index 9541b9f08..e63343039 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ Spring Data MongoDB MongoDB support for Spring Data - http://www.springsource.org/spring-data/mongodb + http://projects.spring.io/spring-data-mongodb org.springframework.data.build spring-data-parent - 1.2.1.RELEASE + 1.2.2.RELEASE ../spring-data-build/parent/pom.xml @@ -29,7 +29,7 @@ multi spring-data-mongodb - 1.6.5.BUILD-SNAPSHOT + 1.6.5.RELEASE 2.10.1 @@ -38,7 +38,7 @@ ogierke Oliver Gierke ogierke at gopivotal.com - Pivotal Inc. + Pivotal Software, Inc. http://www.gopivotal.com Project Lean @@ -49,7 +49,7 @@ trisberg Thomas Risberg trisberg at gopivotal.com - Pivotal Inc. + Pivotal Software, Inc. http://www.gopivotal.com Developer @@ -60,7 +60,7 @@ mpollack Mark Pollack mpollack at gopivotal.com - Pivotal Inc. + Pivotal Software, Inc. http://www.gopivotal.com Developer @@ -71,7 +71,7 @@ jbrisbin Jon Brisbin jbrisbin at gopivotal.com - Pivotal Inc. + Pivotal Software, Inc. http://www.gopivotal.com Developer @@ -82,7 +82,7 @@ tdarimont Thomas Darimont tdarimont at gopivotal.com - Pivotal Inc. + Pivotal Software, Inc. http://www.gopivotal.com Developer @@ -93,7 +93,7 @@ cstrobl Christoph Strobl cstrobl at gopivotal.com - Pivotal Inc. + Pivotal Software, Inc. http://www.gopivotal.com Developer diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index dc56784dc..b539bcbcd 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -56,7 +56,7 @@ - + @@ -76,10 +76,10 @@ Appendix - + - + diff --git a/src/docbkx/introduction/getting-started.xml b/src/docbkx/introduction/getting-started.xml index afb7c9201..396487c4d 100644 --- a/src/docbkx/introduction/getting-started.xml +++ b/src/docbkx/introduction/getting-started.xml @@ -19,7 +19,7 @@ Community Forum The Spring Data forum + url="http://forum.spring.io/forum/spring-projects/data/nosql">forum is a message board for all Spring Data (not just Document) users to share information and help each other. Note that registration is needed only for posting. @@ -30,7 +30,7 @@ Professional, from-the-source support, with guaranteed response time, is available from SpringSource, the company + url="http://www.gopivotal.com/">Pivotal Software, Inc., the company behind Spring Data and Spring. @@ -40,12 +40,12 @@ For information on the Spring Data Mongo source code repository, nightly builds and snapshot artifacts please see the Spring Data Mongo + url="http://projects.spring.io/spring-data-mongodb">Spring Data Mongo homepage. You can help make Spring Data best serve the needs of the Spring community by interacting with developers through the Spring Community - forums. To follow + forums. To follow developer activity look for the mailing list information on the Spring Data Mongo homepage. @@ -55,10 +55,10 @@ To stay up to date with the latest news and announcements in the Spring eco system, subscribe to the Spring Community Portal. + url="http://spring.io">Portal. Lastly, you can follow the SpringSource Data blog or + url="http://spring.io/blog/">blog or the project team on Twitter (SpringData) diff --git a/src/docbkx/introduction/introduction.xml b/src/docbkx/introduction/introduction.xml index 5d9eb2bca..33566fc4f 100644 --- a/src/docbkx/introduction/introduction.xml +++ b/src/docbkx/introduction/introduction.xml @@ -12,17 +12,17 @@ Knowing Spring Spring Data uses Spring framework's core + url="http://docs.spring.io/spring/docs/3.0.x/reference/spring-core.html">core functionality, such as the IoC + url="http://docs.spring.io/spring/docs/3.0.x/reference/beans.html">IoC container, type + url="http://docs.spring.io/spring/docs/3.0.x/reference/validation.html#core-convert">type conversion system, expression + url="http://docs.spring.io/spring/docs/3.0.x/reference/expressions.html">expression language, JMX + url="http://docs.spring.io/spring/docs/3.0.x/reference/jmx.html">JMX integration, and portable DAO + url="http://docs.spring.io/spring/docs/3.0.x/reference/dao.html#dao-exceptions">DAO exception hierarchy. While it is not important to know the Spring APIs, understanding the concepts behind them is. At a minimum, the idea behind IoC should be familiar for whatever IoC container you diff --git a/src/docbkx/introduction/requirements.xml b/src/docbkx/introduction/requirements.xml index 526164c98..ed1a88993 100644 --- a/src/docbkx/introduction/requirements.xml +++ b/src/docbkx/introduction/requirements.xml @@ -3,7 +3,7 @@ Spring Data Document 1.x binaries requires JDK level 6.0 and above, and - Spring Framework + Spring Framework 3.0.x and above. diff --git a/src/docbkx/reference/jmx.xml b/src/docbkx/reference/jmx.xml index 5535566b4..ae2b6c69f 100644 --- a/src/docbkx/reference/jmx.xml +++ b/src/docbkx/reference/jmx.xml @@ -10,7 +10,7 @@ you perform administrative operations such as drop or create a database. The JMX features build upon the JMX feature set available in the Spring Framework. See here + url="http://docs.spring.io/spring/docs/3.0.x/reference/jmx.html">here for more details.
diff --git a/src/docbkx/reference/mapping.xml b/src/docbkx/reference/mapping.xml index 3e1cdb653..a2b4c1c1b 100644 --- a/src/docbkx/reference/mapping.xml +++ b/src/docbkx/reference/mapping.xml @@ -638,7 +638,7 @@ public class Person { Spring 3.0 introduced a core.convert package that provides a general type conversion system. This is described in detail in the Spring reference documentation section entitled Spring + url="http://docs.spring.io/spring/docs/3.0.x/reference/validation.html#core-convert">Spring 3 Type Conversion. diff --git a/src/docbkx/reference/mongodb.xml b/src/docbkx/reference/mongodb.xml index 1dacab202..9fe408a40 100644 --- a/src/docbkx/reference/mongodb.xml +++ b/src/docbkx/reference/mongodb.xml @@ -84,7 +84,7 @@ or higher. The latest production release (2.0.x as of this writing) is recommended. An easy way to bootstrap setting up a working environment is to create a Spring based project in STS. + url="http://spring.io/tools/sts">STS. First you need to set up a running Mongodb server. Refer to the Mongodb Quick @@ -264,9 +264,9 @@ public class MongoApp { For those not familiar with how to configure the Spring container using Java based bean metadata instead of XML based metadata see the high level introduction in the reference docs here as well as the detailed documentation + url="http://docs.spring.io/spring/docs/3.0.x/reference/beans.html#beans-java-instantiating-container"> here. @@ -310,7 +310,7 @@ public class AppConfig { classes annoated with the @Repository annotation. This hierarchy and use of @Repository is described in Spring's + url="http://docs.spring.io/spring/docs/3.0.x/reference/dao.html">Spring's DAO support features. An example of a Java based bean metadata that supports exception @@ -1986,7 +1986,7 @@ GeoResults<Restaurant> = operations.geoNear(query, Restaurant.class);Resource + url="http://docs.spring.io/spring/docs/3.0.x/reference/resources.html">Resource abstraction abstraction. This will let you place your JavaScript files on the file system, classpath, http server or any other Spring Resource implementation and then reference the JavaScript resources via an @@ -2100,7 +2100,7 @@ MapReduceResults<ValueObject> results = mongoOperations.mapReduce(query, " providing methods on MongoOperations to simplify the creation and execution of group operations. It can convert the results of the group operation to a POJO and also integrates with Spring's Resource + url="http://docs.spring.io/spring/docs/3.0.x/reference/resources.html">Resource abstraction abstraction. This will let you place your JavaScript files on the file system, classpath, http server or any other Spring Resource implementation and then reference the JavaScript resources via an @@ -2710,7 +2710,7 @@ List<DBObject> resultList = result.getMappedResults(); For more information on the Spring type conversion service see the reference docs here. + url="http://docs.spring.io/spring/docs/3.0.x/reference/validation.html#core-convert">here.
@@ -3069,7 +3069,7 @@ mongoTemplate.dropCollection("MyNewCollection"); interface. The motivation behind mapping to Spring's consistent + url="http://docs.spring.io/spring/docs/3.0.x/reference/dao.html#dao-exceptions">consistent data access exception hierarchy is that you are then able to write portable and descriptive exception handling code without resorting to coding against