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
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
19d7973776
Add bootTestRun to run app using test source set output and classpath
...
Closes gh-35248
2 years ago
Stephane Nicoll
a14b1d6807
Merge branch '3.0.x'
...
Closes gh-35272
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
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
Andy Wilkinson
fad24d5ced
Fix handling of default port in mail health indicator
...
Fixes gh-35247
2 years ago
Moritz Halbritter
243b337954
Remove copyright from the anchor-rewrite.properties
2 years ago
Moritz Halbritter
46fedfc4ef
Move JAR unpacking section and add AOT on JVM section
...
Closes gh-32905
2 years ago
Moritz Halbritter
bdca30e85b
Polish
2 years ago
Moritz Halbritter
71f4247340
Improve headings
...
See gh-32779
2 years ago
Moritz Halbritter
56b8e419be
Update getting started with alternative gradle instructions
...
Closes gh-32779
2 years ago
Moritz Halbritter
9b5a2643cc
Polish "Add service connection from Testcontainers Zipkin"
...
See gh-35107
2 years ago
Eddú Meléndez
ad4f6ffeb7
Add service connection from Testcontainers Zipkin
...
See gh-35107
2 years ago
Phillip Webb
8427e813af
Support import of idomatic testcontainer declaration classes
...
Add an `@ImportTestcontainers` annotation which can be used to import
idomatic testcontainer declaration classes.
Closes gh-35245
2 years ago
Phillip Webb
26566d4a30
Allow testcontainer beans to also contribute properties
...
Allow `Container` bean definitions to inject a `DynamicPropertyRegistry`
so that they can contribute environment properties.
Closes gh-35201
2 years ago
Phillip Webb
e9578fe745
Swallow BeanCurrentlyInCreationException exceptions
...
Update `TestcontainersLifecycleBeanPostProcessor` to that initialization
doesn't fail if a `BeanCurrentlyInCreationException` is thrown.
Prior to this commit, if the first bean being post-processed was a
configuration class declaring a bean that the `Container` depended on
all initialization would fail.
See gh-35223
2 years ago
Phillip Webb
3997771f6c
Polish
2 years ago
Phillip Webb
d86e82d026
Merge branch '3.0.x'
2 years ago
Phillip Webb
2c27ec5b7b
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
b3226c55d2
Polish
2 years ago
Phillip Webb
8e18862582
Merge branch '3.0.x'
2 years ago
Phillip Webb
8d1fb3be4f
Fix index error on test
...
See gh-35241
2 years ago
Phillip Webb
a890323758
Merge branch '3.0.x'
2 years ago
Phillip Webb
0f242ab3f7
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
6b646f6a8e
Update copyright year of changed files
2 years ago
Phillip Webb
cd5f0dff21
Merge branch '3.0.x'
...
Closes gh-35242
2 years ago
Phillip Webb
722cbc66c6
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35241
2 years ago
Phillip Webb
5ef0ee0ed4
Prevent early initialization of SessionRepository beans
...
Replace `SessionRepositoryFilterConfiguration` filter registration bean
with a `DelegatingFilterProxyRegistrationBean` so that
`SessionRepository` beans are not initialized early.
Fixes gh-35240
2 years ago
Scott Frederick
23ae91b008
Add native image manifest entry
...
A manifest entry `Spring-Boot-Native-Processed: true` is added to the
jar manifest by the Maven or Gradle plugin when the jar has been built
for use in a native image. With the Gradle plugin, this is done in
reaction to the GraalVM Native Image Plugin being applied to the
project. With the Maven plugin, this is done when the `native` profile
is applied to the build.
2 years ago
Scott Frederick
5ac6a3d90b
Add smoke test to verify MongoDB SSL connections
...
See gh-35042
2 years ago
Scott Frederick
3bb271e320
Add smoke test to verify Redis SSL connection
...
See gh-34815
2 years ago
Andy Wilkinson
161b54b1d4
Set Logback's root log level to INFO as early as possible
...
Closes gh-35238
2 years ago
Andy Wilkinson
aafe343ce6
Merge branch '3.0.x'
...
Closes gh-35237
2 years ago
Andy Wilkinson
9a39bf284b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35235
2 years ago