Andy Wilkinson
85b0e3bebf
Polish "Fix typo in Javadoc for SpringBootTestAnnotation"
...
See gh-49505
2 weeks ago
Sam Brannen
29b82310d7
Fix typo in Javadoc for SpringBootTestAnnotation
...
See gh-49505
2 weeks ago
Andy Wilkinson
3e9632998e
Clarify required input state to trigger Quartz job
...
Closes gh-49506
2 weeks ago
Moritz Halbritter
2eb2f8594a
Use mavenVersion Gradle property in the spring-boot-maven-plugin tests
...
Closes gh-49508
2 weeks ago
Phillip Webb
646db448ae
Polish 'Fix inconsistent ordering of config imports'
...
See gh-49324
2 weeks ago
Andy Wilkinson
900d4bc68b
Make Elasticsearch SSL healthcheck less aggressive
...
See gh-49210
2 weeks ago
Brian Clozel
b35a19c887
Disable cloud features when platform is NONE
...
Prior to this commit, applying the "spring.main.cloud-platform=none"
property would apply this choice to the relevant auto-configuration
conditions, but the `CloudPlatform` enum itself would still signal that
cloud features like header forwarding is enabled.
This commit ensures that "NONE" disables such features.
Fixes gh-49478
2 weeks ago
qnnn
1ea07eeb29
Fix inconsistent ordering of config imports
...
Update `ConfigDataEnvironment` so `spring.config.import`
properties defined in environment or system properties
are ordered correctly.
See gh-49324
Signed-off-by: qnnn <qiunan@cmbchina.com>
2 weeks ago
Stéphane Nicoll
013389c9b3
Upgrade to Pulsar 4.0.9
...
Closes gh-49464
2 weeks ago
Stéphane Nicoll
f0a53d4417
Upgrade to Maven Surefire Plugin 3.5.5
...
Closes gh-49463
2 weeks ago
Stéphane Nicoll
6b1a7bd1ff
Upgrade to Maven Shade Plugin 3.6.2
...
Closes gh-49462
2 weeks ago
Stéphane Nicoll
9fd3e26044
Upgrade to Maven Failsafe Plugin 3.5.5
...
Closes gh-49461
2 weeks ago
Stéphane Nicoll
928fb89d0a
Upgrade to Kafka 3.9.2
...
Closes gh-49460
2 weeks ago
Stéphane Nicoll
41c7d09e7e
Upgrade to Jetty 12.0.33
...
Closes gh-49459
2 weeks ago
Stéphane Nicoll
adfbb2da0d
Upgrade to Jakarta XML WS 4.0.3
...
Closes gh-49458
2 weeks ago
Stéphane Nicoll
94f029d5cc
Upgrade to Hibernate 6.6.44.Final
...
Closes gh-49457
2 weeks ago
Andy Wilkinson
7d21d7234d
Test Gradle plugin against 9.4.0
...
Closes gh-49467
2 weeks ago
Andy Wilkinson
04a4f415a9
Avoid conflict caused by Micrometer Tracing's bom
...
Micrometer Tracing's bom isn't a pure bill of materials for the
Micrometer Tracing project as it also imports Micrometer's bom.
As Boot itself also imports Micrometer's bom this can lead to
conflicts when the versions do not all align. For example, at the
time of writing, Boot is using 1.5.10-SNAPSHOT of Micrometer Tracing
and trying to use 1.15.10-SNAPSHOT of Micrometer. This results in some
conflicts as the Micrometer Tracing bom imports 1.15.9 of the
Micrometer bom.
Closes gh-49456
2 weeks ago
Andy Wilkinson
66554ec811
Make snapshot deps available to Maven Plugin integration tests
...
See gh-49396
2 weeks ago
Stéphane Nicoll
17b4d97e7b
Harmonize tutorial with JDK, Maven and Gradle recent versions
...
Closes gh-49411
2 weeks ago
Stéphane Nicoll
a5ba8ac37c
Start building against Spring Pulsar 1.2.16 snapshots
...
See gh-49410
2 weeks ago
Stéphane Nicoll
99341101a7
Start building against Spring Kafka 3.3.14 snapshots
...
See gh-49409
2 weeks ago
Stéphane Nicoll
64544fe71c
Start building against Spring Data Bom 2025.0.10 snapshots
...
See gh-49407
2 weeks ago
Stéphane Nicoll
d30d84b67e
Start building against Spring Batch 5.2.5 snapshots
...
See gh-49406
2 weeks ago
Stéphane Nicoll
3c3d3761d6
Start building against Reactor Bom 2024.0.16 snapshots
...
See gh-49405
2 weeks ago
Stéphane Nicoll
3572794ef8
Start building against Micrometer Tracing 1.5.10 snapshots
...
See gh-49404
2 weeks ago
Stéphane Nicoll
9e2fd4e896
Start building against Micrometer 1.15.10 snapshots
...
See gh-49403
2 weeks ago
Andy Wilkinson
bb65863891
Fail if using @DisabledIfDockerUnavailable without Testcontainers
...
Closes gh-49425
2 weeks ago
Stéphane Nicoll
10bafa4d64
Align test schema from changes in Spring Batch
...
See gh-49402
2 weeks ago
Andy Wilkinson
48cf7ebe6d
Speed up Maven plugin integration tests
...
Closes gh-49396
2 weeks ago
Stéphane Nicoll
018c215e54
Add repository configuration section for SAML support
...
Closes gh-49260
2 weeks ago
Stéphane Nicoll
ef0a667edc
Polish contribution
...
See gh-49364
2 weeks ago
Chandan Veerabhadrappa
2820a77aaf
Fix typo and incorrect Javadoc references in HTTP client builders
...
See gh-49364
Signed-off-by: Chandan Veerabhadrappa <chandan.veerabhadrappa@aerlingus.com>
2 weeks ago
itsmevichu
2bb5313bdd
Add missing SSL support for Docker Compose
...
See gh-49210
Signed-off-by: itsmevichu <vishnutheep@gmail.com>
2 weeks ago
Stéphane Nicoll
bf2e7ce8dd
Polish "Fix devtools configuration example format"
...
See gh-49357
3 weeks ago
Tran Ngoc Nhan
88bd63a0dc
Fix devtools configuration example format
...
See gh-49357
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3 weeks ago
Andy Wilkinson
a1b382a66b
Polish "Fix @AutoConfigureWebTestClient preventing timeout property binding"
...
See gh-49340
3 weeks ago
Jay Choi
622e1e0044
Fix @AutoConfigureWebTestClient preventing timeout property binding
...
See gh-49340
Signed-off-by: Jay Choi <jayyoungchoi22@gmail.com>
3 weeks ago
Andy Wilkinson
d92d3a958b
Clarify inferred relationships between registrations and providers
...
Closes gh-49240
3 weeks ago
Andy Wilkinson
5a764167ab
Document applying AOT plugin directly for AOT on the JVM
...
Closes gh-49307
3 weeks ago
l2yuPa
ae7d04e6dc
Remove Jetty test idle timeout configuration
...
Signed-off-by: l2yuPa <jeungwon28@gmail.com>
See gh-49278
3 weeks ago
Brian Clozel
9c509cf5b3
Fix nesting support in RouterFunctions descriptions
...
Prior to this commit, descriptions for `RouterFunctions` web routes
would not include `nest` predicates and would only consider the last
predicate in the chain.
This commit ensures that nested predicates are properly chained adn
considered in the resulting description that is displayed in Actuator
endpoints.
Fixes gh-49289
3 weeks ago
Yanming Zhou
147d3d763b
Members declared in final classes should not be protected
...
See gh-49031
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
3 weeks ago
Andy Wilkinson
4bc47d0919
Remove stale mention of Groovy
...
Closes gh-49297
3 weeks ago
Stéphane Nicoll
12e5cd4b45
Consistently enable parameters generation with AOT
...
This commit updates the Maven Plugin to retain parameters information
in AOT-generated code. This aligns with the Gradle Plugin and allows
to consistently use parameter names resolution in generated code.
Closes gh-49268
4 weeks ago
Tran Ngoc Nhan
55ef2df143
Update JDK requirement for CLI
...
See gh-49290
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
4 weeks ago
Tran Ngoc Nhan
4b2efca338
Align message in MyEnvironmentPostProcessor code sample
...
See gh-49282
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
4 weeks ago
Stéphane Nicoll
91cc0ddfa2
Upgrade to Spring Session 3.5.5
...
Closes gh-49074
4 weeks ago
Stéphane Nicoll
33a7890003
Upgrade to Spring Integration 6.5.7
...
Closes gh-49071
1 month ago
Stéphane Nicoll
1cf866853c
Upgrade to Spring Authorization Server 1.5.6
...
Closes gh-49067
1 month ago