Dmytro Nosan
bf0152e67c
Allow Devtools Restarter to work with a parameterless main method
...
See gh-47987
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
5 months ago
Phillip Webb
3690a958f2
Replace use of ubuntu-noble-run-base with ubuntu-noble-run
...
Update code and documentation to use the correct Paketo base image of
`ubuntu-noble-run` rather than `ubuntu-noble-run-base` which was
published only for testing purposes.
Closes gh-47966
5 months ago
Phillip Webb
0ca8f6d03f
Replace calls to deprecated setConnectionTimeout method
...
Replace calls to the recently deprecated `setConnectionTimeout` method
of `HttpComponentsClientHttpRequestFactory` and align the HTTP client
builder with the HTTP async client builder.
This commit also introduces a `withConnectionConfigCustomizer` and
allows connection timeouts settings to be used.
Closes gh-47940
5 months ago
Stéphane Nicoll
7218ac099d
Downgrade to Cassandra Driver 4.19.0
...
See https://issues.apache.org/jira/browse/CASSJAVA-116
Closes gh-47926
5 months ago
Phillip Webb
631711f2e6
Prevent unlimited growth of AutoConfiguredCompositeMeterRegistry
...
Update `OnlyOnceLoggingDenyMeterFilter` to directly implement the
maximum number of allowable tag values. With this change in place
we can remove calls to `MeterFilter.maximumAllowableTags`. This also
allows `MeterRegistryPostProcessor` to have a stronger signal about
the filters that it should also apply to the
`AutoConfiguredCompositeMeterRegistry` since it can now do a standard
`instanceof` check.
Fixes gh-47285
5 months ago
Stéphane Nicoll
ba9afc005c
Adapt AOTCache documentation to JEP 514
...
Closes gh-47274
5 months ago
namest504
de7cad3d63
Remove unnecessary stream opening in BootZipCopyAction
...
See gh-47902
Signed-off-by: namest504 <namest504@gmail.com>
5 months ago
Tiemen Schut
28d149fa07
Remove incorrect IllegalStateException reference from method javadoc
...
See gh-47903
Signed-off-by: Tiemen Schut <tschut@gmail.com>
5 months ago
Phillip Webb
abce914a76
Polish 'Handle HTTP 407 with clear error message'
...
See gh-47180
5 months ago
SSUday
5aa841dd53
Handle HTTP 407 with clear error message
...
Refine error handling logic so that HTTP 407 (Proxy Authentication
Required) responses from the Docker daemon are treated as plain
text rather than JSON.
See gh-47180
Signed-off-by: Siva Sai Udayagiri <udayagirishivasai@gmail.com>
5 months ago
Phillip Webb
22781fc6a0
Polish `DEFAULT_SERVICE_NAME` javadoc
...
See gh-44494
5 months ago
Phillip Webb
cf7e30f225
Clarify when BootstrapContext get methods may return null
...
Closes gh-47896
5 months ago
Andy Wilkinson
d448b2d764
Test Gradle plugin against Gradle 9.2.0
...
Closes gh-47867
5 months ago
Stéphane Nicoll
653e575a8d
Polish "Clarify Actuator's endpoint extension support"
...
See gh-47740
5 months ago
Mikhail Polivakha
a77c6ef9ee
Clarify Actuator's endpoint extension support
...
See gh-47740
Signed-off-by: mipo256 <mikhailpolivakha@email.com>
5 months ago
Andy Wilkinson
d2a349868e
Limit Kotlin API docs to Kotlin code
...
Previously, the Kotlin API docs included Java APIs. This commit
corrects this by suppressing all Dokkatoo source sets other than
main (main in src/main/kotlin, javaMain is src/main/java).
Dokkatoo is sensitive to the order in which plugins are applied. This
commit adapts to the sensitivity by changing the order in which
the Dokatoo and Kotlin JVM plugins are applied. This prevents the
Dokatoo plugin for overwriting the configuration that's applied by
our Kotlin conventions.
Closes gh-47763
5 months ago
Tran Ngoc Nhan
0546e3035d
Fix typos
...
See gh-47801
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
5 months ago
Stéphane Nicoll
28d699f396
Detect Java 25+ style methods with AOT processing
...
Closes gh-47780
5 months ago
Stéphane Nicoll
b0bef35478
Document missing spring.test.* properties
...
Closes gh-47236
5 months ago
Dmitrii Karagodin
43d91aee38
Write signature files to uber wars for Oracle Java 17 verification
...
Extend commit 33c5e126 to include uber Wars.
See gh-47284
Signed-off-by: Dmitrii Karagodin <4319788@gmail.com>
5 months ago
Phillip Webb
eaad688dd2
Upgrade to Spring Batch 5.2.4
...
Closes gh-47487
5 months ago
Phillip Webb
edee2de837
Upgrade to Cassandra Driver 4.19.1
...
Closes gh-47768
5 months ago
Phillip Webb
2bfc31e696
Upgrade to ActiveMQ 6.1.8
...
Closes gh-47767
5 months ago
Phillip Webb
b361a1f5e3
Upgrade to Spring Batch 5.2.4
...
Closes gh-47486
5 months ago
Phillip Webb
923892860f
Upgrade to ActiveMQ 6.1.8
...
Closes gh-47766
5 months ago
Stéphane Nicoll
250f418126
Upgrade to GraphQL Java 24.3
...
Closes gh-47755
5 months ago
Stéphane Nicoll
8af6500c17
Upgrade to Spring Integration 6.5.3
...
Closes gh-47615
5 months ago
Stéphane Nicoll
bb57b713f2
Upgrade to Spring GraphQL 1.4.3
...
Closes gh-47754
5 months ago
Stéphane Nicoll
67c25d9eb6
Upgrade to Spring Integration 6.4.8
...
Closes gh-47611
5 months ago
Phillip Webb
55f00cf24c
Fix merge issue causing checkArchitectureMain failure
...
See gh-47750
5 months ago
Dmytro Nosan
ba88ec7ed1
Stop using @ConditionalOnClass on @Bean methods
...
See gh-47429
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
5 months ago
Tran Ngoc Nhan
4bebd47c4e
Fix typos
...
See gh-47747
5 months ago
Stéphane Nicoll
b8e8da62d4
Upgrade to Spring WS 4.1.2
...
Closes gh-47467
5 months ago
Stéphane Nicoll
8e0f26c3a6
Upgrade to Spring Session 3.5.3
...
Closes gh-47466
5 months ago
Stéphane Nicoll
8bd0078b3b
Upgrade to Spring Pulsar 1.2.11
...
Closes gh-47464
5 months ago
Stéphane Nicoll
33ad4a8434
Upgrade to Spring Authorization Server 1.5.3
...
Closes gh-47460
5 months ago
Stéphane Nicoll
f3465fefab
Upgrade to Spring WS 4.0.16
...
Closes gh-47456
5 months ago
Stéphane Nicoll
a1af560156
Upgrade to Spring Session 3.4.6
...
Closes gh-47455
5 months ago
Stéphane Nicoll
d77748f96f
Upgrade to Spring Pulsar 1.2.11
...
Closes gh-47453
5 months ago
Stéphane Nicoll
d0af0fa954
Upgrade to Spring Authorization Server 1.4.6
...
Closes gh-47449
5 months ago
Stéphane Nicoll
38d7e8dd6a
Provide links to release notes for the Maven AntRun Plugin
...
Closes gh-47732
5 months ago
Andy Wilkinson
d70e18af25
Limit tests to Gradle versions supported by CycloneDX plugin
...
See gh-47736
5 months ago
Andy Wilkinson
43cbd9d90a
Correct Sbom-Location for wars, add integration tests
...
Closes gh-47407
Fixes gh-47408
5 months ago
Stéphane Nicoll
6d32dafa66
Upgrade to Spring Security 6.5.6
...
Closes gh-47465
5 months ago
Stéphane Nicoll
508886c1dd
Upgrade to Spring AMQP 3.2.8
...
Closes gh-47614
5 months ago
Stéphane Nicoll
c958ba4cbd
Upgrade to R2DBC H2 1.0.1.RELEASE
...
Closes gh-47729
5 months ago
Stéphane Nicoll
74d8aa6e4f
Upgrade to Jetty 12.0.29
...
Closes gh-47728
5 months ago
Stéphane Nicoll
97ff64d375
Upgrade to Spring Security 6.4.12
...
Closes gh-47454
5 months ago
Stéphane Nicoll
5d5714c4b0
Upgrade to Spring AMQP 3.2.8
...
Closes gh-47610
5 months ago
Stéphane Nicoll
7edd76ce55
Upgrade to R2DBC H2 1.0.1.RELEASE
...
Closes gh-47727
5 months ago