Moritz Halbritter
20321b5685
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36112
2023-06-29 11:39:20 +02:00
Moritz Halbritter
2b398827de
Add "baggage" section to tracing docs
...
Closes gh-34977
2023-06-29 11:30:58 +02:00
James Stansell
ea41a22284
Fix typo in docker compose service connections note
...
See gh-36016
2023-06-23 15:25:30 -06:00
Phillip Webb
31f218c4e0
Merge branch '3.0.x' into 3.1.x
2023-06-22 00:27:51 -07:00
Phillip Webb
9db3c5a2f7
Polish
2023-06-22 00:24:39 -07:00
Andy Wilkinson
5b69580d5d
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36004
2023-06-21 12:43:48 +01:00
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
2023-06-21 12:41:28 +01:00
Phillip Webb
5d6a507142
Merge branch '3.0.x' into 3.1.x
2023-06-16 14:35:23 -07:00
Phillip Webb
48e13af8c4
Merge branch '2.7.x' into 3.0.x
2023-06-16 14:34:54 -07:00
Johnny Lim
06157837e5
Polish
...
See gh-35872
2023-06-16 12:39:03 -07:00
Andy Wilkinson
251b5f2d0f
Merge branch '3.0.x' into 3.1.x
...
Closes gh-35909
2023-06-15 14:38:31 +01:00
Andy Wilkinson
a5981a4dac
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35908
2023-06-15 14:38:13 +01:00
Andy Wilkinson
9feb84e234
Add DynmicPropertySource to ordered list of property sources
...
Closes gh-32901
2023-06-15 14:36:38 +01:00
Sungchan Cho
96d5f8641c
Fix typo in Docker Compose documentation
...
See gh-35818
2023-06-13 10:18:16 +02:00
Moritz Halbritter
2e37c0da18
Merge branch '3.0.x'
...
Closes gh-35769
2023-06-07 09:32:14 +02:00
Moritz Halbritter
a9b4e9327c
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35768
2023-06-07 09:32:07 +02:00
twobiers
0dbc0fcf91
Move property notes up to external configuration section
...
See gh-35662
2023-06-07 09:29:23 +02:00
Moritz Halbritter
0cf93f1aa4
Merge branch '3.0.x'
...
Closes gh-35767
2023-06-07 09:08:54 +02:00
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
2023-06-07 09:07:14 +02:00
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
2023-06-05 21:49:41 -07:00
Yanming Zhou
e8659da59b
Fix error in SSL bundle documentation
...
See gh-35665
2023-05-30 17:15:50 -05:00
Moritz Halbritter
eb9077df86
Document how to customize the JDBC parameters when using Docker Compose
...
Closes gh-35636
2023-05-26 13:28:40 +02:00
Andy Wilkinson
6a74f63143
Merge branch '3.0.x'
...
Closes gh-35634
2023-05-25 14:20:17 +01:00
Andy Wilkinson
a9f89a1e3c
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35633
2023-05-25 14:19:58 +01:00
Andy Wilkinson
f452a86175
Polish "Document audience support in Oauth2 resource server"
...
See gh-35286
2023-05-25 14:11:44 +01:00
Bikash Adhikari
13c5c6efb1
Document audience support in Oauth2 resource server
...
See gh-35286
2023-05-25 14:11:27 +01:00
Moritz Halbritter
b82e7a72b1
Move @Testcontainers before @SpringBootTest in documentation
...
Closes gh-35572
2023-05-23 09:33:25 +02:00
Stephane Nicoll
9643dbeed2
Merge branch '3.0.x'
...
Closes gh-35590
2023-05-22 16:31:55 +02:00
Christoph Dreis
b2b5728995
Remove unnecessary exclude from spring-restdocs-mockmvc
...
See gh-35568
2023-05-22 16:31:22 +02:00
Stephane Nicoll
7a9bb55fdf
Merge branch '3.0.x'
...
Closes gh-35589
2023-05-22 16:24:56 +02:00
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
2023-05-17 16:26:59 -07:00
Andy Wilkinson
1097164a0e
Merge branch '3.0.x'
...
Closes gh-35457
2023-05-17 10:18:58 +01:00
Andy Wilkinson
aabb164892
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35456
2023-05-17 10:18:30 +01:00
Andy Wilkinson
d66563d544
Polish "Improve formatting of Kotlin permitAll example"
...
See gh-35454
2023-05-17 10:12:05 +01:00
Junsu Park
11a1de1e64
Improve formatting of Kotlin permitAll example
...
See gh-35454
2023-05-17 10:11:29 +01:00
Phillip Webb
ae90add7c7
Polish
2023-05-16 14:04:48 -07:00
Sébastien Deleuze
becff01db1
Improve Kotlin Testcontainers samples
...
Make those code samples more idiomatic.
See gh-35446
2023-05-16 19:28:47 +01:00
Scott Frederick
271cbb76c1
Improve documentation for including Docker Compose support in a build
...
Closes gh-35384
2023-05-10 13:42:36 -05:00
Johnny Lim
ff9fd1abeb
Polish
...
See gh-35185
2023-05-10 08:31:36 +02:00
Yanming Zhou
1cddb2a55f
Fix typo
...
See gh-35369
2023-05-10 08:27:33 +02:00
Moritz Halbritter
1504e3043d
Document devtools when using testcontainers at dev time
...
See gh-35200
2023-05-09 08:31:24 +02:00
Moritz Halbritter
afa929cd6b
Polish documentation
2023-05-05 13:38:27 +02:00
Moritz Halbritter
4d14d0e437
Merge branch '3.0.x'
...
Closes gh-35321
2023-05-05 11:31:54 +02:00
Moritz Halbritter
8a14f6d017
Clarify conditional support when using AOT
...
Closes gh-35262
2023-05-05 11:31:17 +02:00
Moritz Halbritter
c4deae3906
Document that Spring Boot by default calls 'docker compose stop'
2023-05-05 10:21:09 +02:00
Andy Wilkinson
4f9616c2f9
Change DockerComposeProperties shut down default to stop
...
Closes gh-35239
2023-05-04 21:09:16 +01:00
Moritz Halbritter
243b337954
Remove copyright from the anchor-rewrite.properties
2023-05-03 16:11:53 +02:00
Moritz Halbritter
46fedfc4ef
Move JAR unpacking section and add AOT on JVM section
...
Closes gh-32905
2023-05-03 16:01:19 +02:00
Moritz Halbritter
bdca30e85b
Polish
2023-05-03 14:33:07 +02:00
Moritz Halbritter
71f4247340
Improve headings
...
See gh-32779
2023-05-03 14:31:43 +02:00