Andy Wilkinson
76caa3cb29
Fix problems found by improved auto-configuration checks
10 months ago
Phillip Webb
644aeabf7b
Polish
10 months ago
Peksa
17b9415608
Fix typo in for deprecation replacement of spring.codec.* properties
...
See gh-45743
Signed-off-by: Peksa <git@peksa.se>
10 months ago
Tran Ngoc Nhan
c313322aaf
Fix Gradle Shadow Plugin link in reference documentation
...
See gh-45720
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
10 months ago
Yanming Zhou
8fd71f9142
Remove unused SslBundles from RedisConnectionConfiguration
...
See gh-45644
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
10 months ago
Stéphane Nicoll
3595c7aa0a
Run ManagementErrorPageCustomizer after core factory customizer
...
This commit orders ManagementErrorPageCustomizer so that is runs after
ManagementWebServerFactoryCustomizer. Previously, they had the same
order and could run either way.
Closes gh-45728
10 months ago
Stéphane Nicoll
2fd29481da
Polish
10 months ago
Andy Wilkinson
dfa0a832bb
Adapt to change in Spring Security's JWT validation
...
See gh-45492
See https://github.com/spring-projects/spring-security/issues/17181
10 months ago
Phillip Webb
6e67dc652d
Drop support for Wavefront
...
Closes gh-45713
10 months ago
Stéphane Nicoll
01e9baa225
Fix test dependencies of WebMvcTestOAuth2Tests
...
This commit fixes the dependencies of spring-boot-test-autoconfigure so
that it does not depend on a starter.
See gh-45654
10 months ago
Stéphane Nicoll
2bdbc1f8d2
Use RestClient in Spring MVC integration tests
...
Closes gh-45711
10 months ago
Andy Wilkinson
5b2cb79bb1
Configure more version alignment for Spring Data dependencies
...
Closes gh-45698
10 months ago
Andy Wilkinson
25b72d66fc
Test Gradle plugin against 9.0.0-milestone-9
10 months ago
Andy Wilkinson
2efad20f7b
Broaden Gradle compatibility testing
...
Closes gh-45692
10 months ago
Stéphane Nicoll
0c7da705d0
Remove accident use of @Nullable in GraphQL tests
...
Closes gh-45406
10 months ago
Julio Gómez Díaz
3eaed90d94
Fix artifactId of prometheus-metrics-exporter-pushgateway in example
...
See gh-45684
Signed-off-by: Julio Gómez Díaz <juliojgd@gmail.com>
10 months ago
Stéphane Nicoll
a0a39abb49
Introduce a public constant for the WebServerStartStopLifecycle's phase
...
This commit also moves the constant for the phase of
WebServerGracefulShutdownLifecycle to WebServerApplicationContext.
Closes gh-45572
10 months ago
Tran Ngoc Nhan
7448f8c73a
Document use of git-commit-id-maven-plugin consistently
...
See gh-45677
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
10 months ago
Stéphane Nicoll
2e37b5b883
Upgrade to MongoDB 5.5.0
...
Closes gh-45660
10 months ago
Stéphane Nicoll
1d4e68361b
Upgrade to Lettuce 6.6.0.RELEASE
...
Closes gh-45670
10 months ago
Stéphane Nicoll
e4e3cd483e
Upgrade to Jedis 6.6.0
...
Closes gh-45669
10 months ago
Stéphane Nicoll
7840a330e6
Polish "Harmonize Otlp*Configurations"
...
See gh-45643
10 months ago
Yanming Zhou
43d2abbcc6
Harmonize Otlp*Configurations
...
See gh-45643
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
10 months ago
Dmytro Nosan
c07a67706b
Add support for SAML2 with @WebMvcTest
...
See gh-45650
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
10 months ago
Dmytro Nosan
4c3c7b4543
Add WebMvcTestOAuth2Tests
...
See gh-45654
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
10 months ago
Yanming Zhou
0fea1a00e0
Reuse properties from field
...
See gh-45642
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
10 months ago
Andy Wilkinson
cd6b0fe7c3
Add to javadoc how applications can use Configurer classes
...
Closes gh-42878
10 months ago
Tran Ngoc Nhan
c9bf87be7d
Make all @ConfigurationPropertiesBinding @Bean methods static
...
See gh-45640
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
10 months ago
Andy Wilkinson
9a2d8c589e
Clarify how to use Pushgateway auto-configuration
...
Closes gh-44392
10 months ago
Andy Wilkinson
7628ae8503
Check Kotlin code using Detekt
...
Closes gh-45583
10 months ago
Phillip Webb
5695192850
Ensure descendants are always recalculated on cache refresh
...
Fix `SpringIterableConfigurationPropertySource` to ensure that cached
descendants are always updated on a refresh.
The cache implementation assumes that it is safe to reuse previous
`mappings` and `reverseMappings` data since it doesn't matter if
superfluous values are included. For `descendants` however, we always
want to recalculate values so that we don't get false positives.
Unfortunately, prior to this commit, we only updated the descendants
if a reverseMapping was added. The meant that on a cache refresh,
existing descendants were removed.
Fixes gh-45639
10 months ago
Andy Wilkinson
bdf0ef19a4
Correct docs for use of static with @ConfigurationPropertiesBinding
...
Closes gh-45621
10 months ago
Stéphane Nicoll
ad522fb37a
Upgrade to Spring WS 4.1.0
...
Closes gh-45445
10 months ago
Stéphane Nicoll
3abf2a12e6
Upgrade to Spring Session 3.5.0
...
Closes gh-45560
10 months ago
Stéphane Nicoll
143442253b
Upgrade to Spring Pulsar 1.2.6
...
Closes gh-45442
10 months ago
Stéphane Nicoll
674283127c
Upgrade to Spring Integration 6.5.0
...
Closes gh-45439
10 months ago
Stéphane Nicoll
0da7687991
Upgrade to Spring GraphQL 1.4.0
...
Closes gh-45438
10 months ago
Stéphane Nicoll
4bfa61a894
Upgrade to Spring Authorization Server 1.5.0
...
Closes gh-45435
10 months ago
Stéphane Nicoll
ab8fdf0e61
Upgrade to Spring Pulsar 1.2.6
...
Closes gh-45423
10 months ago
Stéphane Nicoll
904fa91435
Upgrade to Spring Integration 6.4.5
...
Closes gh-45419
10 months ago
Stéphane Nicoll
6b8ab75ae4
Upgrade to Spring Pulsar 1.1.12
...
Closes gh-45428
10 months ago
Stéphane Nicoll
52fcd2126f
Upgrade to Spring Integration 6.3.10
...
Closes gh-45426
10 months ago
Phillip Webb
46e4f8bb1c
Fix process into documentation to include virtual threads
...
See gh-45631
10 months ago
Lari Hotari
a9f5a4194e
Make heapdump endpoint restricted by default
...
See gh-45624
Signed-off-by: Lari Hotari <lhotari@users.noreply.github.com>
10 months ago
Phillip Webb
2b2228eba5
Update copyright year of changed files
10 months ago
Phillip Webb
ab162fa0bb
Remove SSL status tag from metrics
...
Update `SslMeterBinder` to the status tag is no longer included in the
reported metrics. Instead the expiry date should be used directly by
the monitoring system.
Closes gh-45602
10 months ago
Phillip Webb
004ae93df6
Fix process into documentation to include garbage collectors
...
See gh-45631
10 months ago
Phillip Webb
db68aea314
Polish
10 months ago
Phillip Webb
5690791261
Document the java info contribution
...
Closes gh-45566
10 months ago
Phillip Webb
aa9cc4ae0e
Fix errors accidentally added to InfoEndpointDocumentationTests
10 months ago