Commit Graph

17 Commits

Author SHA1 Message Date
Jens Schauder
aa6fccc07e Polishing.
Original pull request #661
See #660
2023-05-04 14:11:58 +02:00
P.J. Meisch
21830b3138 Use Elasticsearch 8.7.0 container in tests. 2023-05-04 14:11:58 +02:00
Christoph Strobl
d52d73f34c Upgrade to Spring 6 and Spring Boot 3.
See #654
2022-12-12 11:15:36 +01:00
Mark Paluch
83cd9e2d5a Polishing.
Use synchronous API for ES test data setup to avoid threading during the bean container startup.

See #636
2022-05-19 11:23:01 -05:00
Mark Paluch
13c0dea55c Switch to Testcontainers for Elasticsearch examples.
See #636
2022-05-19 11:23:01 -05:00
Mark Paluch
8c7e85366c Java 16 migration for Elasticsearch examples.
See #606.
2021-04-30 10:29:35 +02:00
Mark Paluch
ec8557c7da Update copyright years to 2021.
Closes #616
2021-04-27 14:47:20 +02:00
Mark Paluch
43c2d3c784 Polishing.
Refactor sample data into saveAll(…) for easier alignment of data changes across samples.

See #610
Original pull request: #612.
2021-04-13 11:42:23 +02:00
Prakhar Gupta
aa95ff65a8 Use Elasticsearch REST Client instead of Node client.
Closes #610
Original pull request: #612.
2021-04-13 11:42:23 +02:00
Mark Paluch
b5cecf730b Polishing.
Rename AssumeConnection to EnabledOnElasticsearch following the typical design of JUnit 5 EnabledOn… annotation programming model. Enable tests by default if the test element isn't annotated with EnabledOnElasticsearch as we assume that the extension was activated by the parent.

Move EnabledOnElasticsearch into utility project.

See #583
Original pull request: #609
2021-04-08 10:24:57 +02:00
Prakhar Gupta
75b2a08d60 Migrate Elasticsearch examples to JUnit 5.
See #583
Original pull request: #609
2021-04-08 10:24:47 +02:00
Mark Paluch
b6a2754e6a #582 - Adopt to changes in Spring Data Elasticsearch 3.1. 2020-11-19 15:37:39 +01:00
Mark Paluch
104febea4e #509 - Polishing.
Move off deprecated API. Clean up unused gitignore files.
2020-06-16 15:18:27 +02:00
Mark Paluch
d92e7feabc #509 - Favor Spring Boot auto-configuration in Elasticsearch example. 2020-06-16 15:16:29 +02:00
Mark Paluch
f59316b66a #553 - Adapt to Spring Data Elasticsearch. 2020-05-11 10:40:11 +02:00
Mark Paluch
43deb3a262 #555 - Polishing.
Clean up poms for stable builds.
2020-02-27 11:10:33 +01:00
Christoph Strobl
97a4574e84 #497 - Add reactive Spring Data Elasticsearch example. 2019-08-08 19:48:12 +02:00