DATAJPA-488 - Prepare Release 1.4.5.

Updated pom, readme and changelog.
Adjusted links in reference doc.

Original pull request: #63.
This commit is contained in:
Thomas Darimont
2014-03-10 13:26:04 +01:00
parent 7ad25f3ee5
commit 838f4d1b33
10 changed files with 44 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.2.1.RELEASE</version>
<version>1.2.2.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@@ -27,7 +27,7 @@
<hsqldb1>1.8.0.10</hsqldb1>
<jpa>2.0.0</jpa>
<openjpa>2.2.1</openjpa>
<springdata.commons>1.6.4.RELEASE</springdata.commons>
<springdata.commons>1.6.5.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.4.RELEASE</version>
<version>1.4.5.RELEASE</version>
</dependency>
```

View File

@@ -51,7 +51,7 @@
<para>You have to replace
<classname>AnnotationSessionFactoryBean</classname> with the
<classname>HibernateJpaSessionFactoryBean</classname> as follows:
</para>
<example>
<title>Looking up a SessionFactory from a
HibernateEntityManagerFactory</title>

View File

@@ -107,7 +107,7 @@
<glossdef>
<para>Java application framework - <ulink
url="http://www.springframework.org">http://www.springframework.org</ulink></para>
url="http://projects.spring.io/spring-framework">http://projects.spring.io/spring-framework</ulink></para>
</glossdef>
</glossentry>
</glossdiv>

View File

@@ -47,7 +47,7 @@
<pubdate />
<copyright>
<year>2008-2013</year>
<year>2008-2014</year>
<holder>The original authors</holder>
</copyright>
@@ -61,7 +61,7 @@
<part id="reference">
<title>Reference Documentation</title>
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.4.RELEASE/src/docbkx/repositories.xml">
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.5.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.4.RELEASE/src/docbkx/repository-namespace-reference.xml">
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.5.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.4.RELEASE/src/docbkx/repository-query-keywords-reference.xml">
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.5.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

@@ -208,7 +208,7 @@ class ApplicationConfig {
Data JPA will delegate the new-detection to the
<methodname>isNew</methodname> - Method of the Entity. See the
<ulink
url="http://static.springsource.org/spring-data/data-commons/docs/current/api/index.html?org/springframework/data/domain/Persistable.html">JavaDoc</ulink>
url="http://docs.spring.io/spring-data/data-commons/docs/current/api/index.html?org/springframework/data/domain/Persistable.html">JavaDoc</ulink>
for details.</entry>
</row>
@@ -226,7 +226,7 @@ class ApplicationConfig {
implementation of <classname>JpaRepositoryFactory</classname>
as a Spring bean. Note that this should be rarely necessary.
See the <ulink
url="http://static.springsource.org/spring-data/data-jpa/docs/current/api/index.html?org/springframework/data/jpa/repository/support/JpaRepositoryFactory.html">JavaDoc</ulink>
url="http://docs.spring.io/spring-data/data-jpa/docs/current/api/index.html?org/springframework/data/jpa/repository/support/JpaRepositoryFactory.html">JavaDoc</ulink>
for details.</entry>
</row>
</tbody>
@@ -1122,7 +1122,7 @@ public interface UserRepository extends JpaRepository&lt;User, Long&gt; {
<section id="jpa.auditing">
<title>Auditing</title>
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/master/src/docbkx/auditing.xml"
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/master/src/docbkx/auditing.xml"
xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback href="../../../spring-data-commons/src/docbkx/auditing.xml"/>
</xi:include>
@@ -1240,7 +1240,7 @@ public interface UserRepository extends JpaRepository&lt;User, Long&gt; {
<para>As of Spring 3.1 a package to scan can be configured on the
<classname>LocalContainerEntityManagerFactoryBean</classname> directly
to enable classpath scanning for entity classes. See the <ulink
url="http://static.springsource.org/spring/docs/3.1.x/javadoc-api/org/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean.html#setPackagesToScan(java.lang.String...)">JavaDoc</ulink>
url="http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean.html#setPackagesToScan-java.lang.String...-">JavaDoc</ulink>
for details.</para>
</note>
</section>

View File

@@ -10,27 +10,27 @@
<itemizedlist spacing="compact">
<listitem>
<para>Version control - <ulink
url="git://github.com/SpringSource/spring-data-jpa.git">git://github.com/SpringSource/spring-data-jpa.git</ulink></para>
url="https://github.com/spring-projects/spring-data-jpa.git">git://github.com/spring-projects/spring-data-jpa.git</ulink></para>
</listitem>
<listitem>
<para>Bugtracker - <ulink
url="https://jira.springsource.org/browse/DATAJPA">https://jira.springsource.org/browse/DATAJPA</ulink></para>
url="https://jira.spring.io/browse/DATAJPA">https://jira.spring.io/browse/DATAJPA</ulink></para>
</listitem>
<listitem>
<para>Release repository - <ulink
url="http://repo.springsource.org/libs-release">http://repo.springsource.org/libs-release</ulink></para>
url="http://repo.spring.io/libs-release">http://repo.spring.io/libs-release</ulink></para>
</listitem>
<listitem>
<para>Milestone repository - <ulink
url="http://repo.springsource.org/libs-milestone">http://repo.springsource.org/libs-milestone</ulink></para>
url="http://repo.spring.io/libs-milestone">http://repo.spring.io/libs-milestone</ulink></para>
</listitem>
<listitem>
<para>Snapshot repository - <ulink
url="http://repo.springsource.org/libs-snapshot">http://repo.springsource.org/libs-snapshot</ulink></para>
url="http://repo.spring.io/libs-snapshot">http://repo.spring.io/libs-snapshot/</ulink></para>
</listitem>
</itemizedlist>
</section>

View File

@@ -1,6 +1,30 @@
Spring Data JPA Changelog
=========================
Changes in version 1.4.5.RELEASE (2014-03-10)
---------------------------------------------
* When used "LIKE expression" and "other expression" at the same time, occurred the QuerySyntaxException of Hibernate. (DATAJPA-473)
* IllegalStateException caused by QueryUtils.toExpressionRecursively(…) (DATAJPA-476)
* findAll(Iterable<ID>) : Invalid comparation Exception thrown (DATAJPA-492)
* Improve FAQ, C2.1 on the SessionFactory replacement (DATAJPA-462)
* Documentation on CDI setup is incomplete (DATAJPA-474)
* Upgrade Hibernate build profiles to latest version (DATAJPA-485)
* Release 1.4.5 (DATAJPA-488)
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)

View File

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

View File

@@ -1,4 +1,4 @@
Spring Data JPA 1.4.4 RELEASE (Feb 17th, 2014)
Spring Data JPA 1.4.5 RELEASE (Mar 10th, 2014)
----------------------------------------------
Spring Data JPA is released under the terms of the Apache Software License Version 2.0 (see license.txt).