Mark Paluch
9667d10933
Release version 5.5.10 (2025.0.10).
...
See #3246
5.5.10
2026-03-13 11:02:46 +01:00
Mark Paluch
008074118a
Prepare 5.5.10 (2025.0.10).
...
See #3246
2026-03-13 11:02:24 +01:00
Mark Paluch
94b0d04d70
Update GitHub action branch triggers.
...
See #3246
2026-02-20 17:50:09 +01:00
Mark Paluch
6f9f12e348
Refine Antora-build.
...
See spring-projects/spring-data-build#2797
2026-02-20 17:17:42 +01:00
Mark Paluch
1b4ec95616
Update GitHub action branch triggers.
...
See #3246
2026-02-19 14:46:59 +01:00
Christoph Strobl
f409e3ced3
Remove obsolete CI configuration.
...
See spring-projects/spring-data-build#2764
2026-02-16 16:42:57 +01:00
Mark Paluch
d1b80ac7f4
Add GitHub actions.
...
See spring-projects/spring-data-build#2764
2026-02-16 16:42:30 +01:00
noel1155
3c264913b5
Fix error propagation in AbstractReactiveElasticsearchTemplate:save()
...
Previously, errors occurring during the saveAll operation within the reactive save method were swallowed because the inner subscriber did not have an error handler. This caused the Flux to hang indefinitely instead of terminating with an error.
This commit adds an error handler to the inner subscriber that:
1. Cancels the upstream subscription to prevent further processing.
2. Propagates the error to the sink, allowing the caller to receive the error signal.
3. Updates the map operation to return the entity for better debugging capability.
Signed-off-by: Noel F <noel@Noels-MacBook-Pro.local >
* Add test for error propagation in reactive Flux save operations
This test verifies that errors occurring during saveAll operations
with a Flux are properly propagated to the subscriber instead of
being swallowed. The test creates a Flux that emits valid entities
followed by an error, and confirms the error reaches the caller.
Signed-off-by: Noel F <noel@Noels-MacBook-Pro.local >
* undo format fixes
Signed-off-by: Noel F <noel@Noels-MacBook-Pro.local >
* Update error propagation test: expect 0 entities before error due to race condition
The manual subscriber's onError fires before in-flight saveAll can push
results through tryEmitNext, so the caller sees 0 entities before the error.
Updated test expectation and added clarifying comment.
Signed-off-by: Noel F <noel@Noels-MacBook-Pro.local >
---------
Signed-off-by: Noel F <noel@Noels-MacBook-Pro.local >
Co-authored-by: xylos19 <noel@Noels-MacBook-Pro.local >
Closes #3233
(cherry picked from commit 0c1f5369df )
(cherry picked from commit 911d80e77e )
2026-02-15 08:45:29 +01:00
Mark Paluch
e1d40ded31
After release cleanups.
...
See #3225
2026-02-13 11:58:25 +01:00
Mark Paluch
c824179773
Prepare next development iteration.
...
See #3225
2026-02-13 11:58:24 +01:00
Mark Paluch
10b43450d5
Release version 5.5.9 (2025.0.9).
...
See #3225
5.5.9
2026-02-13 11:55:51 +01:00
Mark Paluch
26e7d37a7a
Prepare 5.5.9 (2025.0.9).
...
See #3225
2026-02-13 11:55:34 +01:00
Mark Paluch
86fc1294d5
Update CI Properties.
...
See #3225
2026-02-11 10:10:35 +01:00
Mark Paluch
1f2dbb0505
Update CI Properties.
...
See #3225
2026-01-28 10:40:40 +01:00
Christoph Strobl
2c9ff93d11
After release cleanups.
...
See #3213
2026-01-16 09:51:39 +01:00
Christoph Strobl
da0e859d1f
Prepare next development iteration.
...
See #3213
2026-01-16 09:51:38 +01:00
Christoph Strobl
0abb2cd979
Release version 5.5.8 (2025.0.8).
...
See #3213
5.5.8
2026-01-16 09:48:00 +01:00
Christoph Strobl
c8c052c6ff
Prepare 5.5.8 (2025.0.8).
...
See #3213
2026-01-16 09:47:36 +01:00
Mark Paluch
8aa90425a7
Add Readme templates.
...
See spring-projects/spring-data-build#2758
2026-01-12 15:27:21 +01:00
Mark Paluch
1ad6542204
Extend license header copyright years to present.
...
See #3222
2026-01-05 08:46:00 +01:00
Mark Paluch
01474cd713
After release cleanups.
...
See #3196
2025-12-12 11:45:24 +01:00
Mark Paluch
d621431516
Prepare next development iteration.
...
See #3196
2025-12-12 11:45:22 +01:00
Mark Paluch
6faa70b0b2
Release version 5.5.7 (2025.0.7).
...
See #3196
5.5.7
2025-12-12 11:42:28 +01:00
Mark Paluch
0bcbc45373
Prepare 5.5.7 (2025.0.7).
...
See #3196
2025-12-12 11:42:06 +01:00
Mark Paluch
79321965f8
Update CI Properties.
...
See #3196
2025-12-10 08:34:38 +01:00
Mark Paluch
e1f81f0c42
Add docker-java.properties.
...
See spring-projects/spring-data-build#2726
2025-12-04 09:00:50 +01:00
Mark Paluch
983e0e552c
After release cleanups.
...
See #3185
2025-11-14 11:33:16 +01:00
Mark Paluch
d9028609a8
Prepare next development iteration.
...
See #3185
2025-11-14 11:33:15 +01:00
Mark Paluch
3e2b114c5d
Release version 5.5.6 (2025.0.6).
...
See #3185
5.5.6
2025-11-14 11:30:08 +01:00
Mark Paluch
6662e29aa5
Prepare 5.5.6 (2025.0.6).
...
See #3185
2025-11-14 11:29:46 +01:00
Mark Paluch
0b9cfca28f
Update Update security documentation.
...
See #3185
2025-11-14 10:43:24 +01:00
Christoph Strobl
f985e1efe5
After release cleanups.
...
See #3170
2025-10-17 11:39:06 +02:00
Christoph Strobl
8f6fca5b43
Prepare next development iteration.
...
See #3170
2025-10-17 11:39:05 +02:00
Christoph Strobl
0471b54d3b
Release version 5.5.5 (2025.0.5).
...
See #3170
5.5.5
2025-10-17 11:34:13 +02:00
Christoph Strobl
1302c14920
Prepare 5.5.5 (2025.0.5).
...
See #3170
2025-10-17 11:33:06 +02:00
Peter-Josef Meisch
66894a5b0e
Upgrade to Elasticsearch 8.18.8.
...
Original Pull Request #3183
Closes #3181
Signed-off-by: Peter-Josef Meisch <pj.meisch@sothawo.com >
2025-10-17 00:09:34 +02:00
Peter-Josef Meisch
00c99852fa
Fix string comparison in TypeUtils.
...
Original Pull Request #3177
Closes #3176
Signed-off-by: Peter-Josef Meisch <pj.meisch@sothawo.com >
(cherry picked from commit 0e1a97a27a )
2025-10-03 10:51:43 +02:00
Mark Paluch
4152378d32
Update GitHub Actions.
...
See #3170
2025-09-23 10:51:47 +02:00
Peter-Josef Meisch
3fca4e8be3
Adjust test to slower performance of build machines in Jenkins
...
Signed-off-by: Peter-Josef Meisch <pj.meisch@sothawo.com >
(cherry picked from commit 5529af8f76 )
2025-09-20 20:42:54 +02:00
Peter-Josef Meisch
91f3393abc
Speedup Criteria hashcode calculation
...
Original Pull Request #3172
Closes #3083
Signed-off-by: Peter-Josef Meisch <pj.meisch@sothawo.com >
(cherry picked from commit c0dd082f4e )
2025-09-20 19:52:33 +02:00
Christoph Strobl
eee009fc18
After release cleanups.
...
See #3153
2025-09-12 11:45:34 +02:00
Christoph Strobl
e394464724
Prepare next development iteration.
...
See #3153
2025-09-12 11:45:33 +02:00
Christoph Strobl
47815a69fb
Release version 5.5.4 (2025.0.4).
...
See #3153
5.5.4
2025-09-12 11:41:39 +02:00
Christoph Strobl
01ca42fd2e
Prepare 5.5.4 (2025.0.4).
...
See #3153
2025-09-12 11:41:09 +02:00
Mark Paluch
604c88b6a4
Polishing.
...
Update project metadata, add PJ as project lead (long overdue).
See #3154
2025-09-12 11:39:50 +02:00
Peter-Josef Meisch
ed05313b17
Upgrade to Elasticsearch 8.18.6.
...
Original Pull Request #3164
Closes #3160
Signed-off-by: Peter-Josef Meisch <pj.meisch@sothawo.com >
2025-08-31 17:05:14 +02:00
Mark Paluch
822843a93a
Refine version properties for documentation build.
...
See spring-projects/spring-data-build#2638
2025-08-18 09:16:40 +02:00
Mark Paluch
7f7731acdc
After release cleanups.
...
See #3134
2025-08-15 10:04:17 +02:00
Mark Paluch
a0ee571cc7
Prepare next development iteration.
...
See #3134
2025-08-15 10:04:16 +02:00
Mark Paluch
5bbccbf9d0
Release version 5.5.3 (2025.0.3).
...
See #3134
5.5.3
2025-08-15 10:01:35 +02:00