From 3c30ba2bbadfcdf0a41c418abaa37f11b97fb63b Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Mon, 24 Feb 2014 10:42:44 +0100 Subject: [PATCH] DATAJPA-469 - Prepare 1.5.0.RELEASE. Updated change log, readme, notice. Updated links in index.xml to point to SD Commons documentation. Original pull request: #60. --- pom.xml | 73 ++++++++++++++++---------------- readme.md | 2 +- src/docbkx/index.xml | 22 +++++----- src/main/resources/changelog.txt | 24 +++++++++++ src/main/resources/notice.txt | 4 +- src/main/resources/readme.txt | 6 +-- 6 files changed, 78 insertions(+), 53 deletions(-) diff --git a/pom.xml b/pom.xml index d55165f3d..2868367fc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,9 @@ - + 4.0.0 - + org.springframework.data spring-data-jpa 1.5.0.BUILD-SNAPSHOT @@ -14,25 +15,25 @@ org.springframework.data.build spring-data-parent - 1.3.0.BUILD-SNAPSHOT + 1.3.0.RELEASE ../spring-data-build/parent/pom.xml - + DATAJPA - + 2.5.1 3.6.10.Final 1.8.0.10 2.0.0 2.2.1 - 1.7.0.BUILD-SNAPSHOT + 1.7.0.RELEASE reuseReports - + - + hibernate-41 @@ -55,44 +56,44 @@ - + ${project.groupId} spring-data-commons ${springdata.commons} - + org.springframework spring-orm - + org.springframework spring-context - + org.springframework spring-aop - + org.springframework spring-tx - + org.springframework spring-beans - + org.springframework spring-instrument provided - + org.springframework spring-core @@ -103,7 +104,7 @@ - + org.aspectj aspectjrt @@ -115,28 +116,28 @@ ${aspectj} test - + org.springframework spring-aspects compile true - + org.hsqldb hsqldb 2.2.8 test - + joda-time joda-time ${jodatime} true - + org.hibernate @@ -144,14 +145,14 @@ ${hibernate} true - + org.eclipse.persistence org.eclipse.persistence.jpa ${eclipselink} true - + org.apache.openjpa openjpa-persistence-jdbc @@ -170,7 +171,7 @@ - + com.mysema.querydsl @@ -178,14 +179,14 @@ ${querydsl} provided - + com.mysema.querydsl querydsl-jpa ${querydsl} true - + javax.enterprise @@ -194,30 +195,30 @@ provided true - + javax.el el-api ${cdi} test - + org.apache.openwebbeans.test cditest-owb ${webbeans} test - + javax.servlet servlet-api 2.5 test - + - + @@ -324,7 +325,7 @@ - + org.codehaus.mojo aspectj-maven-plugin @@ -363,7 +364,7 @@ ${source.level} - + com.mysema.maven apt-maven-plugin @@ -420,11 +421,11 @@ - + - spring-libs-snapshot - http://repo.spring.io/libs-snapshot + spring-libs-release + http://repo.spring.io/libs-release diff --git a/readme.md b/readme.md index 13b75a851..977a2d88c 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ Download the jar though Maven: org.springframework.data spring-data-jpa - 1.4.3.RELEASE + 1.5.0.RELEASE ``` diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index b2a6fc4de..2657b723f 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -74,9 +74,9 @@ Reference Documentation - - + + @@ -84,15 +84,15 @@ Appendix - - - + + + - - - + + + diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 315f19f27..d258500c4 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,30 @@ Spring Data JPA Changelog ========================= +Changes in version 1.5.0.RELEASE (2014-02-24) +----------------------------------------- + +* Query on byte array fails (DATAJPA-454) +* Regression in parameter binding (DATAJPA-461) +* Nullpointer when using @Query (DATAJPA-465) +* Build fails against Spring 4 (DATAJPA-471) +* When used "LIKE expression" and "other expression" at the same time, occurred the QuerySyntaxException of Hibernate. (DATAJPA-473) +* Improve FAQ, C2.1 on the SessionFactory replacement (DATAJPA-462) +* Documentation on CDI setup is incomplete (DATAJPA-474) +* Add aop.xml to prevent Eclipse from weaving unnecessary aspects (DATAJPA-458) +* Reduce log output for Querydsl APT processor (DATAJPA-459) +* Release 1.5 GA (DATAJPA-469) +* Documentation overhaul (DATAJPA-470) + +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) diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index f08a8136c..d38a749cf 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,5 +1,5 @@ -Spring Data JPA 1.5.0 RC1 -Copyright (c) [2011-2014] Pivotal Inc. +Spring Data JPA 1.5.0 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 7a60ce195..786da8b87 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,5 +1,5 @@ -SPRING DATA JPA 1.5.0 RC1 (Jan 29th, 2014) ------------------------------------------- +Spring Data JPA 1.5.0 RELEASE (Feb 24th, 2014) +---------------------------------------------- Spring Data Jpa is released under the terms of the Apache Software License Version 2.0 (see license.txt). @@ -14,4 +14,4 @@ The reference manual and javadoc are located in the 'docs' directory. ADDITIONAL RESOURCES: Spring Data Homepage: http://projects.spring.io/spring-data -Spring Data Forum: http://forum.spring.io/forum/jpa-orm \ No newline at end of file +Spring Data Forum: http://forum.spring.io/forum/jpa-orm