Stéphane Nicoll
712389b2ea
Merge branch '3.5.x'
2 months ago
Stéphane Nicoll
50f890bff2
Use Java 25 in loader integration tests
...
See gh-47609
2 months ago
Stéphane Nicoll
b5a8d605d7
Merge pull request #47596 from nosan
...
* pr/47596:
Extend ArchitectureCheck with NullMarkedExtension
Closes gh-47596
2 months ago
Dmytro Nosan
bc2ca5b9fc
Extend ArchitectureCheck with NullMarkedExtension
...
Introduce NullMarkedExtension for ArchitectureCheck, which provides
functionality to configure packages to ignore in nullability checks and
to enable or disable the extension.
See gh-47596
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2 months ago
Stéphane Nicoll
a043867ae1
Merge pull request #47482 from vpavic
...
* pr/47482:
Add AWS ECS to cloud platforms
Closes gh-47482
2 months ago
Vedran Pavic
c6397305bb
Add AWS ECS to cloud platforms
...
This commit adds support for detecting AWS ECS to `CloudPlatform`. The
detection is based on presence of `AWS_EXECUTION_ENV` environment
variable with value starting with `AWS_ECS`.
See gh-47482
Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
2 months ago
Stéphane Nicoll
41b522dbd2
Merge pull request #47626 from injectives
...
* pr/47626:
Polish "Provide explicit order for neo4jObservationCustomizer"
Provide explicit order for neo4jObservationCustomizer
Closes gh-47626
2 months ago
Stéphane Nicoll
500d054f52
Polish "Provide explicit order for neo4jObservationCustomizer"
...
See gh-47626
2 months ago
Dmitriy Tverdiakov
80e842d18c
Provide explicit order for neo4jObservationCustomizer
...
See gh-47626
Signed-off-by: Dmitriy Tverdiakov <dmitriy.tverdiakov@neo4j.com>
2 months ago
Phillip Webb
8f89bd304f
Polish code to fix warnings
2 months ago
Phillip Webb
34e0382858
Move actuator heath code to spring-boot-health
...
Closes gh-46357
2 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
2 months ago
Phillip Webb
1bad1b781a
Drop unnecessary jsonb dependency from spring-boot-actuator
...
See gh-46357
2 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
2 months ago
Phillip Webb
03161bcbb8
Move web-server to test fixtures dependency
...
See gh-46357
2 months ago
Phillip Webb
e147ff4b2f
Polish
2 months ago
Phillip Webb
a77b2ad90e
Fix Neo4j BOM dependency
...
Update dependency to pass BOMR checks.
See gh-47623
2 months ago
Phillip Webb
5ce1438be6
Merge branch '3.5.x'
2 months ago
Phillip Webb
1d6483c9e7
Merge branch '3.4.x' into 3.5.x
2 months ago
Phillip Webb
682ad665f5
Fix 'Check scoped proxy target for isDefaultCandidate'
...
Fix accidental logic issue introduced in commit c14b57a3eb .
See gh-47633
2 months ago
Phillip Webb
32ca67abc7
Merge branch '3.5.x'
...
Closes gh-47636
2 months ago
Phillip Webb
ae4a69a0f3
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47635
2 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
2 months ago
Stéphane Nicoll
b2cc5a3a0b
Add reactor-test to spring-boot-starter-webflux-test
...
Closes gh-47632
2 months ago
Stéphane Nicoll
683d4568be
Use Neo4j Java Driver BOM
...
Closes gh-47623
2 months ago
Stéphane Nicoll
39fd80302c
Merge branch '3.5.x'
2 months ago
Stéphane Nicoll
fa62dc8df5
Merge branch '3.4.x' into 3.5.x
2 months ago
Stéphane Nicoll
ef25b0503d
Restore use of jakarta.ee
...
See gh-47592
2 months ago
Stéphane Nicoll
c3e0e1b93d
Upgrade to Tomcat 11.0.13
...
Closes gh-47589
2 months ago
Stéphane Nicoll
1c797792db
Upgrade to OpenTelemetry 1.55.0
...
Closes gh-47630
2 months ago
Stéphane Nicoll
9e0f541c56
Upgrade to MSSQL JDBC 13.2.1.jre11
...
Closes gh-47629
2 months ago
Stéphane Nicoll
83a048504d
Upgrade to Micrometer Tracing 1.6.0-RC1
...
Closes gh-47489
2 months ago
Stéphane Nicoll
1c2540a124
Upgrade to Micrometer 1.16.0-RC1
...
Closes gh-47488
2 months ago
Stéphane Nicoll
84d7ab4378
Upgrade to Kotlin 2.2.20
...
Closes gh-47628
2 months ago
Stéphane Nicoll
44b566b08f
Upgrade to Jetty Reactive HTTPClient 4.1.0
...
Closes gh-47627
2 months ago
Moritz Halbritter
500fbec456
Use Java 25 in CI by default
...
See gh-47283
2 months ago
Moritz Halbritter
0c7e49ebd1
Merge branch '3.5.x'
...
Closes gh-47621
2 months ago
Moritz Halbritter
8a1aceeaeb
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47620
2 months ago
Moritz Halbritter
5ca677125c
Add runtime hints for JavaVersion detection
...
Closes gh-47619
2 months ago
Stéphane Nicoll
9bd5c1a3c2
Polish "Bind WebTestClient to the default WebHandler"
...
See gh-47617
2 months ago
Moritz Halbritter
54d60da47b
Merge branch '3.5.x'
2 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
2 months ago
Moritz Halbritter
285afe2040
Fix checkstyle
2 months ago
Moritz Halbritter
85082ac8ae
Merge branch '3.5.x'
...
Closes gh-47616
2 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
2 months ago
Moritz Halbritter
2b99049403
Add TWENTY_FIVE to JavaVersion enum
...
Closes gh-47609
2 months ago
Andy Wilkinson
c4d3583791
Polish
2 months ago
Stéphane Nicoll
71b5c762b8
Merge branch '3.5.x'
2 months ago
Stéphane Nicoll
257afb8d58
Merge branch '3.4.x' into 3.5.x
2 months ago
Stéphane Nicoll
f89178ad6d
Start building against Spring Integration 6.5.3 snapshots
...
See gh-47615
2 months ago