Skip to content

Commit 6ec6eb7

Browse files
christophstroblodrotbohm
authored andcommitted
DATACMNS-463 - Prepare release 1.6.5.RELEASE.
Updated readme, template, changelog and notice to reflect recent version and changes. Update reference to reflect spring.io urls.
1 parent 35c05c2 commit 6ec6eb7

File tree

7 files changed

+39
-12
lines changed

7 files changed

+39
-12
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>1.2.1.RELEASE</version>
15+
<version>1.2.2.RELEASE</version>
1616
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1717
</parent>
1818

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Spring Data Commons #
22

3-
[Spring Data Commons](http://www.springsource.org/spring-data/commons) is part of the umbrella Spring Data project that provides shared infrastructure across the Spring Data projects.
3+
[Spring Data Commons](http://projects.spring.io/spring-data-commons) is part of the umbrella Spring Data project that provides shared infrastructure across the Spring Data projects.
44
Most importantly at the moment it contains technology neutral repository interfaces as well as a metadata model for persisting Java classes.
55

66
## Features ##
@@ -19,7 +19,7 @@ This README as well as the [reference documentation](http://static.springsource.
1919

2020
The main project [website](http://www.springsource.org/spring-data) contains links to basic project information such as source code, JavaDocs, Issue tracking, etc.
2121

22-
For more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=27). If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://www.springsource.org/projects).
22+
For more detailed questions, use the [forum](http://forum.spring.io/forum/spring-projects/data/nosql). If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://projects.spring.io).
2323

2424

2525
## Contributing to Spring Data Commons##

src/docbkx/repositories.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ List&lt;User&gt; findByLastname(String lastname, Pageable pageable);</programlis
535535
/&gt;</code> elements inside <code>&lt;repositories /&gt;</code>.
536536
The semantics are exactly equivalent to the elements in Spring's
537537
context namespace. For details, see <ulink
538-
url="http://static.springsource.org/spring/docs/2.5.x/reference/beans.html#beans-scanning-filters"
538+
url="http://docs.spring.io/spring/docs/3.0.x/reference/beans.html#beans-scanning-filters"
539539
vendor="">Spring reference documentation</ulink> on these
540540
elements.</para>
541541

@@ -566,7 +566,7 @@ List&lt;User&gt; findByLastname(String lastname, Pageable pageable);</programlis
566566
configuration of the Spring container, see the reference
567567
documentation.<footnote>
568568
<para>JavaConfig in the Spring reference documentation - <ulink
569-
url="http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/beans.html#beans-java"/></para>
569+
url="http://docs.spring.io/spring/docs/3.1.x/spring-framework-reference/html/beans.html#beans-java"/></para>
570570
</footnote></para>
571571

572572
<para>A sample configuration to enable Spring Data repositories looks
@@ -882,7 +882,7 @@ public class MyRepositoryFactoryBean&lt;R extends JpaRepository&lt;T, I&gt;, T,
882882

883883
<para><footnote>
884884
<para>Spring HATEOAS - <ulink
885-
url="https://github.com/SpringSource/spring-hateoas">https://github.com/SpringSource/spring-hateoas</ulink></para>
885+
url="https://github.com/spring-projects/spring-hateoas">https://github.com/spring-projects/spring-hateoas</ulink></para>
886886
</footnote>In general, the integration support is enabled by using the
887887
<interfacename>@EnableSpringDataWebSupport</interfacename> annotation in
888888
your JavaConfig configuration class.</para>

src/main/resources/changelog.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
Spring Data Commons Changelog
22
=============================
33

4+
Changes in version 1.6.5.RELEASE (2014-03-10)
5+
---------------------------------------------
6+
** Bug
7+
* [DATACMNS-442] - Additional documentation on @NoRepositoryBean annotation for intermediate repository interface.
8+
* [DATACMNS-460] - Support for repository queries returning array type.
9+
* [DATACMNS-462] - Fully initialize collection and map properties.
10+
11+
Changes in version 1.7.0.RELEASE (2014-02-24)
12+
---------------------------------------------
13+
** Bug
14+
* [DATACMNS-432] - ConcurrentModificationException in Repositories.getRepoInfoFor(Repositories.java:183)
15+
* [DATACMNS-436] - Order.ignoreCase not taken into account in equals(), hashCode() and toString()
16+
* [DATACMNS-441] - Analyzing @Query annotated bridge methods lead to NPEs during QueryMethod processing in Java 8
17+
* [DATACMNS-442] - ID type not detected for intermediate repository interface
18+
19+
** Improvement
20+
* [DATACMNS-433] - Add IsLike and IsNotLike
21+
* [DATACMNS-434] - Update spring-data-parent's slf4j dependencies to version 1.7.5
22+
* [DATACMNS-439] - AnnotationRepositoryConfigurationSource support for REGEX
23+
* [DATACMNS-440] - Special map type causes fallback to Object in ParameterizedTypeInformation
24+
* [DATACMNS-446] - Add toString() methods to ClassTypeInformation
25+
26+
** Task
27+
* [DATACMNS-443] - Release 1.7 GA.
28+
* [DATACMNS-444] - DefaultPersistentPropertyPath should drop null path segments in toDotPath(…)
29+
* [DATACMNS-445] - Documentation overhaul
30+
431
Changes in version 1.6.4.RELEASE (2014-02-17)
532
---------------------------------------------
633
** Bug

src/main/resources/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 1.6.4
1+
Spring Data Commons 1.6.5
22
Copyright (c) [2010-2014] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").

src/main/resources/readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Spring Data Commons 1.6.4 (Feb 17th, 2014)
2-
------------------------------------------
1+
Spring Data Commons 1.6.5 (March 10th, 2014)
2+
--------------------------------------------
33

44
Spring Data Commons is released under the terms of the Apache Software License Version 2.0 (see license.txt).
55

@@ -13,5 +13,5 @@ The reference manual and javadoc are located in the 'docs' directory.
1313

1414
ADDITIONAL RESOURCES:
1515

16-
Spring Data Homepage: http://www.springsource.org/spring-data
17-
Spring Data Forum: http://forum.springsource.org/forumdisplay.php?f=??
16+
Spring Data Homepage: http://projects.spring.io/spring-data
17+
Spring Data Forum: http://forum.spring.io/forum/spring-projects/data/nosql

template.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Bundle-SymbolicName: org.springframework.data.core
22
Bundle-Name: Spring Data Commons Core
3-
Bundle-Vendor: SpringSource
3+
Bundle-Vendor: Pivotal Software, Inc.
44
Bundle-ManifestVersion: 2
55
Import-Package:
66
sun.reflect;version="0";resolution:=optional

0 commit comments

Comments
 (0)