1480 Commits

Author SHA1 Message Date
Peter-Josef Meisch
8ab84fcc7a
Improve client configuration callbacks.
Original Pull Request #1930 
Closes #1929
2021-09-10 17:20:15 +02:00
Peter-Josef Meisch
7c35e5327e
Fix MappingElasticsearchConverter memory leak.
Original Pull Request #1928
Closes #1924
2021-09-10 16:04:40 +02:00
Peter-Josef Meisch
6941e31ba4
Polishing 2021-09-10 08:29:52 +02:00
Nic Hines
3b8f0c9d56
Change mapping of connectionRequestTimeout to ConnPool leaseTimeout.
Original Pull Request: #1925 
Closes: #1926
2021-09-10 08:10:45 +02:00
Peter-Josef Meisch
64624aec70
Encapsulate client specific aggregation return types.
Original Pull Request #1921
Closes #1920
2021-09-04 13:20:01 +02:00
Peter-Josef Meisch
e71758686c
Fix @Query method implementation for unpaged queries.
Original Pull Request #1919 
Closes #1917
2021-09-03 21:36:57 +02:00
Jade Peng
35c7ef4fed
Correct indexName comment.
Original Pull Request #1916
2021-09-01 20:36:08 +02:00
Peter-Josef Meisch
305d930870
Remove org.elasticsearch dependencies from API classes.
Original Pull Request #1913
Closes #1884
Closes #1885
2021-08-30 21:37:04 +02:00
Daniel Franco
e688fc70e0
Update maven wrapper version to 3.8.2
Original Pull Request #1905
2021-08-26 20:13:19 +02:00
Peter-Josef Meisch
50f2d83442
Upgrade to Elasticsearch 7.13.4.
Original Pull Request #1900
Closes #1896
2021-08-12 20:38:27 +02:00
Jens Schauder
fd3410bb75
After release cleanups.
See #1876
2021-08-12 15:16:23 +02:00
Jens Schauder
325d3f7a09
Prepare next development iteration.
See #1876
2021-08-12 15:16:22 +02:00
Jens Schauder
655db1e362
Release version 4.3 M2 (2021.1.0).
See #1876
4.3.0-M2
2021-08-12 15:03:18 +02:00
Jens Schauder
3eac1bb173
Prepare 4.3 M2 (2021.1.0).
See #1876
2021-08-12 15:02:57 +02:00
Peter-Josef Meisch
36b449c385
Fix NPE on IndexQuery with source and version.
Original Pull Request #1894
Closes #1893
2021-08-06 20:02:13 +02:00
Peter-Josef Meisch
1c8e0e03d3
Make integration tests configurable to use different containers.
Original Pull Request: #1888 
Closes #1882
2021-08-01 19:36:57 +02:00
Peter-Josef Meisch
d80d920a57
Remove changelog shipped with the binaries.
Original Pull Request #1881
Closes #1879
2021-07-24 07:08:16 +02:00
Peter-Josef Meisch
e6869bcdfd
Fix http URL in license header 2021-07-21 08:06:03 +02:00
Peter-Josef Meisch
d2e3ea26b8
Upgrade maven wrapper to use maven 3.8.1.
Original Pull Request #1878
Closes #1877
2021-07-21 07:33:58 +02:00
Sascha Woo
f74dd879df
Move dynamic mapping parameter configuration to @Document and @Field.
Original Pull Request #1872
Closes #1871
2021-07-20 07:51:39 +02:00
Peter-Josef Meisch
3b921b7454
Revert build jdk11 and jdk16 sequentially 2021-07-18 14:03:42 +02:00
Peter-Josef Meisch
fa6f636906
Build jdk11 and jdk16 sequentially 2021-07-18 14:02:07 +02:00
Peter-Josef Meisch
d3e8c9fce5
Polishing. 2021-07-17 19:15:30 +02:00
Frnandu Martinski
d88fb037da
Fix uri encode bug when url path start with '/'.
Original Pull Request #1873 
Closes #1870
2021-07-17 19:09:35 +02:00
Jens Schauder
7c35756923
After release cleanups.
See #1777
2021-07-16 14:19:58 +02:00
Jens Schauder
4f7e7526e3
Prepare next development iteration.
See #1777
2021-07-16 14:19:56 +02:00
Jens Schauder
c470a3d4eb
Release version 4.3 M1 (2021.1.0).
See #1777
4.3.0-M1
2021-07-16 14:09:26 +02:00
Jens Schauder
c79b6d158a
Prepare 4.3 M1 (2021.1.0).
See #1777
2021-07-16 14:08:59 +02:00
Jens Schauder
bf248d78de
Updated changelog.
See #1777
2021-07-16 14:08:52 +02:00
Jens Schauder
8e3d8669ea Updated changelog.
See #1849
2021-07-16 10:48:20 +02:00
Peter-Josef Meisch
039e59d3c2
rename a couple of package private classes to a consistent naming scheme.
Original Pull Request #1869 
Closes #1868
2021-07-14 22:19:39 +02:00
Peter-Josef Meisch
27094724dc
Use registered converters for parameters of @Query annotated methods.
Original Pull Request #1867 
Closes #1866
2021-07-14 19:31:30 +02:00
Peter-Josef Meisch
567bdf21fa
Upgrade to Elasticsearch 7.13.3.
Original Pull Request #1865
Closes #1864
2021-07-12 22:12:11 +02:00
Peter-Josef Meisch
7c340bc9a2
Polishing and documentation. 2021-07-12 21:22:01 +02:00
Sascha Woo
271e1eee0d
Add native support for range field types by using a range object
Original Pull Request #1863
Closes #1862
2021-07-12 20:15:35 +02:00
Peter-Josef Meisch
66d13444aa
Add TestContainers configuration.
Original Pull Request #1861 
Closes #1860
2021-07-05 20:20:11 +02:00
Niklas Herder
6f84a1c589
Support collection parameters in @Query methods.
Original Pull Request #1856 
Closes #1858
2021-07-03 13:42:56 +02:00
Peter-Josef Meisch
112ca59c95
Adapt pull request template. 2021-07-02 18:07:23 +02:00
Sascha Woo
4ce1137b4e
Improve NativeSearchQueryBuilder by adding convenience methods and modifying existing ones.
Original Pull Request #1855 
Closes #1854
2021-07-02 15:47:49 +02:00
Sascha Woo
a16a87f3fa
Add missing hashCode and equals methods to JoinField.
Original Pull Request #1847 
Closes #1846
2021-06-22 20:51:47 +02:00
Mark Paluch
3871d2d073
Updated changelog.
See #1814
2021-06-22 16:07:28 +02:00
Mark Paluch
e80737f76d
Updated changelog.
See #1813
2021-06-22 15:29:54 +02:00
Peter-Josef Meisch
bc4c913a97
Make CompletionField annotation composable.
Original Pull Request #1841
Closes #1836
2021-06-06 21:14:20 +02:00
Peter-Josef Meisch
b515f18b33
Upgrade to Elasticsearch 7.13.1.
Original Pull Request #1840
Closes #1839
2021-06-06 16:55:35 +02:00
Peter-Josef Meisch
38dc7fb0fb
Adapt XNamedContents used by ReactiveElasticsearchClient for missing entries (terms and aggregations).
Original Pull Request #1837 
Closes #1834
2021-06-02 22:08:22 +02:00
Peter-Josef Meisch
6b0c4281a4
Upgrade to Elasticsearch 7.13.0.
Original Pull Request #1832
Closes #1831
2021-05-26 22:34:25 +02:00
Peter-Josef Meisch
44e7ab63b0
Dependency cleanup and minor updates.
Original Pull Request #1829
Closes #1828
2021-05-24 14:47:47 +02:00
Peter-Josef Meisch
67d084beea
Improve integration test time.
Original Pull Request #1827 
Closes #1826
2021-05-24 12:29:53 +02:00
Peter-Josef Meisch
7582617a26
Fix reactive blocking calls.
Original Pull Request #1825 
Closes #1824
2021-05-22 17:16:16 +02:00
Peter-Josef Meisch
e8f73b75ba
Add Blockhound to test setup.
Original Pull Request #1823
Closes #1822
2021-05-21 15:29:08 +02:00