Commit Graph
28570 Commits
Author SHA1 Message Date
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
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 24a23c4f72 Disable tests which use Bitnami images
See gh-46983
2025-08-28 13:41:15 +02: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 b6bae9f59b Upgrade to Spring RESTDocs 3.0.5
Closes gh-46919
2025-08-20 12:34:00 +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 c1c3de9ae5 Upgrade to Spring Authorization Server 1.4.5
Closes gh-46692
2025-08-19 21:57:37 +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 aa46a66246 Upgrade to Spring Session 3.4.5
Closes gh-46698
2025-08-19 09:17:34 +02:00
Andy Wilkinson 8da9df180a Correct test for Mongo UUID representation alignment
Closes gh-46859
2025-08-19 07:27:06 +01:00
Stéphane Nicoll 8e3fa0eced Upgrade to Spring Security 6.4.9
Closes gh-46697
2025-08-18 20:40:37 +02:00
Stéphane Nicoll 3e01a73690 Upgrade to Spring Pulsar 1.2.9
Closes gh-46696
2025-08-18 20:40:37 +02:00
Stéphane Nicoll e7bdbcb7f0 Upgrade to Spring Kafka 3.3.9
Closes gh-46870
2025-08-18 20:40:37 +02:00
Stéphane Nicoll 8c2b2db4b7 Upgrade to Jetty Reactive HTTPClient 4.0.11
Closes gh-46882
2025-08-18 20:40:37 +02:00
Stéphane Nicoll de960c72c9 Upgrade to Hibernate 6.6.26.Final
Closes gh-46881
2025-08-18 20:40:33 +02:00
Stefano Cordio c7b659cb7e Replace AssertJ internal APIs with alternative implementations
See gh-46855

Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
2025-08-18 13:57:27 +02:00
Stéphane Nicoll 9f0716d501 Start building against Spring Kafka 3.3.9 snapshots
See gh-46870
2025-08-18 11:43:58 +02:00
Łukasz Jernaś a18df11d91 Fix location of Kotlin configuration metadata samples
See gh-46774

Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
2025-08-18 09:34:27 +02:00
Stéphane Nicoll 863a0f80cc Upgrade to Spring LDAP 3.2.14
Closes gh-46695
2025-08-15 13:51:48 +02:00
Stéphane Nicoll e9da3a91ab Upgrade to Spring Data Bom 2024.1.9
Closes gh-46693
2025-08-15 13:51:48 +02:00
Stéphane Nicoll b51554d340 Upgrade to REST Assured 5.5.6
Closes gh-46848
2025-08-15 13:51:48 +02:00
Stéphane Nicoll 663ef59864 Upgrade to Infinispan 15.0.19.Final
Closes gh-46847
2025-08-15 13:51:44 +02:00
Tommy Ludwig 5d7e06e9c3 Avoid Stream API in performance critical tracing code
Update composite tracing support to remove Stream API calls from
injection and extraction methods which happen on each request.

See gh-46838
2025-08-14 14:41:38 -07:00
Stéphane Nicoll 8861304c0f Upgrade to Netty 4.1.124.Final
Closes gh-46834
2025-08-13 15:30:51 +02:00
Stéphane Nicoll 1a5cba0f39 Upgrade to Jetty 12.0.25
Closes gh-46833
2025-08-13 15:30:47 +02:00
Stéphane Nicoll 97b8ce79f5 Polish "Use LogLevel.log() rather than checking the log level manually"
See gh-46466
2025-08-13 15:00:51 +02:00
Now fa226e890b Use LogLevel.log() rather than checking the log level manually
See gh-46466

Signed-off-by: Now <khj990322@gmail.com>
2025-08-13 15:00:26 +02:00
Stéphane Nicoll 226de5328e Upgrade to Reactor Bom 2024.0.9
Closes gh-46691
2025-08-12 17:13:00 +02:00
Stéphane Nicoll 24d69c5cb8 Upgrade to jOOQ 3.19.25
Closes gh-46807
2025-08-12 17:13:00 +02:00
Johnny Lim edb38f9bf8 Polish
See gh-46785

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-08-12 11:16:32 +02:00
Łukasz Jernaś bb812965f6 Add missing Kotlin Observability examples
See gh-46775

Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
2025-08-12 11:00:56 +02:00
Stéphane Nicoll de83979c7d Upgrade to Micrometer Tracing 1.4.9
Closes gh-46690
2025-08-12 08:55:13 +02:00
Stéphane Nicoll 4f054a158d Upgrade to Micrometer 1.14.10
Closes gh-46689
2025-08-12 08:55:13 +02:00
Stéphane Nicoll 92122e1c24 Upgrade to Hibernate 6.6.25.Final
Closes gh-46777
2025-08-11 16:35:36 +02:00
Stéphane Nicoll bd39a9aebb Polish "Harmonize SslOptions#getCiphers and getEnabledProtocols Javadoc"
See gh-46756
2025-08-11 11:12:19 +02:00
강정훈 Kang Jeonghun 18e03dbae1 Harmonize SslOptions#getCiphers and getEnabledProtocols Javadoc
See gh-46756

Signed-off-by: 강정훈 Kang Jeonghun <ganjisriver18@gmail.com>
2025-08-11 11:11:25 +02:00
Stéphane Nicoll ac73852e87 Polish "Add Kotlin samples for tracing"
See gh-46699
2025-08-11 09:16:55 +02:00
Łukasz Jernaś 1e15cc1ab0 Add Kotlin samples for tracing
See gh-46699

Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
2025-08-11 09:11:02 +02:00
Dmytro Nosan 50202cf1ff Make SpringLiquibaseCustomizer package-private
Prior to this commit, SpringLiquibaseCustomizer had a private modifier,
which breaks Spring AOT.

See gh-46752

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-08-10 16:11:38 +02:00
Stéphane Nicoll 3578ab8768 Upgrade to Jersey 3.1.11
Closes gh-46723
2025-08-08 15:22:58 +02:00
Phillip Webb 742bcc568d Polish 'Fix race condition in OutputCapture'
See gh-46685
2025-08-08 14:02:18 +01:00
Daniel Schmidt 10b8a43291 Fix race condition in OutputCapture
Update `OutputCapture` to fix a race condition that could occur due to the
cache. Prior to this commit, when data was written whilst simultaneously
being read, any subsequent reading of data might miss the last output.

See gh-46685

Signed-off-by: Daniel Schmidt <daniel-github@ad-schmidt.de>
2025-08-08 13:21:43 +01:00
Stéphane Nicoll 815bdc528b Upgrade to Pulsar 3.3.8
Closes gh-46716
2025-08-07 14:58:30 +02:00
Stéphane Nicoll a7eb7b164c Upgrade to MySQL 9.4.0
Closes gh-46715
2025-08-07 14:50:30 +02:00
Stéphane Nicoll 5f314146e6 Upgrade to Jetty 12.0.24
Closes gh-46714
2025-08-07 14:50:30 +02:00
Stéphane Nicoll fd804d0a3d Upgrade to Hibernate Validator 8.0.3.Final
Closes gh-46713
2025-08-07 14:21:05 +02:00
Stéphane Nicoll ded8976cb1 Upgrade to Hibernate 6.6.24.Final
Closes gh-46712
2025-08-07 14:21:01 +02:00
Stéphane Nicoll 69322fe356 Upgrade to Angus Mail 2.0.4
Closes gh-46711
2025-08-07 14:20:57 +02:00