Moritz Halbritter
f8bceead26
Add nullability annotations to tests in module/spring-boot-session-hazelcast
...
See gh-47263
5 months ago
Moritz Halbritter
2ff81ebf80
Add nullability annotations to tests in module/spring-boot-session-data-redis
...
See gh-47263
5 months ago
Moritz Halbritter
e0c74f3b65
Add nullability annotations to tests in module/spring-boot-session-data-mongodb
...
See gh-47263
5 months ago
Moritz Halbritter
07e9edee7d
Add nullability annotations to tests in module/spring-boot-session
...
See gh-47263
5 months ago
Moritz Halbritter
26d6880998
Add nullability annotations to tests in module/spring-boot-servlet
...
See gh-47263
5 months ago
Moritz Halbritter
6477657e43
Add nullability annotations to tests in module/spring-boot-sendgrid
...
See gh-47263
5 months ago
Moritz Halbritter
f51018fa29
Add nullability annotations to tests in module/spring-boot-security-test
...
See gh-47263
5 months ago
Moritz Halbritter
969d1774ed
Add nullability annotations to tests in module/spring-boot-security-saml2
...
See gh-47263
5 months ago
Stéphane Nicoll
f78fa81e02
Merge branch '3.5.x'
5 months ago
Stéphane Nicoll
032a2424ab
Merge branch '3.4.x' into 3.5.x
5 months ago
Stéphane Nicoll
b97af29543
Upgrade to Reactor Bom 2024.0.11
...
Closes gh-47459
5 months ago
Stéphane Nicoll
b71626f06f
Upgrade to Netty 4.1.128.Final
...
Closes gh-47649
5 months ago
Stéphane Nicoll
6883373c4a
Upgrade to MongoDB 5.5.2
...
Closes gh-47648
5 months ago
Stéphane Nicoll
fdf1debe52
Upgrade to Reactor Bom 2024.0.11
...
Closes gh-47448
5 months ago
Stéphane Nicoll
de7d50f78a
Upgrade to Netty 4.1.128.Final
...
Closes gh-47647
5 months ago
Stéphane Nicoll
dee3dc4521
Upgrade to Reactor Bom 2025.0.0-RC1
...
Closes gh-47490
5 months ago
Stéphane Nicoll
fe85b47b96
Prevent upgrade to Hazelcast 5.6.0
...
Closes gh-47642
5 months ago
Moritz Halbritter
57532c62be
Fix tests regarding Native Image baseline on JDKs < 25
...
See gh-47433
5 months ago
Moritz Halbritter
2890bd8382
Add missing "spring-boot-starter-batch-jdbc-test" to the Gradle build
5 months ago
Andy Wilkinson
cde86d74c7
Upgrade to MongoDB 5.6.1
...
Closes gh-47643
5 months ago
Andy Wilkinson
7224b550a3
Add auto-configuration for Jackson's CBOR data format
...
Closes gh-47641
5 months ago
Moritz Halbritter
e1f9116684
Raise GraalVM baseline to 25
...
This also removes the 'requiredVersion' setting from the
native-maven-plugin configuration, as this is deprecated in the native
build tools.
Close gh-47433
5 months ago
Stéphane Nicoll
712389b2ea
Merge branch '3.5.x'
5 months ago
Stéphane Nicoll
50f890bff2
Use Java 25 in loader integration tests
...
See gh-47609
5 months ago
Stéphane Nicoll
b5a8d605d7
Merge pull request #47596 from nosan
...
* pr/47596:
Extend ArchitectureCheck with NullMarkedExtension
Closes gh-47596
5 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>
5 months ago
Stéphane Nicoll
a043867ae1
Merge pull request #47482 from vpavic
...
* pr/47482:
Add AWS ECS to cloud platforms
Closes gh-47482
5 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>
5 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
5 months ago
Stéphane Nicoll
500d054f52
Polish "Provide explicit order for neo4jObservationCustomizer"
...
See gh-47626
5 months ago
Dmitriy Tverdiakov
80e842d18c
Provide explicit order for neo4jObservationCustomizer
...
See gh-47626
Signed-off-by: Dmitriy Tverdiakov <dmitriy.tverdiakov@neo4j.com>
5 months ago
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'
6 months ago
Phillip Webb
1d6483c9e7
Merge branch '3.4.x' into 3.5.x
6 months ago
Phillip Webb
682ad665f5
Fix 'Check scoped proxy target for isDefaultCandidate'
...
Fix accidental logic issue introduced in commit c14b57a3eb .
See gh-47633
6 months ago
Phillip Webb
32ca67abc7
Merge branch '3.5.x'
...
Closes gh-47636
6 months ago
Phillip Webb
ae4a69a0f3
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47635
6 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
6 months ago
Stéphane Nicoll
b2cc5a3a0b
Add reactor-test to spring-boot-starter-webflux-test
...
Closes gh-47632
6 months ago
Stéphane Nicoll
683d4568be
Use Neo4j Java Driver BOM
...
Closes gh-47623
6 months ago
Stéphane Nicoll
39fd80302c
Merge branch '3.5.x'
6 months ago
Stéphane Nicoll
fa62dc8df5
Merge branch '3.4.x' into 3.5.x
6 months ago
Stéphane Nicoll
ef25b0503d
Restore use of jakarta.ee
...
See gh-47592
6 months ago