1
0
mirror of synced 2026-07-08 03:00:00 +00:00

Compare commits

..

24 Commits

Author SHA1 Message Date
Spring Buildmaster 5f98a8eb55 DATAES-299 - Release version 1.3.6 (Gosling SR6). 2016-09-29 08:05:36 +00:00
Oliver Gierke 980588fd65 DATAES-299 - Prepare 1.3.6 (Gosling SR6). 2016-09-29 09:33:55 +02:00
Oliver Gierke 92aa94fb0b DATAES-299 - Updated changelog. 2016-09-29 09:33:52 +02:00
Oliver Gierke f1c8a19c73 DATAES-296 - After release cleanups. 2016-09-29 09:11:28 +02:00
Spring Buildmaster 0427f99c9a DATAES-296 - Prepare next development iteration. 2016-09-20 14:01:45 +00:00
Spring Buildmaster 65b9f1a638 DATAES-296 - Release version 1.3.5.RELEASE. 2016-09-20 14:01:44 +00:00
Oliver Gierke b0007a74d5 DATAES-296 - Prepare 1.3.5 (Gosling SR5). 2016-09-20 15:29:22 +02:00
Oliver Gierke a6cb7dda2e DATAES-296 - Updated changelog. 2016-09-20 15:29:15 +02:00
Oliver Gierke 9ab92c9c88 DATAES-268 - Updated changelog. 2016-09-20 11:50:46 +02:00
Oliver Gierke 7e01813ec5 DATAES-250 - Updated changelog. 2016-07-28 08:51:57 +02:00
Oliver Gierke 1f7dc37e58 DATAES-251 - Updated changelog. 2016-07-28 08:51:50 +02:00
Oliver Gierke 2c5f43f12e DATAES-249 - Updated changelog. 2016-04-06 23:14:28 +02:00
Oliver Gierke 5fb4542149 DATAES-245 - Updated changelog. 2016-04-06 18:44:40 +02:00
Oliver Gierke 2bbb1d9f71 DATAES-240 - Updated changelog. 2016-03-18 13:22:42 +01:00
Oliver Gierke cb42209c1b DATAES-235 - After release cleanups. 2016-02-23 14:18:17 +01:00
Spring Buildmaster 5a6eabf756 DATAES-235 - Prepare next development iteration. 2016-02-23 04:23:45 -08:00
Spring Buildmaster 7bc9a34c8c DATAES-235 - Release version 1.3.4 (Gosling SR4). 2016-02-23 04:23:45 -08:00
Oliver Gierke 97c279966f DATAES-235 - Prepare 1.3.4 (Gosling SR4). 2016-02-23 12:56:55 +01:00
Oliver Gierke 5b2f36f826 DATAES-235 - Updated changelog. 2016-02-23 12:56:53 +01:00
Oliver Gierke 39593ba7ab DATAES-231 - Updated changelog. 2016-02-12 22:11:13 +01:00
Oliver Gierke 96177eb2fb DATAEST-235 - Fix Surefire test execution order. 2016-02-11 17:30:24 +01:00
Oliver Gierke 9155ebb1e0 DATAES-235 - Tweaked version properties for Gosling SR4. 2016-02-11 17:04:11 +01:00
Oliver Gierke 4fca7a544e DATAES-223 - After release cleanups. 2015-12-18 10:26:35 +01:00
Spring Buildmaster f4eabda897 DATAES-223 - Prepare next development iteration. 2015-12-18 00:55:31 -08:00
3 changed files with 88 additions and 6 deletions
+17 -5
View File
@@ -4,13 +4,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>1.3.2.RELEASE</version>
<version>1.3.6.RELEASE</version>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.7.2.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
<version>1.7.6.RELEASE</version>
</parent>
<name>Spring Data Elasticsearch</name>
@@ -24,7 +23,7 @@
<commonscollections>3.2.1</commonscollections>
<commonslang>2.6</commonslang>
<elasticsearch>1.5.2</elasticsearch>
<springdata.commons>1.11.2.RELEASE</springdata.commons>
<springdata.commons>1.11.6.RELEASE</springdata.commons>
</properties>
@@ -124,7 +123,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.4</version>
<version>1.16.6</version>
<scope>test</scope>
</dependency>
@@ -132,6 +131,19 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useFile>false</useFile>
<includes>
<include>**/*Tests.java</include>
</includes>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
+70
View File
@@ -1,6 +1,76 @@
Spring Data Elasticsearch Changelog
===================================
Changes in version 1.3.6.RELEASE (2016-09-29)
---------------------------------------------
* DATAES-299 - Release 1.3.6 (Gosling SR6).
Changes in version 1.3.5.RELEASE (2016-09-20)
---------------------------------------------
* DATAES-296 - Release 1.3.5 (Gosling SR5).
Changes in version 2.0.3.RELEASE (2016-09-20)
---------------------------------------------
* DATAES-281 - Can't save entity without id setter.
* DATAES-268 - Release 2.0.3 (Hopper SR3).
Changes in version 2.1.0.M1 (2016-07-27)
----------------------------------------
* DATAES-262 - Upgrade Elasticsearch to 2.3.3.
* DATAES-250 - Release 2.1 M1 (Ingalls).
Changes in version 2.0.2.RELEASE (2016-06-15)
---------------------------------------------
* DATAES-251 - Release 2.0.2 (Hopper SR2).
Changes in version 2.0.1.RELEASE (2016-04-06)
---------------------------------------------
* DATAES-249 - Release 2.0.1 (Hopper SR1).
Changes in version 2.0.0.RELEASE (2016-04-06)
---------------------------------------------
* DATAES-245 - Release 2.0 GA (Hopper).
Changes in version 2.0.0.RC1 (2016-03-18)
-----------------------------------------
* DATAES-241 - remove commons-collections dependency and use CollectionUtils from Spring Utils.
* DATAES-240 - Release 2.0 RC1 (Hopper).
* DATAES-238 - ElasticsearchTemplate.prepareUpdate() does not preserve routing parameter which is required for updating child documents.
* DATAES-237 - path-configuration fails to load configs from inside jars.
* DATAES-236 - Clear the search contexts associated with specified scroll id.
* DATAES-234 - CDI support can fail due to Set.toString() used as Map key.
* DATAES-211 - Upgrade to Elasticsearch 2.0.
* DATAES-188 - Source filtering feature Implementation.
* DATAES-124 - ElasticSearchTemplate should expose client.
Changes in version 1.3.4.RELEASE (2016-02-23)
---------------------------------------------
* DATAES-235 - Release 1.3.4 (Gosling SR4).
Changes in version 1.4.0.M1 (2016-02-12)
----------------------------------------
* DATAES-232 - Add code of conduct.
* DATAES-231 - Release 1.4 M1 (Hopper).
* DATAES-230 - Remove unnecessary type check in AbstractElasticsearchRepository.
* DATAES-224 - ElasticsearchTemplate discards newlines in mappings and settings files.
* DATAES-221 - Adapt to changes in Spring Data Commons.
* DATAES-216 - Add support to Indices Boost.
* DATAES-210 - Typo in error message.
* DATAES-209 - Handle dynamic mapping annotation at field level.
* DATAES-194 - Tests should clean up "data" directory.
* DATAES-171 - findByIdNotIn not work.
* DATAES-94 - Bump to support ES 1.2.0.
Changes in version 1.3.2.RELEASE (2015-12-18)
---------------------------------------------
* DATAES-223 - Release 1.3.2 (Gosling).
+1 -1
View File
@@ -1,4 +1,4 @@
Spring Data Elasticsearch 1.3.2
Spring Data Elasticsearch 1.3.6
Copyright (c) [2013-2015] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").