From ca96e1bae9687a69d18b489d593842a9683d74ba Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Mon, 17 Feb 2014 11:46:05 +0100 Subject: [PATCH] DATAJPA-463 - Prepare release 1.4.4. Updated pom.xml, change log, references to Spring Data Commons reference documentation etc. --- pom.xml | 15 +++++++++++---- readme.md | 2 +- src/docbkx/index.xml | 10 +++++----- src/main/resources/changelog.txt | 25 +++++++++++++++++++++++++ src/main/resources/notice.txt | 4 ++-- src/main/resources/readme.txt | 4 ++-- 6 files changed, 46 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 443a02388..ba03d2bba 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.data.build spring-data-parent - 1.2.0.RELEASE + 1.2.1.RELEASE ../spring-data-build/parent/pom.xml @@ -27,7 +27,7 @@ 1.8.0.10 2.0.0 2.2.1 - 1.6.3.RELEASE + 1.6.4.RELEASE @@ -420,11 +420,18 @@ - + spring-libs-milestone - http://repo.springsource.org/libs-release-local + http://repo.spring.io/libs-release + + + spring-plugins-release + http://repo.spring.io/plugins-release + + + diff --git a/readme.md b/readme.md index 8eed0c0ac..7141afaff 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ Download the jar though Maven: org.springframework.data spring-data-jpa - 1.4.2.RELEASE + 1.4.4.RELEASE ``` diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index 707b12b2d..80823c63d 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -16,7 +16,7 @@ Software Engineer - GoPivotal Deutschland GmbH + Pivotal Software, Inc. ogierke@gopivotal.com @@ -30,7 +30,7 @@ Software Engineer - GoPivotal Deutschland GmbH + Pivotal Software, Inc. tdarimont@gopivotal.com @@ -61,7 +61,7 @@ Reference Documentation - + @@ -71,10 +71,10 @@ Appendix - + - + diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 4a81b22b2..c1ee4b3ec 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,31 @@ Spring Data JPA Changelog ========================= +Changes in version 1.4.4.RELEASE (2014-02-17) +--------------------------------------------- +* PersistenceProvider enum should also match org.hibernate.jpa.HibernateEntityManager (DATAJPA-444) +* Query on byte array fails (DATAJPA-454) +* Regression in parameter binding (DATAJPA-461) +* Upgrade Hibernate 4 build to latest versions (DATAJPA-443) +* Add contribution guidelines (DATAJPA-448) +* Release 1.4.4 (DATAJPA-463) + +Changes in version 1.5.0.RC1 (2014-01-29) +----------------------------------------- +* Add Sort implementations that use JPA Metamodel API and/or QueryDsl API (DATAJPA-12) +* Enable support to inject EntityManager via constructor (DATAJPA-445) +* needs explicitly given transaction manager even when there is only one tx manager (DATAJPA-410) +* COUNT syntax error when use scalar select (select a.b, a.c from …) with paging (DATAJPA-420) +* Sort by property of an associated object generates inner join instead of left join with QueryDsl and Hibernate (DATAJPA-427) +* Fix incompatibilities with latest Hibernate 4.3 (CR2 currently) (DATAJPA-430) +* Repository initialization causes transaction rollback in CDI environments (DATAJPA-442) +* PersistenceProvider enum should also match org.hibernate.jpa.HibernateEntityManager (DATAJPA-444) +* EntityManagerBeanDefinitionRegistrarPostProcessor doesn't find EntityManagerFactory definitions in BeanFactory hierarchy (DATAJPA-453) +* Upgrade to EclipseLink 2.5.1 (DATAJPA-417) +* Upgrade Hibernate 4 build to latest versions (DATAJPA-443) +* Add contribution guidelines (DATAJPA-448) +* Release Spring Data JPA 1.5.0.RC1 (DATAJPA-450) + Changes in version 1.4.3.RELEASE (2013-12-11) --------------------------------------------- * Improved documentation on jpa:repository namespace (DATAJPA-410) diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index c9c6b67d7..e8ad65f51 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,5 +1,5 @@ -Spring Data JPA 1.4.3 RELEASE -Copyright (c) [2011-2013] Pivotal Inc. +Spring Data JPA 1.4.4 RELEASE +Copyright (c) [2011-2014] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). You may not use this product except in compliance with the License. diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index 870cbd36c..32b6e0933 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,5 +1,5 @@ -SPRING DATA JPA 1.4.3 RELEASE (Dec 11, 2013) --------------------------------------------- +Spring Data JPA 1.4.4 RELEASE (Feb 17th, 2014) +---------------------------------------------- Spring Data JPA is released under the terms of the Apache Software License Version 2.0 (see license.txt).