DATAJPA-411 - Prepare 1.4.2.RELEASE.

Updated Spring Data Commons dependency to 1.6.2.RELEASE. Updated changelog, readme.md etc.
This commit is contained in:
Oliver Gierke
2013-10-25 16:34:00 +02:00
parent 9c1d8c8930
commit b0aff77731
6 changed files with 19 additions and 9 deletions

View File

@@ -27,7 +27,7 @@
<hsqldb1>1.8.0.10</hsqldb1>
<jpa>2.0.0</jpa>
<openjpa>2.2.1</openjpa>
<springdata.commons>1.6.1.RELEASE</springdata.commons>
<springdata.commons>1.6.2.RELEASE</springdata.commons>
</properties>

View File

@@ -29,7 +29,7 @@ Download the jar though Maven:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.4.2.RELEASE</version>
</dependency>
```

View File

@@ -61,7 +61,7 @@
<part id="reference">
<title>Reference Documentation</title>
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.1.RELEASE/src/docbkx/repositories.xml">
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.2.RELEASE/src/docbkx/repositories.xml">
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
</xi:include>
@@ -71,10 +71,10 @@
<part id="appendix">
<title>Appendix</title>
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.1.RELEASE/src/docbkx/repository-namespace-reference.xml">
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.2.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.1.RELEASE/src/docbkx/repository-query-keywords-reference.xml">
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.2.RELEASE/src/docbkx/repository-query-keywords-reference.xml">
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml" />
</xi:include>

View File

@@ -1,6 +1,16 @@
Spring Data JPA Changelog
=========================
Changes in version 1.4.2.RELEASE (2013-10-25)
---------------------------------------------
* CriteriaQuery caching causes problems with Hibernate's alias name generation in multithreaded environments (DATAJPA-396)
* Unnecessary OUTER JOIN are generated for querying one single table (DATAJPA-401)
* Unnecessary OUTER JOIN are generated when sorting on ElementCollection (DATAJPA-403)
* Reference and Javadoc inconsistence - @Modifying.clearAutomatically default value (DATAJPA-406)
* ClasspathScanningPersistenceUnitPostProcessor throws IndexOutOfBoundsException on Windows (DATAJPA-407)
* Add Java Config example to readme.md (DATAJPA-399)
* Release 1.4.2 (DATAJPA-411)
Changes in version 1.4.1.RELEASE (2013-09-09)
---------------------------------------------
* Update to Spring Data Commons 1.6.1 (DATAJPA-400)

View File

@@ -1,4 +1,4 @@
Spring Data JPA 1.4.1 RELEASE
Spring Data JPA 1.4.2 RELEASE
Copyright (c) [2011-2013] Pivotal Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").

View File

@@ -1,7 +1,7 @@
SPRING DATA JPA 1.4.0 RC1 (Aug 01, 2013)
---------------------------------------
SPRING DATA JPA 1.4.2 RELEASE (Oct 25, 2013)
--------------------------------------------
Spring Data Jpa is released under the terms of the Apache Software License Version 2.0 (see license.txt).
Spring Data JPA is released under the terms of the Apache Software License Version 2.0 (see license.txt).
DISTRIBUTION CONTENTS: