chanbinme
1cf0d4e7fe
Avoid NPE in SimpleDataSourceProperties when driver is null
...
See gh-45976
Signed-off-by: chanbinme <gksmfcksqls@gmail.com>
9 months ago
Stéphane Nicoll
5a2a6dbe00
Merge pull request #45975 from nicolasgarea
...
* pr/45975:
Remove double comma in Checkstyle configuration
Closes gh-45975
9 months ago
Nicolas Garea
120aab0693
Remove double comma in Checkstyle configuration
...
See gh-45975
Signed-off-by: Nicolas Garea <nicogareacidre@gmail.com>
9 months ago
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
9 months ago
Stéphane Nicoll
b727309ff8
Polish "Bump gradle/actions from 4.4.0 to 4.4.1"
...
See gh-45977
9 months ago
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](8379f6a132...ac638b010c )
---
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>
9 months ago
Stéphane Nicoll
691a42ff1b
Upgrade to Spring Security 6.3.10
...
Closes gh-45761
9 months ago
Stéphane Nicoll
988fbb90f8
Upgrade to Spring RESTDocs 3.0.4
...
Closes gh-45760
9 months ago
Stéphane Nicoll
faef2ce6c0
Upgrade to Spring Pulsar 1.1.13
...
Closes gh-45759
9 months ago
Stéphane Nicoll
acd7aee309
Upgrade to Spring AMQP 3.1.12
...
Closes gh-45752
9 months ago
Stéphane Nicoll
91ff768035
Upgrade to Spring Data Bom 2024.0.13
...
Closes gh-45754
9 months ago
Stéphane Nicoll
0656190cb0
Use Jackson bom in buildSrc
...
Closes gh-45959
9 months ago
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
9 months ago
Stéphane Nicoll
5bbc0755ef
Upgrade to Spring LDAP 3.2.13
...
Closes gh-45758
10 months ago
Stéphane Nicoll
9e48eed0ee
Upgrade to Spring Framework 6.1.21
...
Closes gh-45755
10 months ago
Stéphane Nicoll
cc21ec3b27
Upgrade to Postgresql 42.7.7
...
Closes gh-45941
10 months ago
Stéphane Nicoll
ea7c750909
Upgrade to jOOQ 3.19.24
...
Closes gh-45940
10 months ago
Moritz Halbritter
f62b26eff9
Merge pull request #45855 from wonyongg
...
* pr/45855:
Remove constants from CloudFoundryVcapEnvironmentPostProcessor
Closes gh-45855
10 months ago
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>
10 months ago
Moritz Halbritter
b868cdf9fe
Merge pull request #45882 from quaff
...
* pr/45882:
Inner class 'SpringBootWebFluxSecurityConfiguration' should be static
Closes gh-45882
10 months ago
Yanming Zhou
0ebe00a1d6
Inner class 'SpringBootWebFluxSecurityConfiguration' should be static
...
See gh-45882
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
10 months ago
Andy Wilkinson
ca21600fae
Use Framework's StreamUtils instead of Commons Compress's IOUtils
...
Closes gh-45911
10 months ago
Andy Wilkinson
aa7e2fc0a3
Polish
10 months ago
Stéphane Nicoll
aff4dcc2c0
Upgrade to Tomcat 10.1.42
...
Closes gh-45869
10 months ago
Stéphane Nicoll
d9d8dfbac6
Upgrade to Reactor Bom 2023.0.19
...
Closes gh-45751
10 months ago
Stéphane Nicoll
aa2a547602
Upgrade to Micrometer Tracing 1.3.13
...
Closes gh-45750
10 months ago
Stéphane Nicoll
c2528b1bfd
Upgrade to Micrometer 1.13.15
...
Closes gh-45749
10 months ago
Phillip Webb
f12d96886a
Test SpringIterableConfigurationPropertySource support lower case names
...
Add a test to ensure that `SpringIterableConfigurationPropertySource`
can support lower case names.
See gh-45741
10 months ago
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
10 months ago
Stéphane Nicoll
6106bdd969
Upgrade to Postgresql 42.7.6
...
Closes gh-45811
10 months ago
Stéphane Nicoll
ccbac59416
Upgrade to Netty 4.1.122.Final
...
Closes gh-45810
10 months ago
Stéphane Nicoll
8b13830106
Upgrade to Jetty 12.0.22
...
Closes gh-45809
10 months ago
Stéphane Nicoll
b163e6dbea
Upgrade to Jetty Reactive HTTPClient 4.0.10
...
Closes gh-45808
10 months ago
Stéphane Nicoll
f7f1c1315b
Upgrade to Jaybird 5.0.8.java11
...
Closes gh-45807
10 months ago
Stéphane Nicoll
a32be05751
Upgrade to Infinispan 15.0.15.Final
...
Closes gh-45806
10 months ago
Stéphane Nicoll
b8417c8221
Upgrade to Groovy 4.0.27
...
Closes gh-45805
10 months ago
Andy Wilkinson
de54d4df89
Improve linking to Testcontainers' javadoc
...
Closes gh-45802
10 months ago
Moritz Halbritter
cc4bb1e262
Upgrade to Gradle 8.14.2
...
Closes gh-45797
10 months ago
Phillip Webb
77e51fd680
Polish
10 months ago
Phillip Webb
853bb46e93
Polish
10 months ago
Phillip Webb
23496fd36b
Polish
10 months ago
Andy Wilkinson
34905267be
Start building against Spring WS 4.0.15 snapshots
...
See gh-45762
10 months ago
Andy Wilkinson
451c76e0dc
Start building against Spring Security 6.3.10 snapshots
...
See gh-45761
10 months ago
Andy Wilkinson
479b7337cb
Start building against Spring RESTDocs 3.0.4 snapshots
...
See gh-45760
10 months ago
Andy Wilkinson
cb0b7efc89
Start building against Spring Pulsar 1.1.13 snapshots
...
See gh-45759
10 months ago
Andy Wilkinson
37a6c6dcfb
Start building against Spring LDAP 3.2.13 snapshots
...
See gh-45758
10 months ago
Andy Wilkinson
a497d953ce
Start building against Spring Kafka 3.2.10 snapshots
...
See gh-45757
10 months ago
Andy Wilkinson
b045c05ff5
Start building against Spring Integration 6.3.11 snapshots
...
See gh-45756
10 months ago
Andy Wilkinson
9b046b5246
Start building against Spring Framework 6.1.21 snapshots
...
See gh-45755
10 months ago
Andy Wilkinson
2095e83c27
Start building against Spring Data Bom 2024.0.13 snapshots
...
See gh-45754
10 months ago