Commit Graph

54161 Commits

Author SHA1 Message Date
Stéphane Nicoll b46006b227 Merge pull request #46941 from dependabot[bot]
* pr/46941:
  Bump brace-expansion in /antora

Closes gh-46941
2025-08-23 08:52:56 +02:00
dependabot[bot] 92321b16a0 Bump brace-expansion in /antora
Bumps  and [brace-expansion](https://github.com/juliangruber/brace-expansion). These dependencies needed to be updated together.

Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2)

Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 2.0.2
  dependency-type: indirect
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

See gh-46941

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-23 08:50:51 +02:00
Andy Wilkinson b7282c00ae Merge pull request #46938 from doljae
* gh-46938:
  Polish "Clarify Javadoc of Customizer interfaces about overriding behavior"
  Clarify Javadoc of Customizer interfaces about overriding behavior

Closes gh-46938
2025-08-22 11:40:41 +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 4679579800 Merge pull request #46936 from dependabot[bot]
* gh-46936:
  Bump sha.js from 2.4.11 to 2.4.12 in /antora

Closes gh-46936
2025-08-22 10:59:42 +01:00
dependabot[bot] d4b37a70ed Bump sha.js from 2.4.11 to 2.4.12 in /antora
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12.
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/sha.js/compare/v2.4.11...v2.4.12)

---
updated-dependencies:
- dependency-name: sha.js
  dependency-version: 2.4.12
  dependency-type: indirect
...

See gh-46936

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-22 10:59:17 +01:00
Moritz Halbritter 4cb8c8a1b9 Next development version (v3.4.10-SNAPSHOT) 2025-08-21 10:29:42 +02:00
Stéphane Nicoll 47b06322d3 Merge pull request #46927 from izeye
* pr/46927:
  Adapt checkstyle rules for 3.4.x
  Remove redundant suppressions from Checkstyle configuration

Closes gh-46927
2025-08-21 07:32:01 +02:00
Stéphane Nicoll 8b71458025 Adapt checkstyle rules for 3.4.x
See gh-46927
2025-08-21 07:31:40 +02:00
Johnny Lim fb99badf16 Remove redundant suppressions from Checkstyle configuration
See gh-46927

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-08-21 07:31:23 +02:00
Andy Wilkinson b6bae9f59b Upgrade to Spring RESTDocs 3.0.5
Closes gh-46919
2025-08-20 12:34:00 +01:00
Andy Wilkinson ec09196137 Merge pull request #46914 from nicolasgarea
* gh-46914:
  Remove redundant suppressions
  Remove duplicate suppression in Checkstyle configuration

Closes gh-46914
2025-08-20 08:44:20 +01:00
Andy Wilkinson 25c29b52b8 Remove redundant suppressions
See gh-46914
2025-08-20 08:44:13 +01:00
Nicolas Garea 4c76392255 Remove duplicate suppression in Checkstyle configuration
See gh-46914

Signed-off-by: Nicolas Garea <nicogareacidre@gmail.com>
2025-08-20 08:44:04 +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
Andy Wilkinson 2a628d0422 Upgrade to Spring Boot Release Verification 0.0.14
Closes gh-46911
2025-08-19 16:19:50 +01:00
Stéphane Nicoll e1db00b411 Merge pull request #46877 from tommyk-gears
* pr/46877:
  Polish contribution
  Improve Hazelcast health indicator to check that Hazelcast is running

Closes gh-46877
2025-08-19 16:35:15 +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
Stéphane Nicoll d9a94c569f Merge pull request #46822 from nosan
* pr/46822:
  Polish ArchitectureCheckTests

Closes gh-46822
2025-08-18 14:02:11 +02:00
Dmytro Nosan bb8e884999 Polish ArchitectureCheckTests
Prior to this commit, it wasn't possible to write a test to verify that
a specific ArchRule applied only to a specific SourceSet.

This PR rewrites `ArchitectureCheckTests` to support different sources
and also adds functionality to configure the plugin.

With these changes, all tests now verify not only the
`checkArchitectureMain` task but also `checkArchitectureTest`.

See gh-46822

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-08-18 14:01:58 +02:00
Stéphane Nicoll 39dced55a4 Merge pull request #46855 from scordio
* pr/46855:
  Replace AssertJ internal APIs with alternative implementations

Closes gh-46855
2025-08-18 13:57:43 +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
Moritz Halbritter a3403a9381 Upgrade to Spring Boot Release Verification 0.0.13
Closes gh-46867
2025-08-18 11:05:00 +02:00
Moritz Halbritter 7718b3a7ea Upgrade to Spring Boot Release Verification 0.0.12
Closes gh-46863
2025-08-18 10:31:22 +02:00
Stéphane Nicoll 6215f3ac4f Use Spring Boot release verification 0.0.1
Closes gh-46840
2025-08-18 09:38:10 +02:00
Stéphane Nicoll b79d846167 Merge pull request #46774 from deejay1
* pr/46774:
  Fix location of Kotlin configuration metadata samples

Closes gh-46774
2025-08-18 09:34:36 +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
Andy Wilkinson ba9e847641 Remove Kotlin plugin entirely from the root project
See gh-gh-46748
2025-08-18 08:24:29 +01: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
Phillip Webb aab5641234 Merge pull request #46838 from shakuzen
* pr/46838:
  Avoid Stream API in performance critical tracing code

Closes gh-46838
2025-08-14 14:45:24 -07: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 3534d133ec Upgrade to Spring Framework 6.2.10
Closes gh-46694
2025-08-14 11:13:22 +02: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 7af646e2ba Merge pull request #46466 from Kguswo
* pr/46466:
  Polish "Use LogLevel.log() rather than checking the log level manually"
  Use LogLevel.log() rather than checking the log level manually

Closes gh-46466
2025-08-13 15:06:48 +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