Phillip Webb
034803ee2f
Polish
1 year ago
Andy Wilkinson
0bfc3c3872
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36233
1 year ago
Yanming Zhou
9439494923
Polish formatting in "Running Spring Batch Jobs on Startup"
...
See gh-36225
1 year ago
Phillip Webb
2e11349c93
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36219
1 year ago
Phillip Webb
9884abb379
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36218
1 year ago
Phillip Webb
fc31e14e72
Polish 'Improve Kubernetes probe customization documentation'
...
See gh-34978
1 year ago
Ivo Smid
028ff3a7be
Improve Kubernetes probe customization documentation
...
See gh-34978
1 year ago
Andy Wilkinson
215763bded
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36215
1 year ago
Andy Wilkinson
b764b5beee
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36214
1 year ago
Andy Wilkinson
1f75ba557e
Document HTTP client auto-detection for RestTemplate and WebClient
...
Closes gh-34136
1 year ago
Phillip Webb
7c63870305
Merge branch '3.0.x' into 3.1.x
1 year ago
Phillip Webb
a14ddd6900
Polish adoc formatting
1 year ago
Andy Wilkinson
164bd7924e
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36142
1 year ago
Andy Wilkinson
3d1ca62a6f
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36141
1 year ago
Andy Wilkinson
362182efd8
Polish "Polish Kafka Properties Docs"
...
See gh-36032
1 year 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
1 year ago
Andy Wilkinson
d7da2d9eb2
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36139
1 year ago
Andy Wilkinson
66aa55b65d
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36138
1 year ago
JuHyeong Ahn
dbdb4d4e8d
Fix typo in Using R2DBC
...
See gh-36019
1 year ago
Moritz Halbritter
3d15b02441
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36131
1 year ago
Moritz Halbritter
606063589f
Document trace propagation with RestTemplate and WebClient
...
Closes gh-34053
1 year ago
Moritz Halbritter
20321b5685
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36112
1 year ago
Moritz Halbritter
2b398827de
Add "baggage" section to tracing docs
...
Closes gh-34977
1 year ago
James Stansell
ea41a22284
Fix typo in docker compose service connections note
...
See gh-36016
1 year ago
Phillip Webb
31f218c4e0
Merge branch '3.0.x' into 3.1.x
1 year ago
Phillip Webb
9db3c5a2f7
Polish
1 year ago
Andy Wilkinson
5b69580d5d
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36004
1 year 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
1 year ago
Phillip Webb
5d6a507142
Merge branch '3.0.x' into 3.1.x
1 year ago
Phillip Webb
48e13af8c4
Merge branch '2.7.x' into 3.0.x
1 year ago
Johnny Lim
06157837e5
Polish
...
See gh-35872
1 year ago
Andy Wilkinson
251b5f2d0f
Merge branch '3.0.x' into 3.1.x
...
Closes gh-35909
1 year ago
Andy Wilkinson
a5981a4dac
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35908
1 year ago
Andy Wilkinson
9feb84e234
Add DynmicPropertySource to ordered list of property sources
...
Closes gh-32901
1 year ago
Sungchan Cho
96d5f8641c
Fix typo in Docker Compose documentation
...
See gh-35818
1 year ago
Moritz Halbritter
2e37c0da18
Merge branch '3.0.x'
...
Closes gh-35769
1 year ago
Moritz Halbritter
a9b4e9327c
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35768
1 year ago
twobiers
0dbc0fcf91
Move property notes up to external configuration section
...
See gh-35662
1 year ago
Moritz Halbritter
0cf93f1aa4
Merge branch '3.0.x'
...
Closes gh-35767
1 year 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
1 year 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
1 year ago
Yanming Zhou
e8659da59b
Fix error in SSL bundle documentation
...
See gh-35665
1 year ago
Moritz Halbritter
eb9077df86
Document how to customize the JDBC parameters when using Docker Compose
...
Closes gh-35636
2 years ago
Andy Wilkinson
6a74f63143
Merge branch '3.0.x'
...
Closes gh-35634
2 years ago
Andy Wilkinson
a9f89a1e3c
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35633
2 years ago
Andy Wilkinson
f452a86175
Polish "Document audience support in Oauth2 resource server"
...
See gh-35286
2 years ago
Bikash Adhikari
13c5c6efb1
Document audience support in Oauth2 resource server
...
See gh-35286
2 years ago
Moritz Halbritter
b82e7a72b1
Move @Testcontainers before @SpringBootTest in documentation
...
Closes gh-35572
2 years ago
Stephane Nicoll
9643dbeed2
Merge branch '3.0.x'
...
Closes gh-35590
2 years ago
Christoph Dreis
b2b5728995
Remove unnecessary exclude from spring-restdocs-mockmvc
...
See gh-35568
2 years ago