Stephane Nicoll
d9f28c513d
Start building against Spring Batch 5.0.2 snapshots
...
See gh-35300
2 years ago
Stephane Nicoll
968006cc19
Start building against Reactor Bom 2022.0.7 snapshots
...
See gh-35299
2 years ago
Stephane Nicoll
28024b2d7f
Start building against Micrometer 1.10.7 snapshots
...
See gh-35298
2 years ago
Stephane Nicoll
2b03e51a19
Start building against Spring WS 3.1.7 snapshots
...
See gh-35295
2 years ago
Stephane Nicoll
d614d1336e
Start building against Spring Integration 5.5.18 snapshots
...
See gh-35294
2 years ago
Stephane Nicoll
546c0e0aaf
Start building against Spring Framework 5.3.28 snapshots
...
See gh-35293
2 years ago
Stephane Nicoll
f32923da1a
Start building against Spring Data Bom 2021.2.12 snapshots
...
See gh-35292
2 years ago
Stephane Nicoll
b4715f5e1e
Start building against Reactor Bom 2020.0.32 snapshots
...
See gh-35291
2 years ago
Stephane Nicoll
ec72bcc9a8
Start building against Micrometer 1.9.11 snapshots
...
See gh-35290
2 years ago
Andy Wilkinson
1ec6195994
Merge branch '3.0.x'
...
Closes gh-35320
2 years ago
Andy Wilkinson
1af5f4e40b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35319
2 years ago
Andy Wilkinson
3a45d46583
Allow buildSrc to resolve Framework snapshots
...
Closes gh-35297
2 years ago
Phillip Webb
56af1569d3
Refine @ImportTestcontainers support
...
Refine logic so that bean names are no longer generated based on their
type and containers are started early.
See gh-35245
2 years ago
Scott Frederick
1143396531
Add smoke tests to verify Couchbase SSL connections
...
See gh-34811
2 years ago
Scott Frederick
d4107a8185
Add smoke tests to verify Cassandra SSL connections
...
See gh-25602
2 years ago
Andy Wilkinson
4f9616c2f9
Change DockerComposeProperties shut down default to stop
...
Closes gh-35239
2 years ago
Andy Wilkinson
6a39b497ad
Make Oracle Docker Compose integration tests more robust
...
Closes gh-35285
2 years ago
Andy Wilkinson
c78cc4408a
Disable more s-b-testcontainers tests when Docker is unavailable
...
See gh-35245
2 years ago
Andy Wilkinson
d224f69c7b
Upgrade to R2DBC MySQL 1.0.1
...
Closes gh-35284
2 years ago
Andy Wilkinson
9169a9daa2
Upgrade to Netty 4.1.92.Final
...
Closes gh-35283
2 years ago
Andy Wilkinson
8cd3741e16
Upgrade to Mockito 5.3.1
...
Closes gh-35282
2 years ago
Andy Wilkinson
38ba2b98bc
Upgrade to MariaDB 3.1.4
...
Closes gh-35281
2 years ago
Andy Wilkinson
eafcc62b85
Upgrade to Kotlin 1.8.21
...
Closes gh-35280
2 years ago
Andy Wilkinson
8de41b43ae
Upgrade to JUnit Jupiter 5.9.3
...
Closes gh-35279
2 years ago
Andy Wilkinson
6f816d196d
Upgrade to Jakarta Activation 2.1.2
...
Closes gh-35278
2 years ago
Andy Wilkinson
c4da29e1ab
Upgrade to Jackson Bom 2.15.0
...
Closes gh-35277
2 years ago
Andy Wilkinson
bae40eeffe
Upgrade to Infinispan 14.0.9.Final
...
Closes gh-35276
2 years ago
Andy Wilkinson
306dc637a0
Upgrade to Hibernate 6.2.2.Final
...
Closes gh-35275
2 years ago
Andy Wilkinson
c52c48e444
Upgrade to Elasticsearch Client 8.7.1
...
Closes gh-35274
2 years ago
Andy Wilkinson
7477ec135d
Switch Bomr's upgrade policy to same minor version
2 years ago
Stephane Nicoll
e6afc490b0
Expose ApplicationContext when using SpringApplication#from
...
This commit returns the running application context when running an
application via SpringApplication#from so that it is consistent with
the regular SpringApplication#run.
Closes gh-35203
2 years ago
Andy Wilkinson
10fd7517a8
Disable ImportTestcontainersTests when Docker is unavailable
...
See gh-35245
2 years ago
Andy Wilkinson
ae86c2f30e
Avoid using Jackson 2.15 in system tests that invoke Gradle
...
Closes gh-35273
2 years ago
Andy Wilkinson
19d7973776
Add bootTestRun to run app using test source set output and classpath
...
Closes gh-35248
2 years ago
Stephane Nicoll
9cadc6ffbb
Merge branch '3.0.x'
2 years ago
Stephane Nicoll
a83b1c880a
Merge branch '2.7.x' into 3.0.x
2 years ago
Stephane Nicoll
7e91bff83b
Upgrade Ubuntu version in CI images
...
Closes gh-35258
2 years ago
Stephane Nicoll
b798bfd9d6
Upgrade Ubuntu version in CI images
...
Closes gh-35257
2 years ago
Stephane Nicoll
75e9a7e95b
Upgrade Ubuntu version in CI images
...
Closes gh-35259
2 years ago
Stephane Nicoll
a14b1d6807
Merge branch '3.0.x'
...
Closes gh-35272
2 years ago
Stephane Nicoll
09a1f650dd
Merge pull request #35256 from theborakompanioni
...
* pr/35256:
Add reference to Tor Spring Boot Starter
Closes gh-35256
2 years ago
Thebora Kompanioni
319f98680b
Add reference to Tor Spring Boot Starter
...
See gh-35256
2 years ago
Andy Wilkinson
e43998615c
Add a test-run goal to the Maven plugin
...
Closes gh-35202
2 years ago
Moritz Halbritter
5f84588b5d
Merge branch '3.0.x'
...
Closes gh-35270
2 years ago
Moritz Halbritter
ea4521acdb
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35269
2 years ago
Moritz Halbritter
6ca9f91a8b
Fix NPE when gracefully shutting down netty
...
Closes gh-35264
2 years ago
Jonatan Ivanov
1234cedf1a
Merge pull request #35165 from jonatan-ivanov
...
* pr/35165:
Support Brave's joint spans
Closes gh-35165
2 years ago
Jonatan Ivanov
5142e8e157
Support Brave's joint spans
...
Brave has a feature called joint spans that was enabled by default with
Spring Cloud Sleuth (and Boot 2.x). This has changed with
Micrometer Tracing and Boot 3.x. In order to make migration simpler,
joint spans should be set through a property.
This is a Brave+B3-only feature, W3C is not supported by Brave and
OTel does not have this capability.
See gh-35165
2 years ago
Andy Wilkinson
8494ad82cd
Merge branch '3.0.x'
...
Closes gh-35255
2 years ago
Andy Wilkinson
0776d01f16
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35254
2 years ago