Stéphane Nicoll
3bb34894c8
Upgrade to Elasticsearch Client 8.18.6
...
Closes gh-47094
2025-09-06 09:55:54 +02:00
Stéphane Nicoll
5417f7ac34
Start building against Spring Pulsar 1.2.10 snapshots
...
See gh-47093
2025-09-06 09:38:20 +02:00
Stéphane Nicoll
e9a7ec7da8
Start building against Spring Kafka 3.3.10 snapshots
...
See gh-47092
2025-09-06 09:38:16 +02:00
Stéphane Nicoll
4d8270084f
Start building against Spring Integration 6.5.2 snapshots
...
See gh-47091
2025-09-06 09:38:12 +02:00
Stéphane Nicoll
83b7d6e34b
Start building against Spring GraphQL 1.4.2 snapshots
...
See gh-47090
2025-09-06 09:38:08 +02:00
Stéphane Nicoll
fd90e18cf9
Start building against Spring Data Bom 2025.0.4 snapshots
...
See gh-47088
2025-09-06 09:38:00 +02:00
Stéphane Nicoll
d2eca01763
Start building against Spring Batch 5.2.3 snapshots
...
See gh-47087
2025-09-06 09:37:56 +02:00
Stéphane Nicoll
3099405278
Start building against Spring AMQP 3.2.7 snapshots
...
See gh-47086
2025-09-06 09:37:52 +02:00
Stéphane Nicoll
fef00c9f7f
Start building against Reactor Bom 2024.0.10 snapshots
...
See gh-47085
2025-09-06 09:37:48 +02:00
Stéphane Nicoll
d0629d6594
Start building against Micrometer Tracing 1.5.4 snapshots
...
See gh-47084
2025-09-06 09:37:44 +02:00
Stéphane Nicoll
bd90d1266e
Start building against Micrometer 1.15.4 snapshots
...
See gh-47083
2025-09-06 09:37:40 +02:00
Andy Wilkinson
90cc5be79f
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47057
2025-09-05 17:31:40 +01:00
Andy Wilkinson
f28caee30d
Fix NestedJarFile.JarEntryInputStream's available() behavior
...
Previously, available() would return 0 initially and then negative
values once some data head been read. It should be a positive value
(for entries with content) initially a decrease as data is read
reaching zero once an entry's data has been read in its entirety.
This commit initialises the count of the remaining bytes to
be equal to the entry's uncompressed size. It also removes logic
that closes the stream when remaining equals zero upon read or skip.
This condition was not reached before as remaining would become
negative as soon as any data was read or skipped. With the correct
initialization of remaining, the condition is now reached and it
results in test failures due to premature closure. Furthermore, the
javadoc of read and skip do not require the stream to be closed
when the reach end of file.
Closes gh-47056
2025-09-05 17:29:22 +01:00
Moritz Halbritter
85afbc6d82
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47054
2025-09-05 14:14:18 +02:00
Johnny Lim
438df257b5
Polish
...
See gh-47028
Signed-off-by: Johnny Lim <izeye@naver.com >
2025-09-05 14:13:02 +02:00
Andy Wilkinson
ed96ed6e8c
Merge branch '3.4.x' into 3.5.x
...
See gh-47037
2025-09-04 16:01:56 +01:00
Andy Wilkinson
055b0993da
Revert "Remove stale metadata for management.health.influxdb.enabled"
...
This reverts commit 987635972d .
See gh-45747
2025-09-04 16:01:32 +01:00
Andy Wilkinson
19a7331c3e
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47037
2025-09-04 11:03:09 +01:00
Andy Wilkinson
987635972d
Remove stale metadata for management.health.influxdb.enabled
...
The property was deprecated in 3.2 and support removed in 3.4. This
commit updates the metadata to reflect that removal.
Closes gh-45747
2025-09-04 10:58:40 +01:00
Andy Wilkinson
0c9fcd096c
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47035
2025-09-04 09:55:29 +01:00
Andy Wilkinson
11d6c434d9
Test that default max HTTP request header aligns with Tomcat
...
Closes gh-46977
2025-09-04 09:27:44 +01:00
Moritz Halbritter
f50e779942
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47019
2025-09-02 14:53:52 +02:00
Moritz Halbritter
a6afc39956
Polish "Create service connections for image with registry host and without project"
...
See gh-46974
2025-09-02 14:35:19 +02:00
Yanming Zhou
c8d29fd3fe
Create service connections for image with registry host and without project
...
See gh-46974
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com >
2025-09-02 14:30:01 +02:00
Moritz Halbritter
d785a7f26b
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47013
2025-09-01 16:08:50 +02:00
Chanwon-Seo
972ceca8cd
Allow Flyway's Ignore Migration Patterns setting to be an empty string
...
See gh-46984
Signed-off-by: Chanwon-Seo <scwonn60@gmail.com >
2025-09-01 15:56:24 +02:00
Moritz Halbritter
efa806e3b5
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46988
2025-08-28 17:06:18 +02:00
Chanwon-Seo
4d499c3e46
Fix links to Flyway reference documentation
...
See gh-46976
Signed-off-by: Chanwon-Seo <scwonn60@gmail.com >
2025-08-28 17:04:33 +02:00
Moritz Halbritter
4716cb3713
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46986
2025-08-28 16:58:19 +02:00
Yanming Zhou
f547bc27a5
Fix typo
...
See gh-46973
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com >
2025-08-28 16:56:46 +02:00
Moritz Halbritter
6adddb4c09
Merge branch '3.4.x' into 3.5.x
2025-08-28 14:03:16 +02:00
Moritz Halbritter
24a23c4f72
Disable tests which use Bitnami images
...
See gh-46983
2025-08-28 13:41:15 +02:00
Andy Wilkinson
2fa20f3def
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46942
2025-08-22 11:41:50 +01:00
Andy Wilkinson
e595327610
Polish "Clarify Javadoc of Customizer interfaces about overriding behavior"
...
See gh-46938
2025-08-22 11:39:15 +01:00
Seokjae Lee
6e82427ffe
Clarify Javadoc of Customizer interfaces about overriding behavior
...
The previous wording suggested that customizations always retain
default auto-configuration. Rephrased to indicate that configuration
can be fine-tuned, which more accurately reflects that some builder
methods may override or replace defaults.
See gh-46938
Signed-off-by: Seokjae Lee <seok9211@naver.com >
2025-08-22 11:38:34 +01:00
Andy Wilkinson
8af836a428
Upgrade to Spring RESTDocs 3.0.5
...
Closes gh-46920
2025-08-20 12:34:27 +01:00
Andy Wilkinson
b6bae9f59b
Upgrade to Spring RESTDocs 3.0.5
...
Closes gh-46919
2025-08-20 12:34:00 +01:00
Andy Wilkinson
8cb001d4cf
Add CI for Java 25
...
Closes gh-46907
2025-08-20 10:37:35 +01:00
Andy Wilkinson
8ae2e8b83c
Start building against Spring RESTDocs 3.0.5 snapshots
...
See gh-46920
2025-08-20 07:44:58 +01:00
Andy Wilkinson
6381582e3c
Start building against Spring RESTDocs 3.0.5 snapshots
...
See gh-46919
2025-08-20 07:44:01 +01:00
Stéphane Nicoll
9b708181fd
Upgrade to Spring Authorization Server 1.5.2
...
Closes gh-46704
2025-08-19 21:57:41 +02:00
Stéphane Nicoll
c1c3de9ae5
Upgrade to Spring Authorization Server 1.4.5
...
Closes gh-46692
2025-08-19 21:57:37 +02:00
Stéphane Nicoll
27bce06caa
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46909
2025-08-19 16:35:21 +02:00
Stéphane Nicoll
375b0b89f1
Polish contribution
...
See gh-46877
2025-08-19 16:33:29 +02:00
Tommy Karlsson
249620246f
Improve Hazelcast health indicator to check that Hazelcast is running
...
This commit improves the Hazelcast health indicator to fail if the
Lifecycle manager indicates that the instance is no longer running.
This is needed because when the default Out-Of-Memory handler in
Hazelcast detects a OOM error, and terminates Hazelcast, it does so on
the node but not via the Hazelcast lifecycle manager - and the results
is that it is still possible to successfully execute transactions in
Hazelcast after this termination. The health indicator should not report
UP after Hazelcast has detected an OOM and terminated itself.
See gh-46877
Signed-off-by: Tommy Karlsson <tommy.karlsson@leovegas.com >
2025-08-19 16:32:22 +02:00
Stéphane Nicoll
46848adcfe
Upgrade to Spring Session 3.5.2
...
Closes gh-46710
2025-08-19 10:29:11 +02:00
Andy Wilkinson
c13a47e8cc
Upgrade Gradle 9 versions used in compatibility tests
...
Gradle 9.1 will deprecate support for declaring dependencies using
a map. To adapt to this, a handful of tests have been updated to
use single-string notation instead.
Closes gh-46902
2025-08-19 08:40:43 +01:00
Stéphane Nicoll
aa46a66246
Upgrade to Spring Session 3.4.5
...
Closes gh-46698
2025-08-19 09:17:34 +02:00
Andy Wilkinson
7fd38efdf1
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46891
2025-08-19 07:34:49 +01:00
Andy Wilkinson
8da9df180a
Correct test for Mongo UUID representation alignment
...
Closes gh-46859
2025-08-19 07:27:06 +01:00