DATAREST-193 - Prepare 2.0 M1 release.

Updated changelog. Upgraded to milestone dependencies of Codd.
This commit is contained in:
Oliver Gierke
2013-11-21 11:35:45 +01:00
parent a9862eb7c5
commit ac799cff43
3 changed files with 32 additions and 7 deletions

View File

@@ -13,11 +13,11 @@ ext {
hateoasVersion = "0.8.0.RELEASE"
springPluginVersion = "0.8.0.RELEASE"
springSecurityVersion = "3.1.3.RELEASE"
sdCommonsVersion = "1.7.0.BUILD-SNAPSHOT"
sdJpaVersion = "1.5.0.BUILD-SNAPSHOT"
sdMongoVersion = "1.4.0.BUILD-SNAPSHOT"
sdGemfireVersion = "1.4.0.BUILD-SNAPSHOT"
sdNeo4jVersion = "3.0.0.BUILD-SNAPSHOT"
sdCommonsVersion = "1.7.0.M1"
sdJpaVersion = "1.5.0.M1"
sdMongoVersion = "1.4.0.M1"
sdGemfireVersion = "1.3.3.RELEASE"
sdNeo4jVersion = "3.0.0.M1"
// Libraries
jacksonVersion = "2.2.2"
@@ -79,7 +79,7 @@ configure(allprojects) {
sourceSets.test.resources.srcDirs = ["src/test/resources", "src/test/java"]
repositories {
maven { url "http://repo.springsource.org/libs-snapshot" }
maven { url "http://repo.springsource.org/libs-milestone" }
}
dependencies {

View File

@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
Spring Data REST HATEOAS-friendly resouce exporter.
Spring Data REST HATEOAS-friendly resource exporter.
</body>
</html>

View File

@@ -0,0 +1,25 @@
Release Notes - Spring Data REST - Version 2.0 M1
-------------------------------------------------
** Bug
* [DATAREST-72] - @RestResource(exported = false) is not considered on repository interfaces
* [DATAREST-83] - Controller implementations should not be annotated with @Controller
* [DATAREST-88] - Build broken
* [DATAREST-103] - Add support for non-CrudRepositories
* [DATAREST-113] - /{repository}/schema fails on binding parameter - RepositoryRestRequest
* [DATAREST-114] - Could not initialize proxy - no Session
* [DATAREST-135] - Lost paging after upgrading to 1.1.0.M1
* [DATAREST-163] - One-to-one relations in embedded Mongo Documents do not get rendered...
* [DATAREST-168] - Master branch build is broken
* [DATAREST-169] - Property-link throws Null-pointer exception when property is lazy-loaded
* [DATAREST-184] - org.neo4j.graphdb.NotInTransactionException on DELETE
** Improvement
* [DATAREST-162] - Support link path definition via @RestResource
** Task
* [DATAREST-89] - Upgrade to latest Spring Data milestones
* [DATAREST-94] - Remove dependency on Guava
* [DATAREST-170] - Upgrade to dependencies of the Codd release train
* [DATAREST-185] - Upgrade to Spring 3.2.5
* [DATAREST-193] - Release 2.0 M1.