Commit Graph
51284 Commits
Author SHA1 Message Date
Nicolas Garea 120aab0693 Remove double comma in Checkstyle configuration
See gh-45975

Signed-off-by: Nicolas Garea <nicogareacidre@gmail.com>
2025-06-17 14:19:22 +02:00
Stéphane Nicoll 1666577e5f Merge pull request #45977 from dependabot[bot]
* pr/45977:
  Polish "Bump gradle/actions from 4.4.0 to 4.4.1"
  Bump gradle/actions from 4.4.0 to 4.4.1

Closes gh-45977
2025-06-17 14:15:42 +02:00
Stéphane Nicoll b727309ff8 Polish "Bump gradle/actions from 4.4.0 to 4.4.1"
See gh-45977
2025-06-17 14:15:14 +02:00
dependabot[bot] eaecdcbdd2 Bump gradle/actions from 4.4.0 to 4.4.1
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](https://github.com/gradle/actions/compare/8379f6a1328ee0e06e2bb424dadb7b159856a326...ac638b010cf58a27ee6c972d7336334ccaf61c96)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

See gh-45977

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 14:14:53 +02:00
Stéphane Nicoll 691a42ff1b Upgrade to Spring Security 6.3.10
Closes gh-45761
2025-06-17 11:09:15 +02:00
Stéphane Nicoll 988fbb90f8 Upgrade to Spring RESTDocs 3.0.4
Closes gh-45760
2025-06-17 11:09:15 +02:00
Stéphane Nicoll faef2ce6c0 Upgrade to Spring Pulsar 1.1.13
Closes gh-45759
2025-06-17 11:09:15 +02:00
Stéphane Nicoll acd7aee309 Upgrade to Spring AMQP 3.1.12
Closes gh-45752
2025-06-17 11:09:14 +02:00
Stéphane Nicoll 91ff768035 Upgrade to Spring Data Bom 2024.0.13
Closes gh-45754
2025-06-13 16:47:49 +02:00
Stéphane Nicoll 0656190cb0 Use Jackson bom in buildSrc
Closes gh-45959
2025-06-13 16:43:32 +02:00
Andy Wilkinson fdbddcf606 Work around unwanted side-effect of getCredentials()
Previously, we called getCredentials() to determine whether or not a
repository requires authentication. Unfortunately, the method has the
unwanted side-effect of assigning empty username and password
credentials to a repository that previously did not require
authentication and did not, therefore, have any credentials. These
empty credentials can then cause subsequent failures because
"Username must not be null!".

There's no side-effect-free public API for accessing a repository's
credentials. Instead, we're using some internal API on
AuthenticationSupportedInternal. If this causes problems when
upgrading to a new version of Gradle a different approach will be
required. For example, we could pass in the repositories in two
separate collections: those that require authentication and those
that don't.

Closes gh-45950
2025-06-13 09:34:25 +01:00
Stéphane Nicoll 5bbc0755ef Upgrade to Spring LDAP 3.2.13
Closes gh-45758
2025-06-12 21:31:07 +02:00
Stéphane Nicoll 9e48eed0ee Upgrade to Spring Framework 6.1.21
Closes gh-45755
2025-06-12 21:31:07 +02:00
Stéphane Nicoll cc21ec3b27 Upgrade to Postgresql 42.7.7
Closes gh-45941
2025-06-12 21:31:07 +02:00
Stéphane Nicoll ea7c750909 Upgrade to jOOQ 3.19.24
Closes gh-45940
2025-06-12 21:31:02 +02:00
Moritz Halbritter f62b26eff9 Merge pull request #45855 from wonyongg
* pr/45855:
  Remove constants from CloudFoundryVcapEnvironmentPostProcessor

Closes gh-45855
2025-06-12 12:00:03 +02:00
wonyongg a300d2c9f0 Remove constants from CloudFoundryVcapEnvironmentPostProcessor
This commit removes the VCAP_APPLICATION and VCAP_SERVICES constants
from the CloudFoundryVcapEnvironmentPostProcessor class, replacing them
with string literals.

See gh-45855

Signed-off-by: wonyongg <111210881+wonyongg@users.noreply.github.com>
2025-06-12 11:46:48 +02:00
Moritz Halbritter b868cdf9fe Merge pull request #45882 from quaff
* pr/45882:
  Inner class 'SpringBootWebFluxSecurityConfiguration' should be static

Closes gh-45882
2025-06-12 11:43:13 +02:00
Yanming Zhou 0ebe00a1d6 Inner class 'SpringBootWebFluxSecurityConfiguration' should be static
See gh-45882

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-06-12 11:32:06 +02:00
Andy Wilkinson ca21600fae Use Framework's StreamUtils instead of Commons Compress's IOUtils
Closes gh-45911
2025-06-12 10:00:30 +01:00
Andy Wilkinson aa7e2fc0a3 Polish 2025-06-12 09:26:25 +01:00
Stéphane Nicoll aff4dcc2c0 Upgrade to Tomcat 10.1.42
Closes gh-45869
2025-06-10 17:12:53 +02:00
Stéphane Nicoll d9d8dfbac6 Upgrade to Reactor Bom 2023.0.19
Closes gh-45751
2025-06-10 17:12:49 +02:00
Stéphane Nicoll aa2a547602 Upgrade to Micrometer Tracing 1.3.13
Closes gh-45750
2025-06-10 07:04:35 +02:00
Stéphane Nicoll c2528b1bfd Upgrade to Micrometer 1.13.15
Closes gh-45749
2025-06-10 07:04:35 +02:00
Phillip Webb f12d96886a Test SpringIterableConfigurationPropertySource support lower case names
Add a test to ensure that `SpringIterableConfigurationPropertySource`
can support lower case names.

See gh-45741
2025-06-09 17:44:05 +01:00
Andy Wilkinson 8fa7843d71 Remove dependency management for Micrometer Context Propagation
It's now managed as part of Micrometer's bom so we no longer need to
manage it separately (and our separate management was being overriden
by Micrometer's bom anyway).

Closes gh-45852
2025-06-09 16:25:20 +01:00
Stéphane Nicoll 6106bdd969 Upgrade to Postgresql 42.7.6
Closes gh-45811
2025-06-06 13:11:04 +02:00
Stéphane Nicoll ccbac59416 Upgrade to Netty 4.1.122.Final
Closes gh-45810
2025-06-06 13:11:04 +02:00
Stéphane Nicoll 8b13830106 Upgrade to Jetty 12.0.22
Closes gh-45809
2025-06-06 13:11:04 +02:00
Stéphane Nicoll b163e6dbea Upgrade to Jetty Reactive HTTPClient 4.0.10
Closes gh-45808
2025-06-06 13:11:04 +02:00
Stéphane Nicoll f7f1c1315b Upgrade to Jaybird 5.0.8.java11
Closes gh-45807
2025-06-06 13:11:03 +02:00
Stéphane Nicoll a32be05751 Upgrade to Infinispan 15.0.15.Final
Closes gh-45806
2025-06-06 13:11:03 +02:00
Stéphane Nicoll b8417c8221 Upgrade to Groovy 4.0.27
Closes gh-45805
2025-06-06 13:11:03 +02:00
Andy Wilkinson de54d4df89 Improve linking to Testcontainers' javadoc
Closes gh-45802
2025-06-06 11:10:01 +01:00
Moritz Halbritter cc4bb1e262 Upgrade to Gradle 8.14.2
Closes gh-45797
2025-06-06 08:40:06 +02:00
Phillip Webb 77e51fd680 Polish 2025-06-04 15:36:35 -07:00
Phillip Webb 853bb46e93 Polish 2025-06-04 15:14:05 -07:00
Phillip Webb 23496fd36b Polish 2025-06-04 15:12:05 -07:00
Andy Wilkinson 34905267be Start building against Spring WS 4.0.15 snapshots
See gh-45762
2025-06-04 10:57:13 +01:00
Andy Wilkinson 451c76e0dc Start building against Spring Security 6.3.10 snapshots
See gh-45761
2025-06-04 10:57:09 +01:00
Andy Wilkinson 479b7337cb Start building against Spring RESTDocs 3.0.4 snapshots
See gh-45760
2025-06-04 10:57:05 +01:00
Andy Wilkinson cb0b7efc89 Start building against Spring Pulsar 1.1.13 snapshots
See gh-45759
2025-06-04 10:57:00 +01:00
Andy Wilkinson 37a6c6dcfb Start building against Spring LDAP 3.2.13 snapshots
See gh-45758
2025-06-04 10:56:56 +01:00
Andy Wilkinson a497d953ce Start building against Spring Kafka 3.2.10 snapshots
See gh-45757
2025-06-04 10:56:52 +01:00
Andy Wilkinson b045c05ff5 Start building against Spring Integration 6.3.11 snapshots
See gh-45756
2025-06-04 10:56:48 +01:00
Andy Wilkinson 9b046b5246 Start building against Spring Framework 6.1.21 snapshots
See gh-45755
2025-06-04 10:56:43 +01:00
Andy Wilkinson 2095e83c27 Start building against Spring Data Bom 2024.0.13 snapshots
See gh-45754
2025-06-04 10:56:39 +01:00
Andy Wilkinson 7bdd3df7e1 Start building against Spring Authorization Server 1.3.7 snapshots
See gh-45753
2025-06-04 10:56:35 +01:00
Andy Wilkinson 869a05c768 Start building against Spring AMQP 3.1.12 snapshots
See gh-45752
2025-06-04 10:56:30 +01:00