Phillip Webb
8f89bd304f
Polish code to fix warnings
5 months ago
Phillip Webb
34e0382858
Move actuator heath code to spring-boot-health
...
Closes gh-46357
5 months ago
Phillip Webb
5d21b822ab
Remove unnecessary spring-boot-http-converter dependency
...
Remove unnecessary spring-boot-http-converter dependency from
`spring-boot-actuator`.
See gh-46357
5 months ago
Phillip Webb
1bad1b781a
Drop unnecessary jsonb dependency from spring-boot-actuator
...
See gh-46357
5 months ago
Phillip Webb
229e9849a6
Drop spring-boot-validation from spring-boot-actuator
...
Remove the validation dependency since it was only used for tests and
we can wire things up directly instead.
See gh-46357
5 months ago
Phillip Webb
03161bcbb8
Move web-server to test fixtures dependency
...
See gh-46357
5 months ago
Phillip Webb
e147ff4b2f
Polish
5 months ago
Phillip Webb
a77b2ad90e
Fix Neo4j BOM dependency
...
Update dependency to pass BOMR checks.
See gh-47623
5 months ago
Phillip Webb
5ce1438be6
Merge branch '3.5.x'
5 months ago
Phillip Webb
1d6483c9e7
Merge branch '3.4.x' into 3.5.x
5 months ago
Phillip Webb
682ad665f5
Fix 'Check scoped proxy target for isDefaultCandidate'
...
Fix accidental logic issue introduced in commit c14b57a3eb .
See gh-47633
5 months ago
Phillip Webb
32ca67abc7
Merge branch '3.5.x'
...
Closes gh-47636
5 months ago
Phillip Webb
ae4a69a0f3
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47635
5 months ago
Phillip Webb
c14b57a3eb
Check scoped proxy target for isDefaultCandidate
...
Update `OnBeanCondition` to check the scoped proxy target for
`isDefaultCandidate`. This fixes an issue introduced by
https://github.com/spring-projects/spring-framework/pull/35627 .
Fixes gh-47633
5 months ago
Stéphane Nicoll
b2cc5a3a0b
Add reactor-test to spring-boot-starter-webflux-test
...
Closes gh-47632
5 months ago
Stéphane Nicoll
683d4568be
Use Neo4j Java Driver BOM
...
Closes gh-47623
5 months ago
Stéphane Nicoll
39fd80302c
Merge branch '3.5.x'
5 months ago
Stéphane Nicoll
fa62dc8df5
Merge branch '3.4.x' into 3.5.x
5 months ago
Stéphane Nicoll
ef25b0503d
Restore use of jakarta.ee
...
See gh-47592
5 months ago
Stéphane Nicoll
c3e0e1b93d
Upgrade to Tomcat 11.0.13
...
Closes gh-47589
5 months ago
Stéphane Nicoll
1c797792db
Upgrade to OpenTelemetry 1.55.0
...
Closes gh-47630
5 months ago
Stéphane Nicoll
9e0f541c56
Upgrade to MSSQL JDBC 13.2.1.jre11
...
Closes gh-47629
5 months ago
Stéphane Nicoll
83a048504d
Upgrade to Micrometer Tracing 1.6.0-RC1
...
Closes gh-47489
5 months ago
Stéphane Nicoll
1c2540a124
Upgrade to Micrometer 1.16.0-RC1
...
Closes gh-47488
5 months ago
Stéphane Nicoll
84d7ab4378
Upgrade to Kotlin 2.2.20
...
Closes gh-47628
5 months ago
Stéphane Nicoll
44b566b08f
Upgrade to Jetty Reactive HTTPClient 4.1.0
...
Closes gh-47627
5 months ago
Moritz Halbritter
500fbec456
Use Java 25 in CI by default
...
See gh-47283
5 months ago
Moritz Halbritter
0c7e49ebd1
Merge branch '3.5.x'
...
Closes gh-47621
5 months ago
Moritz Halbritter
8a1aceeaeb
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47620
5 months ago
Moritz Halbritter
5ca677125c
Add runtime hints for JavaVersion detection
...
Closes gh-47619
5 months ago
Stéphane Nicoll
9bd5c1a3c2
Polish "Bind WebTestClient to the default WebHandler"
...
See gh-47617
5 months ago
Moritz Halbritter
54d60da47b
Merge branch '3.5.x'
5 months ago
Moritz Halbritter
a4f49bb423
Use methods on Reader to detect Java 25
...
This class resides in java.base, which is very unlikely to be not in
a custom built JDK.
See gh-47609
5 months ago
Moritz Halbritter
285afe2040
Fix checkstyle
5 months ago
Moritz Halbritter
85082ac8ae
Merge branch '3.5.x'
...
Closes gh-47616
5 months ago
Stéphane Nicoll
879b7e6cce
Bind WebTestClient to the default WebHandler
...
Previously, if multiple WebHandler beans were present, the auto-config
for WebTestClient fail to identify a suitable candidate as it expects
to only have such a bean.
This commit updates the logic to look for a well-known bean name that
WebFlux uses, and clarify the exception message to state that a bean
with a given name is expected to be found.
The exception message has been further refined to mention that, if
such a bean is not present, then a MockMVc-compatible ApplicationContext
should be available (i.e. WebApplicationContext).
Closes gh-47617
5 months ago
Moritz Halbritter
2b99049403
Add TWENTY_FIVE to JavaVersion enum
...
Closes gh-47609
5 months ago
Andy Wilkinson
c4d3583791
Polish
5 months ago
Stéphane Nicoll
71b5c762b8
Merge branch '3.5.x'
5 months ago
Stéphane Nicoll
257afb8d58
Merge branch '3.4.x' into 3.5.x
5 months ago
Stéphane Nicoll
f89178ad6d
Start building against Spring Integration 6.5.3 snapshots
...
See gh-47615
5 months ago
Stéphane Nicoll
3ab994a079
Start building against Spring AMQP 3.2.8 snapshots
...
See gh-47614
5 months ago
Stéphane Nicoll
6c32ffff91
Upgrade to Tomcat 10.1.48
...
Closes gh-47613
5 months ago
Stéphane Nicoll
d36381880a
Upgrade to MSSQL JDBC 12.10.2.jre11
...
Closes gh-47612
5 months ago
Stéphane Nicoll
95dd5f7fb6
Upgrade to Micrometer Tracing 1.5.5
...
Closes gh-47458
5 months ago
Stéphane Nicoll
15df53e9fe
Upgrade to Micrometer 1.15.5
...
Closes gh-47457
5 months ago
Stéphane Nicoll
9af4aeffd8
Start building against Spring Integration 6.4.8 snapshots
...
See gh-47611
5 months ago
Stéphane Nicoll
4b02534e90
Start building against Spring AMQP 3.2.8 snapshots
...
See gh-47610
5 months ago
Stéphane Nicoll
e58b776fc4
Upgrade to Tomcat 10.1.48
...
Closes gh-47608
5 months ago
Stéphane Nicoll
fa6d5dbee5
Upgrade to MSSQL JDBC 12.8.2.jre11
...
Closes gh-47607
5 months ago