1
0
mirror of synced 2026-08-31 05:04:28 +00:00
Commit Graph

378 Commits

Author SHA1 Message Date
Oliver Gierke 3b4e719a72 DATAES-359 - Prepare 3.0 RC1 (Kay). 2017-07-25 09:48:02 +02:00
Oliver Gierke 82d779a9b9 DATAES-359 - Updated changelog. 2017-07-25 09:47:59 +02:00
Oliver Gierke 465f5d2bda DATAES-358 - Updated changelog. 2017-07-24 22:20:46 +02:00
Artur Konczak 8dfee0a437 DATAES-373 - bump elasticsearch version to 5.5.0 2017-07-21 15:34:39 +01:00
Mohsin Husen a085c064d5 DATAES-274 - prevent NPE in FacetedPageImpl 2017-07-21 10:40:11 +01:00
Mohsin Husen a343bf7109 DATAES-353 - Polishing 2017-07-21 10:39:03 +01:00
Mark Paluch 7dba0441bb DATAES-369 - Polishing.
Fix linebreaks.
2017-07-04 14:36:26 +02:00
Mark Paluch b5bab6b85e DATAES-369 - Adapt to API changes in mapping subsystem. 2017-07-04 14:36:13 +02:00
Mark Paluch eb62540288 DATAES-353 - Prepare 3.0 M4 (Kay). 2017-06-14 17:03:00 +02:00
Mark Paluch 29cf2893cd DATAES-353 - Updated changelog. 2017-06-14 17:02:59 +02:00
Mark Paluch 84842188d2 DATAES-349 - Updated changelog. 2017-06-08 11:56:20 +02:00
Mark Paluch d0c562dc7b DATAES-348 - Updated changelog. 2017-06-07 12:23:37 +02:00
Mohsin Husen f1eb8a5eca DATAES-285 - bump elasticsearch version to 5.4.0 2017-05-31 19:49:26 +01:00
Artur Konczak 089d7746be DATAES-285 - upgrade to elasticsearch 5.x 2017-05-31 19:49:11 +01:00
Mark Paluch 1497261bc0 DATAES-344 - Prepare 3.0 M3 (Kay). 2017-05-09 11:22:12 +02:00
Mark Paluch bbf6f40eb3 DATAES-344 - Updated changelog. 2017-05-09 11:22:10 +02:00
Christoph Strobl 416a3f2baf DATAES-352 - Adapt to API changes in repository interfaces.
We now follow a more consistent naming scheme for the methods in repository that are driven by the following guidelines:

* Methods referring to an identifier now all end on …ById(…).
* Methods taking or returning a collection are named …All(…)

Please see DATACMNS-944 for details.
2017-05-05 00:03:25 +02:00
Mark Paluch 312df33c31 DATAES-350 - Adapt to SimpleTypeHolder changes in Spring Data Commons.
Replace constructor usage with singleton instance.

Related Ticket: DATAES-350.
2017-04-24 10:33:45 +02:00
Oliver Gierke 05a0186d1e DATAES-347 - Updated changelog. 2017-04-19 21:04:25 +02:00
Oliver Gierke 5182dabd88 DATAES-346 - Updated changelog. 2017-04-19 20:01:50 +02:00
Oliver Gierke 14ee378eea DATAES-336 - Updated changelog. 2017-04-19 13:04:12 +02:00
Oliver Gierke 53b6444c9d DATAES-335 - Updated changelog. 2017-04-19 11:50:51 +02:00
Oliver Gierke e15d894232 DATAES-326 - Updated changelog. 2017-04-10 14:31:44 +02:00
Oliver Gierke 311b3c3c00 DATAES-311 - Prepare 3.0 M2 (Kay). 2017-04-04 21:12:02 +02:00
Oliver Gierke e897ba3809 DATAES-311 - Updated changelog. 2017-04-04 21:12:00 +02:00
Mark Paluch 7f995b38f9 DATAES-342 - Adapt to API changes in RepositoryConfigurationExtensionSupport. 2017-03-27 08:47:27 +02:00
Oliver Gierke ff18271917 DATAES-328 - Adapt to API cchanges after Mockito 2.7 upgrade. 2017-03-24 09:44:49 +01:00
Mark Paluch 519a2a11a4 DATAES-328 - Adapt to API changes in Spring Data Commons. 2017-03-24 09:44:49 +01:00
Mark Paluch 5f3bacf950 DATAES-328 - Reduce null usage, use PageRequest.of factory method. 2017-03-24 09:44:49 +01:00
Mark Paluch 4c7dd4939a DATAES-328 - Replace explicit generics with diamond operator. 2017-03-24 09:44:49 +01:00
Mark Paluch 0cada7f374 DATAES-328 - Integrate Data Commons Java 8 upgrade branch. 2017-03-24 09:44:49 +01:00
Oliver Gierke 4cb22f1520 DATAES-327 - Updated changelog. 2017-03-02 11:11:06 +01:00
Mark Paluch 642eabeb9b 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:41:56 +01:00
Mark Paluch cda69367b7 DATAES-325 - Replace references to GenericCollectionTypeResolver with ResolvableType.
Using ResolvableType instead of GenericCollectionTypeResolver that is removed with Spring 5.

Related ticket: SPR-15160.
2017-01-26 14:01:51 +01:00
Oliver Gierke 6bcf3e0b52 DATAES-319 - Updated changelog. 2017-01-26 12:12:40 +01:00
Oliver Gierke 6bb59fd084 DATAES-320 - Updated changelog. 2017-01-26 12:12:09 +01:00
Oliver Gierke 6353881de8 DATAES-304 - Updated changelog. 2016-12-21 19:35:42 +01:00
Oliver Gierke 7470652ef9 DATAES-275 - Updated changelog. 2016-12-21 18:43:06 +01:00
Oliver Gierke 9754d70bfa DATAES-315 - Adapt API in ElasticsearchRepositoryFactoryBean.
Related ticket: DATACMNS-891.
2016-12-15 16:22:17 +01:00
Mark Paluch c8c3e0a5ec 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:13:08 +01:00
Oliver Gierke 1980ccf694 DATAES-306 - Prepare 3.0 M1 (Kay). 2016-11-23 10:35:09 +01:00
Oliver Gierke e0141bcf44 DATAES-306 - Updated changelog. 2016-11-23 10:35:06 +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