1
0
mirror of synced 2026-09-12 10:55:03 +00:00
Commit Graph

360 Commits

Author SHA1 Message Date
Mark Paluch df93e2aa88 DATAES-349 - Prepare 2.1.4 (Ingalls SR4). 2017-06-08 10:56:03 +02:00
Mark Paluch 29a52c4f36 DATAES-349 - Updated changelog. 2017-06-08 10:56:02 +02:00
Mark Paluch 74b2d46029 DATAES-348 - Updated changelog. 2017-06-07 12:23:38 +02:00
Mark Paluch 8af517e611 DATAES-344 - Updated changelog. 2017-05-09 11:36:17 +02:00
Oliver Gierke 05bace213b DATAES-347 - Updated changelog. 2017-04-19 21:04:27 +02:00
Oliver Gierke a6dc02aa51 DATAES-346 - Prepare 2.1.3 (Ingalls SR3). 2017-04-19 19:32:02 +02:00
Oliver Gierke 5a3a49cc3e DATAES-346 - Updated changelog. 2017-04-19 19:31:58 +02:00
Oliver Gierke f1559d3b55 DATAES-336 - Updated changelog. 2017-04-19 13:04:14 +02:00
Oliver Gierke 2c7d8c6f61 DATAES-335 - Prepare 2.1.2 (Ingalls SR2). 2017-04-19 10:10:48 +02:00
Oliver Gierke 05c9804d16 DATAES-335 - Updated changelog. 2017-04-19 10:10:44 +02:00
Oliver Gierke c72eaa79e9 DATAES-311 - Updated changelog. 2017-04-10 14:33:12 +02:00
Oliver Gierke 399611d68a DATAES-326 - Updated changelog. 2017-03-02 16:57:55 +01:00
Oliver Gierke 686921c46e DATAES-327 - Prepare 2.1.1 (Ingalls SR1). 2017-03-02 09:33:29 +01:00
Oliver Gierke d1e11ef5f9 DATAES-327 - Updated changelog. 2017-03-02 09:33:11 +01:00
Mark Paluch c0ef590038 DATAES-329 - Remove references to Assert single-arg methods.
Replace references to Assert single-arg methods with references to methods accepting the test object and message.

Related ticket: SPR-15196.
2017-02-02 08:42:56 +01:00
Oliver Gierke 692142ea65 DATAES-319 - Updated changelog. 2017-01-26 12:08:53 +01:00
Oliver Gierke 344f439778 DATAES-320 - Prepare 2.1 GA (Ingalls). 2017-01-26 10:26:36 +01:00
Oliver Gierke ea07d697ad DATAES-320 - Updated changelog. 2017-01-26 10:26:34 +01:00
Oliver Gierke 3c2894e45d DATAES-304 - Updated changelog. 2016-12-21 19:35:39 +01:00
Oliver Gierke 812e202f15 DATAES-275 - Prepare 2.1 RC1 (Ingalls). 2016-12-21 16:15:48 +01:00
Oliver Gierke bf4cadbdd8 DATAES-275 - Updated changelog. 2016-12-21 16:15:44 +01:00
Oliver Gierke 200f1771d5 DATAES-315 - Adapt API in ElasticsearchRepositoryFactoryBean.
Related ticket: DATACMNS-891.
2016-12-15 15:25:17 +01:00
Mark Paluch b83a097892 DATAES-313 - Register ElasticsearchRepositoryFactory in spring.factories.
This is required for the switch in support for multi-store detection.

Related ticket: DATACMNS-952.
2016-12-06 09:12:53 +01:00
Oliver Gierke 6d08e92117 DATAES-306 - Updated changelog. 2016-11-23 13:52:48 +01:00
Oliver Gierke fce9c1fd60 DATAES-300 - Updated changelog. 2016-11-03 18:56:50 +01:00
Oliver Gierke 42ba51546e DATAES-297 - Updated changelog. 2016-09-29 14:42:13 +02:00
Oliver Gierke 8df87b3268 DATAES-299 - Updated changelog. 2016-09-29 11:42:11 +02:00
Oliver Gierke bc3c2dc12c DATAES-296 - Updated changelog. 2016-09-21 08:10:37 +02:00
Oliver Gierke 5483564f08 DATAES-268 - Updated changelog. 2016-09-21 08:10:35 +02:00
Artur Konczak db3174dbbe DATAES-289 - added groovy plugin for ES2.4 2016-09-01 12:42:01 +01:00
Oliver Gierke 896fbbebc8 DATAES-289 - Upgraded to Elasticsearch 2.4.
Upgraded to Elasticsearch 2.4 as version before that are not compatiblewith Jackson 2.8 [0].

Removed the now unsupported Groovy plugin registration way and added groovy-lang as test scope dependency but had to disable the only Groovy related test as it seems to be unclear how to activate the Groovy plugin in an embedded Elasticsearch server [1].

[0] https://github.com/elastic/elasticsearch/issues/20089
[1] https://discuss.elastic.co/t/after-upgrade-from-es-2-1-1-to-es-2-2-0-groovy-scripting-is-broken/40977
2016-09-01 13:26:03 +02:00
Artur Konczak 7a95cb64a8 DATAES-260 added missing test 2016-08-22 00:31:40 +01:00
Pavel Luhin 2718be7c07 DATAES-260 - StacOverflow when two reverse relationship.
Ignore fields based on parent ignore list
2016-08-21 22:37:37 +01:00
Artur Konczak c7dfd2131e DATAES-228 - clean up 2016-08-21 00:33:39 +01:00
Mark Janssen 2b60128390 DATAES-228 Fix id handling for indexing
When an id is set in the IndexQuery object, use it without requiring an
@Document annotation. When it is not, try to resolve it from the object
when it has @Document and @Id annotations.
2016-08-21 00:23:14 +01:00
Artur Konczak 53b587101d DATAES-163 - Modified tests to work with new version of spring-data-elasticsearch base on ES2.x 2016-08-20 23:50:16 +01:00
Gad Akuka 063d8ed983 DATAES-163 - Add support for UUID as primary key
Add support for UUID as primary key

Add tests for support of UUID as primary key
2016-08-20 23:50:16 +01:00
Oliver Gierke 7113c7ac66 DATAES-281 - Polishing.
Added unit test for change in DefaultResultMapperTests. Tweaked and simplified integration tests.

Make use of IdentifierAccessor in ElasticsearcTemplate.getPersistentEntityId(…). Added missing generics in DefaultResultMapper.

Removed unused imports, fixed copyright ranges, authors.

Original pull request: #156.
2016-08-20 10:08:21 +02:00
Young Gu 7e736a6271 DATAES-281 - Setting identifier values now uses PersistentPropertyAccessor API.
DefaultResultMapper and ElasticsearchTemplate now use the PersistentPropertyAccessor API to set identifier values on objects instead of using reflection.

Original pull request: #156.
2016-08-20 09:59:08 +02:00
Oliver Gierke a3a6f9cc67 DATAES-250 - Prepare 2.1 M1 (Ingalls). 2016-07-27 13:51:38 +02:00
Oliver Gierke ecc62cc1b4 DATAES-250 - Updated changelog. 2016-07-27 13:51:36 +02:00
Zsombor Gegesy edfca24527 DATAES-264 - Make available the entity class of the repository so generic code can be written more easily. 2016-06-24 14:49:05 +01:00
Artur Konczak 392a87ab0a DATAES-180 - added faceted page back powered by aggregation 2016-06-24 11:56:38 +01:00
Artur Konczak 6ffac62b3e DATAES-180 - clean up 2016-06-24 11:56:38 +01:00
Petar Tahchiev fd06f8efd7 Created AggregatedPage to hold the Aggregations
Create AggregatedPage and populate it in the DefaultResultMapper.
2016-06-24 11:56:37 +01:00
Oliver Gierke 8c77d314aa DATAES-251 - Updated changelog. 2016-06-15 14:31:50 +02:00
Artur Konczak f569b0348a DATAES-262 - Upgrade elasticsearch to 2.3.3 2016-06-14 15:51:07 +01:00
Oliver Gierke 6c0272880a DATAES-249 - Updated changelog. 2016-04-06 23:14:28 +02:00
Oliver Gierke d9e66aa532 DATAES-245 - Prepare 2.0 GA (Hopper). 2016-04-06 16:34:47 +02:00
Oliver Gierke 5094482b6c DATAES-245 - Updated changelog. 2016-04-06 16:34:42 +02:00