Stephane Nicoll
5ed5820f92
Clarify expected jar size in getting started doc
...
Closes gh-34514
2 years ago
Stephane Nicoll
d101004d5f
Document @DataR2dbcTest support
...
Closes gh-35014
2 years ago
Scott Frederick
e25c267585
Update Paketo builder references in documentation
...
Closes gh-36688
2 years ago
Andy Wilkinson
5f72e441d0
Polish "Add note about enabling docker compose support in tests"
...
See gh-36636
2 years ago
Matteo Bianchi
0e43e81e73
Add note about enabling docker compose support in tests
...
See gh-36636
2 years ago
Mahatma_Fatal_Error
98f76698c8
Fix server.forward-headers-strategy documentation
...
See gh-36564
2 years ago
Christoph Dreis
8321887d6a
Fix typos
...
See gh-36306
2 years ago
Andy Wilkinson
2a5a5d19b7
Update Servlet container system requirements
...
Closes gh-36354
2 years ago
Phillip Webb
034803ee2f
Polish
2 years ago
Yanming Zhou
9439494923
Polish formatting in "Running Spring Batch Jobs on Startup"
...
See gh-36225
2 years ago
Phillip Webb
fc31e14e72
Polish 'Improve Kubernetes probe customization documentation'
...
See gh-34978
2 years ago
Ivo Smid
028ff3a7be
Improve Kubernetes probe customization documentation
...
See gh-34978
2 years ago
Andy Wilkinson
1f75ba557e
Document HTTP client auto-detection for RestTemplate and WebClient
...
Closes gh-34136
2 years ago
Phillip Webb
a14ddd6900
Polish adoc formatting
3 years ago
Andy Wilkinson
362182efd8
Polish "Polish Kafka Properties Docs"
...
See gh-36032
3 years ago
Gary Russell
025063e708
Polish Kafka Properties Docs
...
There are 4 client types but there were a couple of places where not
all client types were mentioned (such as 'applies to producers,
consumers and admins').
See gh-36032
3 years ago
JuHyeong Ahn
dbdb4d4e8d
Fix typo in Using R2DBC
...
See gh-36019
3 years ago
Moritz Halbritter
606063589f
Document trace propagation with RestTemplate and WebClient
...
Closes gh-34053
3 years ago
Moritz Halbritter
2b398827de
Add "baggage" section to tracing docs
...
Closes gh-34977
3 years ago
James Stansell
ea41a22284
Fix typo in docker compose service connections note
...
See gh-36016
3 years ago
Phillip Webb
9db3c5a2f7
Polish
3 years ago
Andy Wilkinson
f584d6dbd9
Replace `@EnableBatchProcessing` in slice test examples
...
Using `@EnableBatchProcessing` is no longer necessary to enable
Batch's auto-configuration so it's no longer a good example when
discussing sliced tests and user configuration.
This commit replaces `@EnableBatchProcessing` with an alternative
annotation, `@EnableMongoAuditing` and updates the accompanying
text.
Closes gh-33435
3 years ago
Johnny Lim
06157837e5
Polish
...
See gh-35872
3 years ago
Andy Wilkinson
9feb84e234
Add DynmicPropertySource to ordered list of property sources
...
Closes gh-32901
3 years ago
Sungchan Cho
96d5f8641c
Fix typo in Docker Compose documentation
...
See gh-35818
3 years ago
twobiers
0dbc0fcf91
Move property notes up to external configuration section
...
See gh-35662
3 years ago
Steve Riesenberg
ba9f92fa86
Improve OAuth2 Client section of docs
...
* Add an OpenID Connect login client example
* Update redirect-uri examples to match Security docs and not require
any customization
* Update client-authentication-method for Spring Security 6 usage
* Update provider configuration example to align with Spring
Authorization Server
* Format Java DSL according to Spring Security docs
* Use Kotlin DSL
* Update redirection endpoint base uri example to use ant pattern
See gh-35679
3 years ago
Phillip Webb
1669b81af7
Add 'fromApplication' and 'with' Kotlin extension functions
...
Update `SpringApplicationExtensions.kt` with `fromApplication` and
`with` functions that make `SpringApplication.from(...)` easier to use
with Kotlin.
Fixes gh-35756
3 years ago
Yanming Zhou
e8659da59b
Fix error in SSL bundle documentation
...
See gh-35665
3 years ago
Moritz Halbritter
eb9077df86
Document how to customize the JDBC parameters when using Docker Compose
...
Closes gh-35636
3 years ago
Andy Wilkinson
f452a86175
Polish "Document audience support in Oauth2 resource server"
...
See gh-35286
3 years ago
Bikash Adhikari
13c5c6efb1
Document audience support in Oauth2 resource server
...
See gh-35286
3 years ago
Moritz Halbritter
b82e7a72b1
Move @Testcontainers before @SpringBootTest in documentation
...
Closes gh-35572
3 years ago
Christoph Dreis
b2b5728995
Remove unnecessary exclude from spring-restdocs-mockmvc
...
See gh-35568
3 years ago
Phillip Webb
060581d078
Remove pluggable docker compose ReadinessCheck
...
Remove pluggable `ReadinessCheck` interface and only use the
`TcpConnectServiceReadinessCheck` implementation for now. We
may re-introduce pluggable checks in a future version.
See gh-35544
3 years ago
Andy Wilkinson
d66563d544
Polish "Improve formatting of Kotlin permitAll example"
...
See gh-35454
3 years ago
Junsu Park
11a1de1e64
Improve formatting of Kotlin permitAll example
...
See gh-35454
3 years ago
Phillip Webb
ae90add7c7
Polish
3 years ago
Sébastien Deleuze
becff01db1
Improve Kotlin Testcontainers samples
...
Make those code samples more idiomatic.
See gh-35446
3 years ago
Phillip Webb
9af19370a6
Backport build and CI concerns
...
Backport build and CI concerns primarily related to repo.spring.io
changes and Docker config.
3 years ago
Scott Frederick
271cbb76c1
Improve documentation for including Docker Compose support in a build
...
Closes gh-35384
3 years ago
Johnny Lim
ff9fd1abeb
Polish
...
See gh-35185
3 years ago
Yanming Zhou
1cddb2a55f
Fix typo
...
See gh-35369
3 years ago
Moritz Halbritter
1504e3043d
Document devtools when using testcontainers at dev time
...
See gh-35200
3 years ago
Moritz Halbritter
afa929cd6b
Polish documentation
3 years ago
Moritz Halbritter
8a14f6d017
Clarify conditional support when using AOT
...
Closes gh-35262
3 years ago
Moritz Halbritter
c4deae3906
Document that Spring Boot by default calls 'docker compose stop'
3 years ago
Andy Wilkinson
4f9616c2f9
Change DockerComposeProperties shut down default to stop
...
Closes gh-35239
3 years ago
Moritz Halbritter
243b337954
Remove copyright from the anchor-rewrite.properties
3 years ago
Moritz Halbritter
46fedfc4ef
Move JAR unpacking section and add AOT on JVM section
...
Closes gh-32905
3 years ago