1998 Commits

Author SHA1 Message Date
Peter-Josef Meisch
2fb90621a2
Polishing. 2022-12-23 14:20:56 +01:00
Hao
bc7667fdbc
Update documentation.
Original Pull Request #2400
Closes #2404
2022-12-23 14:19:28 +01:00
Peter-Josef Meisch
2ea568d2e4
Rename QueryBuilders to avoid name clash wih Elasticsearch class.
Original Pull Request #2397
Closes #2390
2022-12-16 20:15:22 +01:00
Peter-Josef Meisch
c460a5f37d
Add update(entity, index) operation.
Original Pull Request #2394
Closes #2385
2022-12-14 08:07:48 +01:00
Peter-Josef Meisch
e1c8a2adeb
Switch reactive unpaged search from scroll to pit with search_after.
Original Pull Request #2393
Closes #1685
2022-12-12 20:23:39 +01:00
Peter-Josef Meisch
014aa3dbf6
Add reactive search batch size option to query.
Original Pull Request #2392
Closes #2061
2022-12-07 13:07:05 +01:00
Peter-Josef Meisch
9446d726bc
Fix NPE in ElasticsearchExceptionTranslator.
Original Pull Request #2389
Closes #2388
2022-12-05 13:13:27 +01:00
Peter-Josef Meisch
1fa6c9f3e5
Support Kotlin Flow as possible return type in repository functions.
Original Pull Request #2387
Closes #2386
2022-12-03 22:46:55 +01:00
Peter-Josef Meisch
3c7ce7413a
Upgrade to Elasticsearch 8.5.2.
Original Pull Request #2382
Closes #2380
2022-11-26 09:24:13 +01:00
Peter-Josef Meisch
f6c6f64f04
Change AliasData filter property to Query.
Original Pull Request #2374
Closes #2073
2022-11-19 19:38:26 +01:00
Peter-Josef Meisch
9f63369c4b
Remove all indices after testing.
Original Pull Request #2373
Closes #2372
2022-11-19 15:12:32 +01:00
Peter-Josef Meisch
bae182b162
Upgrade to Elasticsearch 8.5.1.
Original Pull Request #2370
Closes #2368
2022-11-18 19:53:54 +01:00
Mark Paluch
8db4e430d7
Update CI properties.
See #2367
2022-11-18 15:31:11 +01:00
Mark Paluch
c1de8b1e85
After release cleanups.
See #2336
2022-11-18 14:30:20 +01:00
Mark Paluch
c7b8848afe
Prepare next development iteration.
See #2336
2022-11-18 14:30:19 +01:00
Mark Paluch
0cf1c08d6e
Release version 5.0 GA (2022.0.0).
See #2336
5.0.0
2022-11-18 14:26:23 +01:00
Mark Paluch
81cac1f505
Prepare 5.0 GA (2022.0.0).
See #2336
2022-11-18 14:26:13 +01:00
Peter-Josef Meisch
ab8cbdf4d9
Bulk operations must prefer index set on individual query.
Original Pull Request #2363
Closes #2362
2022-11-15 20:55:21 +01:00
Peter-Josef Meisch
d7e42fcb76
Update documentation.
Original Pull Request #2361
Closes #2360
2022-11-10 21:41:10 +01:00
Tiny
f8ddf16c0c
Update Dynamic.java
Original Pull Request #2357
Closes #2359
2022-11-10 20:09:56 +01:00
Jens Schauder
f79a8016d1
Replace New and Noteworthy with links to release notes.
Closes #2358
See spring-projects/spring-data-relational#1351
2022-11-10 15:24:36 +01:00
Mark Paluch
7d38d6c615
Remove unused test dependencies.
Also, pin CDI version to 3.0.

Closes #2355
2022-11-08 10:23:38 +01:00
Peter-Josef Meisch
ceca98492b
Deprecate ClientLogger.
Original Pull Request #2354
Closes #2353
2022-11-05 17:15:24 +01:00
Mark Paluch
08f86d8c22
After release cleanups.
See #2341
2022-11-04 15:26:39 +01:00
Mark Paluch
487a599bbb
Prepare next development iteration.
See #2341
2022-11-04 15:26:38 +01:00
Mark Paluch
1f4689297e
Release version 5.0 RC2 (2022.0.0).
See #2341
5.0.0-RC2
2022-11-04 15:23:17 +01:00
Mark Paluch
327774b8fa
Prepare 5.0 RC2 (2022.0.0).
See #2341
2022-11-04 15:23:07 +01:00
Peter-Josef Meisch
96c9aa8af6
Remove client specific code.
Original Pull Request #2352
Closes #2351
2022-11-03 20:44:25 +01:00
Peter-Josef Meisch
049bcf504e
Use custom refresh policy in reactive repository with all clients.
Original Pull Request #2350
Closes #2349
2022-11-03 19:49:48 +01:00
Peter-Josef Meisch
744b3ed6b4
Upgrade to Elasticsearch 8.5.0.
Original Pull Request #2348
Closes #2345
Closes #2300
2022-11-03 18:31:48 +01:00
Mark Paluch
5da1994b40
Update CI properties.
See #2341
2022-10-31 10:36:35 +01:00
Peter-Josef Meisch
14ab00f5b8
adapt auditing configuration.
Original Pull Request #2344
Closes #2343
2022-10-30 22:02:45 +01:00
Peter-Josef Meisch
883741e9c1
Remove javax nullability annotations.
Original Pull Request #2342
Closes #2340
2022-10-22 16:07:03 +02:00
Peter-Josef Meisch
e67150a55b
Fix repository methods value converting.
Original Pull Request #2339
Closes #2338
2022-10-19 21:52:49 +02:00
Mark Paluch
f21285d33c
After release cleanups.
See #2298
2022-10-13 17:31:16 +02:00
Mark Paluch
657741cadd
Prepare next development iteration.
See #2298
2022-10-13 17:31:15 +02:00
Mark Paluch
73a6a1214d
Release version 5.0 RC1 (2022.0.0).
See #2298
5.0.0-RC1
2022-10-13 17:24:25 +02:00
Mark Paluch
bf4d730328
Prepare 5.0 RC1 (2022.0.0).
See #2298
2022-10-13 17:24:04 +02:00
Peter-Josef Meisch
03ecc48b09
Escape backslash in StringQuery.
Original Pull Request 
Closes #2326
2022-10-11 22:36:43 +02:00
Peter-Josef Meisch
c05146adce
Upgrade to Elasticsearch 8.4.3.
Original Pull Request #2329
Closes #2323
2022-10-10 20:55:28 +02:00
Peter-Josef Meisch
c59395d36d
Adapt to Junit changes.
Original Pull Request #2325
Closes #2324
2022-10-07 09:00:15 +02:00
Gonçalo Montalvão Marques
ae88ea3506
Fix typos in documentation.
Original Pull Request #2321
Closes #2320
2022-10-06 12:57:48 +02:00
Peter-Josef Meisch
cdb92f6ee4
Enable non-field-backed properties.
Original Pull Request #2319
Closes #1489
2022-10-01 18:02:29 +02:00
Peter-Josef Meisch
5a52d6136f
Fix documentation index.
Original Pull Request #2315
Closes #2299
2022-09-28 22:21:23 +02:00
Peter-Josef Meisch
fb210e338f
Fix copyright year in documentation.
Original Pull Request #2314
Closes #2313
2022-09-27 21:57:43 +02:00
Peter-Josef Meisch
05c6444b71
Internal refactoring stringRepresentation/convertId.
Original Pull Request #2312
Closes #2228
2022-09-27 20:23:33 +02:00
Peter-Josef Meisch
8a1d8deb67
Polishing.
See #2304
2022-09-25 21:43:15 +02:00
puppylpg
b038bbe778
Update document partially by specified entity.
Original Pull Request #2310 
Closes #2304
2022-09-25 21:19:14 +02:00
Peter-Josef Meisch
1396f53fde
Add search extension plugins parameters to NativeQuery.
Original Pull Request #2307
Closes #2150
2022-09-23 19:37:02 +02:00
Peter-Josef Meisch
b4fe01d09b
Adapt to Elasticsearch client fix (ES client issue 286).
Original Pull Request #2306
Closes #2165
2022-09-23 07:41:19 +02:00