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
Stephane Nicoll
7a9bb55fdf
Merge branch '3.0.x'
...
Closes gh-35589
2 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
2 years ago
Andy Wilkinson
1097164a0e
Merge branch '3.0.x'
...
Closes gh-35457
2 years ago
Andy Wilkinson
aabb164892
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35456
2 years ago
Andy Wilkinson
d66563d544
Polish "Improve formatting of Kotlin permitAll example"
...
See gh-35454
2 years ago
Junsu Park
11a1de1e64
Improve formatting of Kotlin permitAll example
...
See gh-35454
2 years ago
Phillip Webb
ae90add7c7
Polish
2 years ago
Sébastien Deleuze
becff01db1
Improve Kotlin Testcontainers samples
...
Make those code samples more idiomatic.
See gh-35446
2 years ago
Scott Frederick
271cbb76c1
Improve documentation for including Docker Compose support in a build
...
Closes gh-35384
2 years ago
Johnny Lim
ff9fd1abeb
Polish
...
See gh-35185
2 years ago
Yanming Zhou
1cddb2a55f
Fix typo
...
See gh-35369
2 years ago
Moritz Halbritter
1504e3043d
Document devtools when using testcontainers at dev time
...
See gh-35200
2 years ago
Moritz Halbritter
afa929cd6b
Polish documentation
2 years ago
Moritz Halbritter
4d14d0e437
Merge branch '3.0.x'
...
Closes gh-35321
2 years ago
Moritz Halbritter
8a14f6d017
Clarify conditional support when using AOT
...
Closes gh-35262
2 years ago
Moritz Halbritter
c4deae3906
Document that Spring Boot by default calls 'docker compose stop'
2 years ago
Andy Wilkinson
4f9616c2f9
Change DockerComposeProperties shut down default to stop
...
Closes gh-35239
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
Eddú Meléndez
ad4f6ffeb7
Add service connection from Testcontainers Zipkin
...
See gh-35107
2 years ago