Stephane Nicoll
a323bd90a8
Polish "Reintroduce support for ActiveMQ"
...
See gh-35048
3 years ago
Martin BENDA
3e9908a797
Reintroduce support for ActiveMQ
...
See gh-35048
3 years ago
Andy Wilkinson
0da209db08
Polish "Add support for Oracle R2DBC Service Connection"
...
See gh-34852
3 years ago
Andy Wilkinson
98d077c74c
Polish "Add service connection from Testcontainers Redpanda"
...
See gh-34780
3 years ago
Andy Wilkinson
d30f0575f0
Polish "Improve documentation of tracing deps and config props"
...
See gh-34991
3 years ago
Robert K
dfe60cb2d3
Improve documentation of tracing deps and config props
...
See gh-34991
3 years ago
Eddú Meléndez
aea5b77d1e
Add missing containers configuration reference to code snippet
...
See gh-35031
3 years ago
Mortitz Halbritter
842e17eced
Add Docker Compose support
...
Add `spring-boot-docker-compose` module with service connection
support.
Closes gh-34747
Co-authored-by: Phillip Webb <pwebb@vmware.com>
Co-authored-by: "Andy Wilkinson <wilkinsona@vmware.com>
3 years ago
Phillip Webb
5ac48f5f15
Add testcontainers service connection auto-configuration
...
Add auto-configuration for `Container` beans that are also
annotated with `@ServiceConnection`. This commit allow
testcontainers to be used at development time and a new section
has been added to the documentation to describe the feature.
Closes gh-35022
3 years ago
Phillip Webb
91e6e4e391
Update documentation to note the spring-boot-testcontainers module
...
See gh-34757
3 years ago
Phillip Webb
1a0b9bdcd0
Move Testcontainers documentation from howto to features
...
Closes gh-35018
3 years ago
Phillip Webb
81a972af8d
Refactor testcontainers service connections
...
Update restcontainers service connections support so that
technology specific `@ServiceConnector` annotations are not longer
required.
A single `@ServiceConnector` annotation can now be used to create
all `ConnectionDetail` beans.
Closes gh-35017
3 years ago
Phillip Webb
11dac5b5b7
Create dedicated spring-boot-testcontainers module
...
Create a dedicated testcontainers module containing the service
connectors code.
Closes gh-34757
3 years ago
Phillip Webb
053c968fb4
Polish
3 years ago
Phillip Webb
00dc942e94
Migrate to Spring Security lambda config
...
Closes gh-35011
3 years ago
Gerrit Meier
96919b4fcd
Use current Neo4j version in testcontainers
...
See gh-34775
3 years ago
João Guilherme de Souza Lima
b418ab8623
Clarify servlet container compatibility
...
See gh-34697
3 years ago
Stephane Nicoll
579364c2ec
Polish "Auto-configure observation for Spring-Batch"
...
See gh-34305
3 years ago
Isabek Tashiev
e186d441ed
Document requirement for Maven 3.6.3 and later
...
See gh-34759
3 years ago
Andy Wilkinson
95f45eab1f
Create service connections from Testcontainers-managed containers
...
Building upon the auto-configuration support for service connections,
this commit adds support for deriving connection details from a
Testcontainers-managed container. Several service-specific
annotations have been introduced. These annotations can be used on a
container field to indicate that it is a source of the details for
a service connection.
See gh-34658
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
3 years ago
Andy Wilkinson
1fc3c34fa2
Document support for Java 20
...
Closes gh-34642
3 years ago
Andy Wilkinson
f06536f642
Polish Authorization Server auto-configuration
3 years ago
Steve Riesenberg
25d77ee70b
Add Spring Authorization Server support
...
See gh-34003
3 years ago
swapy
a450d8582d
Fix typo in Spring Batch auto-configuration documentation
...
See gh-34646
3 years ago
Scott Frederick
1c05ad2852
Polish "Clarify conventions for custom error pages in WebFlux"
...
See gh-34534
3 years ago
Dave Syer
f285364f22
Clarify conventions for custom error pages in WebFlux
...
See gh-34534
3 years ago
Scott Frederick
6dc0f90e00
Polish "Disable embedded web auto-config when not using embedded web server"
...
See gh-34332
3 years ago
Guirong Hu
b2facecb12
Disable embedded web auto-config when not using embedded web server
...
See gh-34332
3 years ago
Andy Wilkinson
da156224aa
Polish "Update two references to old APIs in the docs"
...
See gh-34567
3 years ago
1993heqiang
e447c49f3b
Update two references to old APIs in the docs
...
See gh-34567
3 years ago
Andy Wilkinson
68a1dd3a76
Document support for Gradle 8
...
Closes gh-34458
3 years ago
Mahmoud Ben Hassine
04bbbb4e4a
Update Batch documentation
...
This commit updates the documentation about how
to configure Spring Batch v5 with Spring Boot v3.
See gh-34437
3 years ago
Moritz Halbritter
2becf70c2a
Polish "Add RabbitTemplateCustomizer"
...
See gh-34050
3 years ago
Damiano Albani
ea70ff7efe
Fix typo
...
See gh-34398
3 years ago
Jongwoo Han
8e166595c0
Fix typo in external-config.adoc
...
See gh-34386
3 years ago
Phillip Webb
a5902d7a00
Update copyright year of changed files
3 years ago
Andy Wilkinson
88de3cc089
Temporarily remove auto-config for Reactor context propagation
...
See gh-34201
3 years ago
Phillip Webb
df5898a146
Reformat code following spring-javaformat upgrade
3 years ago
Brian Clozel
4da42c09a6
Configure automatic context propagation for Reactor
...
This commit adds a new configuration property,
`spring.reactor.context-propagation` that configures the context
propagation mode for Reactor operators. By default the value is set to
"AUTO" for reinstating automatically context values as ThreadLocals
within Reactor operators. The "LIMITED" mode restricts this feature ot
the "tap" and "handle" operators but has a slightly lower footprint.
Closes gh-34201
3 years ago
Jerome Prinet
cfd589c8ce
Do not cache :spring-boot-project:spring-boot-docs:asciidoctor* tasks
...
See gh-34199
3 years ago
Andy Wilkinson
710559297e
Polish "Fix bean name by adding sample class with prefix"
...
See gh-34029
3 years ago
Raina Banerjee
0a3007133b
Fix bean name by adding sample class with prefix
...
See gh-34029
3 years ago
Andy Wilkinson
fe944ca5cd
Polish "Document addition config for throw-exception-if-no-handler-found"
...
See gh-31660
3 years ago
Michal Domagala
2cad4a7174
Document addition config for throw-exception-if-no-handler-found
...
See gh-31660
3 years ago
Scott Frederick
33aef7fe27
Update CLI installation docs to download releases from Maven Central
...
Closes gh-33962
3 years ago
Johnny Lim
0bca966c19
Update "Customizing Sanitization" documentation
...
See gh-34051
3 years ago
Andy Wilkinson
2bf780237a
Polish "Add Redis application properties example"
...
See gh-33965
3 years ago
Marcel Wollschläger
b6f900dd98
Add Redis application properties example
...
For the `Connect to Redis` section in the documentation also mention how
to configure the Redis connection via application properties similar
to the other connectors (Mongodb, Elasticsearch, Neo4j, ...).
See gh-33965
3 years ago
Yubao Liu
6ba5329a79
Allow different log level for FILE and CONSOLE appender
...
- java.util.logging isn't supported yet
See gh-32076
3 years ago
Johnny Lim
5eeb429e44
Polish
...
See gh-33966
3 years ago