2050 Commits

Author SHA1 Message Date
Mark Paluch
e1537087bf
After release cleanups.
See #2874
2024-04-12 10:53:00 +02:00
Mark Paluch
8eecbe6a32
Prepare next development iteration.
See #2874
2024-04-12 10:52:59 +02:00
Mark Paluch
c79fe303db
Release version 5.3 RC1 (2024.0.0).
See #2874
5.3.0-RC1
2024-04-12 10:50:42 +02:00
Mark Paluch
b507abe327
Prepare 5.3 RC1 (2024.0.0).
See #2874
2024-04-12 10:50:27 +02:00
Peter-Josef Meisch
bec3beb1eb
Upgrade to Elasticsearch 8.13.2.
Original Pull Request #2893
Closes #2891
2024-04-11 20:11:55 +02:00
Peter-Josef Meisch
1d709f6c55
Code cleanup.
Original Pull Request #2890
Closes #2888
2024-04-09 23:24:30 +02:00
Peter-Josef Meisch
0beca99912
Update README.adoc 2024-04-02 17:32:55 +02:00
Peter-Josef Meisch
6d51e67948
Introduce MappingConversionException.
Original Pull Request #2882
Closes #2879
2024-03-31 19:27:05 +02:00
Seungheon Han
0a51dbab01
Correcting a typo in ElasticsearchAotPredicates class.
Original Pull Request #2881
Closes #2880
2024-03-30 10:36:07 +01:00
Peter-Josef Meisch
c96423d5ba
Polishing. 2024-03-26 19:53:14 +01:00
Aouichaoui Youssef
496b8d62a4
Support Delete by query with es parameters.
Original Pull Request #2875
Closes #2865
2024-03-26 19:18:26 +01:00
Peter-Josef Meisch
d2b3ba94f6
Nullability annotation cleanup. 2024-03-25 19:51:30 +01:00
Peter-Josef Meisch
33973ec839
Polishing. 2024-03-24 18:46:04 +01:00
Peter-Josef Meisch
7f178238db
Add environment variable to skip repository initialization.
Original Pull Request #2878
Closes #2876
2024-03-24 17:37:11 +01:00
mawen12
aa27bbec27
Remove unnecessary code.
Original Pull Request #2870
Closes #2869
2024-03-15 13:45:59 +01:00
Mark Paluch
bd6b6e92f4
After release cleanups.
See #2851
2024-03-15 11:09:58 +01:00
Mark Paluch
87eb36a995
Prepare next development iteration.
See #2851
2024-03-15 11:09:57 +01:00
Mark Paluch
41cab97f78
Release version 5.3 M2 (2024.0.0).
See #2851
5.3.0-M2
2024-03-15 11:07:31 +01:00
Mark Paluch
f4d2ff7a99
Prepare 5.3 M2 (2024.0.0).
See #2851
2024-03-15 11:07:10 +01:00
Peter-Josef Meisch
9472161808
Add package-info.java files. 2024-03-05 20:03:42 +01:00
Peter-Josef Meisch
debf04b499
Fix setting setting id in bulkrequest.
Original Pull Request #2862
Closes #2861
2024-02-28 20:58:43 +01:00
Aouichaoui Youssef
205d74b6db
Implement the equals and hashCode contracts for Field.
Original Pull Request #2859
Closes #2858
2024-02-26 20:57:17 +01:00
Aouichaoui Youssef
7a8a9a15f1
Wrap the OrCriteria correctly.
Original Pull Request #2855
Closes #2854
2024-02-26 20:05:03 +01:00
Peter-Josef Meisch
c965862e82
Polishing. 2024-02-26 19:07:53 +01:00
puppylpg
6af099ea34
Add SpEL support for highlight query and source filter.
Original Pull Request #2853
Closes #2852
2024-02-26 18:59:47 +01:00
Peter-Josef Meisch
96185f94ef
Upgrade to Elasticsearch 8.12.2.
Original Pull Request #2856
Closes #2836
2024-02-24 12:49:06 +01:00
Christoph Strobl
ca85729ea4
After release cleanups.
See #2772
2024-02-16 14:41:25 +01:00
Christoph Strobl
f9d01df6f7
Prepare next development iteration.
See #2772
2024-02-16 14:41:24 +01:00
Christoph Strobl
d16951eace
Release version 5.3 M1 (2024.0.0).
See #2772
5.3.0-M1
2024-02-16 14:37:38 +01:00
Christoph Strobl
e1730ea7cc
Prepare 5.3 M1 (2024.0.0).
See #2772
2024-02-16 14:37:01 +01:00
Peter-Josef Meisch
0f5497338a
Add support for field aliases in the index mapping.
Original Pull Request #2847
Closes #2845
2024-02-07 20:26:17 +01:00
Peter-Josef Meisch
e9ecebd9ef
Fix criteria filter in native query.
Original Pulle Request #2846
Closes #2840
2024-02-06 20:56:41 +01:00
Peter-Josef Meisch
9a3f5dc4f5
Update elasticsearch-new.adoc 2024-02-01 07:11:45 +01:00
Peter-Josef Meisch
6390aaa739
Polishing. 2024-01-31 20:43:26 +01:00
puppylpg
b391a4e844
Unify conversion services for value replacement when querying elasticsearch.
Original Pull Request #2834
Closes #2833
2024-01-31 20:08:04 +01:00
Peter-Josef Meisch
0a1e20579e
Fix store null values implementation.
Original Pull Request #2841
Closes #2839
2024-01-31 15:28:49 +01:00
Mark Paluch
1f75016977
Refine Artifactory build name.
See #2772
2024-01-31 15:13:28 +01:00
Eric Haag
3878540394
Update Revved up by Develocity badge.
Original Pull Request #2835
2024-01-23 21:11:46 +01:00
Peter-Josef Meisch
957fe0531f
Remove deprecated code; add arch unit tests.
Original Pull Request #2832
Closes #2831
2024-01-19 21:51:12 +01:00
Peter-Josef Meisch
460b4ac0f5
Polishing. 2024-01-19 19:38:56 +01:00
puppylpg
e1a2412651
Add support for SpEL in @Query.
Original Pull Request #2826
Closes #2083
2024-01-19 19:19:03 +01:00
Peter-Josef Meisch
c6041fb659
Upgrade to Elasticsearch 8.11.4.
Original Pull Request #2830
Closes #2828
2024-01-19 07:36:30 +01:00
Peter-Josef Meisch
8f745b19d1
Upgrade to Elasticsearch 8.11.3.
Original Pull Request #2822
Closes #2820
2024-01-06 17:06:17 +01:00
Mark Paluch
c16024d779
Extend license header copyright years to 2024.
See #2819
2024-01-02 14:42:08 +01:00
Peter-Josef Meisch
af1d2dd641
fix typo 2023-12-30 17:04:29 +01:00
Peter-Josef Meisch
06ede8d7ae
documentation update 2023-12-30 16:18:21 +01:00
puppylpg
1554c3c94f
Support multi search template API.
Original Pull Request #2807
Closes #2704
2023-12-30 16:10:36 +01:00
Peter-Josef Meisch
260dadd4d6
Make org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate.ClientCallback public.
Original Pull Request #2815
Closes #2814
2023-12-29 12:44:54 +01:00
Junghoon Ban
b78588eec5
Remove duplicate declaration of identifying type for repository.
Original Pull Request #2813
Closes #2812
2023-12-28 13:59:25 +01:00
Peter-Josef Meisch
b0c97ccf27
Polishing 2023-12-28 13:53:42 +01:00