diff --git a/pom.xml b/pom.xml index 15e490a4a..87bd8129a 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.data.build spring-data-parent - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../spring-data-build/parent/pom.xml @@ -27,7 +27,7 @@ 1.8.0.10 2.0.0 2.2.1 - 1.6.0.BUILD-SNAPSHOT + 1.6.0.M1 @@ -371,7 +371,7 @@ com.mysema.maven apt-maven-plugin - 1.0.8 + ${apt} com.mysema.query.apt.jpa.JPAAnnotationProcessor @@ -416,8 +416,8 @@ - spring-libs-snapshot - http://repo.springsource.org/lib-snapshot-local + spring-libs-milestone + http://repo.springsource.org/libs-milestone-local diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index b1390af8e..d34d58f3d 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -47,7 +47,7 @@ Reference Documentation - + @@ -57,10 +57,10 @@ Appendix - + - + diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9c1432110..eb1f92e30 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,47 @@ Spring Data JPA Changelog ========================= +Changes in version 1.4.0.M1 (2012-06-04) +---------------------------------------- +* Upgrade to Querydsl 3.0.0 (DATAJPA-321, DATAJPA-320) +* Support query internal LIKE expressions (DATAJPA-292, DATAJPA-341) +* Support to 'countBy' query methods. (DATAJPA-231) +* Support for case insensitive sorting in Pageable and Sort (DATAJPA-296, DATAJPA-327) +* Code doesn't compile with JDK 6 due to generic method signature (DATAJPA-304) +* XML Schema Validation errors in STS (DATAJPA-314) +* Allow building against Hibernate 4 (DATAJPA-316) +* JpaRepository interface should have @NoRepositoryBean (DATAJPA-317) +* findAll(ids) throws SQL grammar exception when given an empty collection (DATAJPA-332) +* Repository injection fails if BeanPostProcessor depends on repository (DATAJPA-335) +* Release 1.3.1 breaks auditing (DATAJPA-336) +* Wrong calculation of total number of elements when using DISTINCT clause (DATAJPA-342) +* Subselect bug introduced in the snapshot on 20130507 (DATAJPA-343) +* Improve query validation by creating explicit EntityManager instance (DATAJPA-350) +* JpaEntityInformationSupport could inspect potentially available @Version annotated field for null to discover isNew (DATAJPA-119) +* Specifications must support null as a parent Specification (DATAJPA-300) +* Prevent duplicate registration of PersistenceAnnotationBeanPostProcessor (DATAJPA-308) +* CDI repository beans should be application scoped (DATAJPA-319) +* Invalid class name referenced in readme.md (DATAJPA-334) +* Impove OSGi manifest to allow usage with Spring 4 and Slf4j 1.6.x (DATAJPA-340, DATAJPA-339) +* @QueryHints can now be used in a meta annotation (DATAJPA-345) +* Release 1.4. M1 (DATAJPA-351) + +Changes in version 1.3.2.RELEASE (2013-05-02) +--------------------------------------------- +* Release 1.3.1 breaks auditing (DATAJPA-336) +* findAll(ids) throws SQL grammar exception when given an empty collection (DATAJPA-332) +* Invalid class name referenced in readme.md (DATAJPA-334) + +Changes in version 1.3.1.RELEASE (2013-04-16) +--------------------------------------------- +* Support query internal LIKE expressions (DATAJPA-292) +* Code doesn't compile with JDK 6 due to generic method signature (DATAJPA-304) +* XML Schema Validation errors in STS (DATAJPA-314) +* Allow building against Hibernate 4 (DATAJPA-316) +* JpaRepository interface should have @NoRepositoryBean (DATAJPA-317) +* Specifications must support null as a parent Specification (DATAJPA-300) +* Prevent duplicate registration of PersistenceAnnotationBeanPostProcessor (DATAJPA-308) + Changes in version 1.3.0.RELEASE (2012-02-07) --------------------------------------------- * Added support for annotation based auditing (DATAJPA-116) diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 31ea98e33..9618a8b61 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,5 +1,5 @@ -Spring Data JPA 1.0 -Copyright (c) [2011] SpringSource, a division of VMware, Inc. +Spring Data JPA 1.4 M1 +Copyright (c) [2011-2013] SpringSource, a division of VMware, 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 b2e9d2a86..d434e6b5a 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,4 +1,4 @@ -SPRING DATA JPA 1.0.0 M1 (Feb 10, 2011) +SPRING DATA JPA 1.4.0 M1 (Jun 04, 2013) --------------------------------------- Spring Data Jpa is released under the terms of the Apache Software License Version 2.0 (see license.txt).