1
0
mirror of synced 2026-05-22 20:23:18 +00:00

2131 Commits

Author SHA1 Message Date
Mark Paluch e4be6d82d5 Release version 5.5.11 (2025.0.11).
See #3256
5.5.11
2026-04-17 14:57:41 +02:00
Mark Paluch 08ea0bb6d9 Prepare 5.5.11 (2025.0.11).
See #3256
2026-04-17 14:57:18 +02:00
Ralph Ursprung aeda13f920 make AOT hints for ELC optional 2026-04-14 18:26:37 +02:00
Ralph Ursprung 270a5e2fca Make AOT hints for ELC optional.
see also opensearch-project/spring-data-opensearch#441

Signed-off-by: Ralph Ursprung <Ralph.Ursprung@avaloq.com>
(cherry picked from commit ffdbea4dba)
(cherry picked from commit 6b3646bcc1)
2026-04-13 18:05:33 +02:00
Mark Paluch de0eadc72b After release cleanups.
See #3246
2026-03-13 11:05:52 +01:00
Mark Paluch 33bf5d505d Prepare next development iteration.
See #3246
2026-03-13 11:05:51 +01:00
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