Stéphane Nicoll
17b4d97e7b
Harmonize tutorial with JDK, Maven and Gradle recent versions
...
Closes gh-49411
3 weeks ago
Stéphane Nicoll
018c215e54
Add repository configuration section for SAML support
...
Closes gh-49260
3 weeks ago
Stéphane Nicoll
bf2e7ce8dd
Polish "Fix devtools configuration example format"
...
See gh-49357
3 weeks ago
Tran Ngoc Nhan
88bd63a0dc
Fix devtools configuration example format
...
See gh-49357
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3 weeks ago
Andy Wilkinson
d92d3a958b
Clarify inferred relationships between registrations and providers
...
Closes gh-49240
4 weeks ago
Tran Ngoc Nhan
4b2efca338
Align message in MyEnvironmentPostProcessor code sample
...
See gh-49282
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
4 weeks ago
Andy Wilkinson
9dca9d983e
Correct list of services where SSL is supported
...
Closes gh-49211
1 month ago
Stéphane Nicoll
70e9fd75ac
Polish "Document behavior of @Value with non-idiomatic format"
...
See gh-49054
2 months ago
Ian Drake
eb5822d6e4
Document behavior of @Value with non-idiomatic format
...
See gh-49054
Signed-off-by: Ian Drake <linkian209@gmail.com>
2 months ago
Stéphane Nicoll
21c7f7c7e7
Polish "Document naming convention for custom test-scoped starters"
...
See gh-49014
2 months ago
Stefano Cordio
09d3dda572
Document naming convention for custom test-scoped starters
...
See gh-49014
Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
2 months ago
Andy Wilkinson
84f75e4039
Polish "Highlight the importance of the preStop hook"
...
See gh-48936
2 months ago
Dave Syer
d0da26bf79
Highlight the importance of the preStop hook
...
Graceful shutdown is not sufficient on its own to ensure that in-flight
requests are handled during pod termination. The preStop hook should be
used to provide sufficient time for in-flight requests.
Signed-off-by: Dave Syer <david.syer@broadcom.com>
See gh-48936
2 months ago
Moritz Halbritter
46a0f48a97
Document the Docker Compose argument properties
...
Closes gh-48657
2 months ago
Moritz Halbritter
1ca799875c
Update documentation for Buildpack's AOT Cache support
...
Closes gh-48768
2 months ago
Tran Ngoc Nhan
f8d3d63f38
Fix package of MyConnectorHttpConfiguration.kt
...
See gh-48668
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3 months ago
Stéphane Nicoll
196d665e63
Clarify scope of HazelcastConfigCustomizer
...
Closes gh-48634
3 months ago
Tran Ngoc Nhan
0a03c1c724
Fix grammar and typos
...
See gh-48596
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3 months ago
Dmitry Sulman
e7d7dd887e
Remove outdated reference to Jackson Kotlin Module
...
See gh-48525
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
3 months ago
Stéphane Nicoll
a5b2086370
Improve caching documentation with regards to running tests
...
Closes gh-48529
3 months ago
Stéphane Nicoll
56e41d5877
Add a note that Log4J requires log path for file rotation
...
Closes gh-48524
3 months ago
Stéphane Nicoll
a6986a4b57
Polish formatting
4 months ago
Hyunwoo Jung
fd3bdf06c4
Review code sample of "Configuring Two DataSources" section
...
See gh-48407
Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com>
4 months ago
Andy Wilkinson
c4df126d75
Document need for aspectjweaver dependency
...
Closes gh-48358
4 months ago
Stéphane Nicoll
d6dc888e4a
Focus examples on TestRestTemplate configuration
...
Closes gh-48334
4 months ago
Andy Wilkinson
710e567ba5
Check javadoc macros in adoc files
...
Closes gh-48298
4 months ago
Andy Wilkinson
835199c9e8
Clarify effects of @EnableBatchProcessing
...
Closes gh-48264
4 months ago
Andy Wilkinson
fc8f9a322d
Annotation Kotlin auto-config examples with @AutoConfiguration
...
Closes gh-48220
4 months ago
Stéphane Nicoll
1650092890
Polish "Revise "Use Liquibase for test-only migrations" section"
...
See gh-48169
4 months ago
Vedran Pavic
7bc6ebc169
Revise "Use Liquibase for test-only migrations" section
...
See gh-48169
Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
4 months ago
Stéphane Nicoll
5bb8d711ce
Refer to Infinispan documentation
...
Rather than documenting what should be added to use Infinispan as a
cache provider, this commit adds a reference to the official
documentation.
Closes gh-48191
4 months ago
Phillip Webb
4625534e83
Force Testcontainers Docker API version for Docker 29.0.0+ compatibility
...
Add `docker-java.properties` to spring-boot-testcontainers and
`spring-boot-test` to force an API version upgrade.
Fixes gh-48104
4 months ago
Stéphane Nicoll
1d4551e460
Polish contribution
...
See gh-48156
4 months ago
Vedran Pavic
165942f8ab
Revise AWS section of "Deploying to the Cloud" in reference manual
...
See gh-48156
Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
4 months ago
Andy Wilkinson
afa2af1cf6
Correct docs on when setter is not needed with JavaBean binding
...
The two main changes are:
- A setter is no longer required when binding from a
comma-separated list as long as the target list is mutable. The
binder clears the list and then re-populates it.
- A setter is now required for arrays, previously the values
coming from configuration properties where merged into an existing
array. Now, the array is replaced.
Closes gh-43138
4 months ago
Scott Frederick
e1c33a7e3a
Add since attribute to uses of DeprecatedConfigurationProperty
...
Add an architecture rule to ensure that all usages of
`@DeprecatedConfigurationProperty` in the Spring Boot codebase include
the `since` attribute.
Add the `since` attribute to the few places where it was not already
included.
See gh-47980
Signed-off-by: Scott Frederick <scottyfred@gmail.com>
4 months ago
Andy Wilkinson
59224fdd6f
Document Actuator's ObjectMapper isolation
...
Closes gh-47039
4 months ago
Andy Wilkinson
eeebc37813
Document how to configure ServletContext init parameters
...
Closes gh-47951
4 months ago
Andy Wilkinson
5aeaa74508
Document how soon-to-expire SSL certs are reported
...
Closes gh-45564
4 months ago
Moritz Halbritter
e58c8975f6
Document how to use ContextPropagatingTaskDecorator for propagating trace context over thread boundaries
...
Closes gh-47893
4 months ago
Phillip Webb
3690a958f2
Replace use of ubuntu-noble-run-base with ubuntu-noble-run
...
Update code and documentation to use the correct Paketo base image of
`ubuntu-noble-run` rather than `ubuntu-noble-run-base` which was
published only for testing purposes.
Closes gh-47966
5 months ago
Stéphane Nicoll
ba9afc005c
Adapt AOTCache documentation to JEP 514
...
Closes gh-47274
5 months ago
Stéphane Nicoll
653e575a8d
Polish "Clarify Actuator's endpoint extension support"
...
See gh-47740
5 months ago
Mikhail Polivakha
a77c6ef9ee
Clarify Actuator's endpoint extension support
...
See gh-47740
Signed-off-by: mipo256 <mikhailpolivakha@email.com>
5 months ago
Tran Ngoc Nhan
4bebd47c4e
Fix typos
...
See gh-47747
5 months ago
Stéphane Nicoll
5280f1ab8f
Refresh tools getting started section
...
Closes gh-47699
5 months ago
Phillip Webb
bc6a92a1c9
Include deprecated configuration properties in reference documentation
...
Add a new appendix section to show deprecated properties and when
possible their replacement or reason.
Closes gh-47622
5 months ago
Stéphane Nicoll
f7e7664a5a
Adapt links to Lettuce and Jedis
...
Closes gh-47391
6 months ago
fhiyo
b3db525f0f
Use non-deprecated syntax to configure sourceCompatibility
...
See gh-47339
Signed-off-by: fhiyo <13327262+fhiyo@users.noreply.github.com>
6 months ago
Andy Wilkinson
e4e3988433
Fix link to Framework's @Bean annotation
...
Closes gh-47329
6 months ago