Moritz Halbritter
46a0f48a97
Document the Docker Compose argument properties
...
Closes gh-48657
2 weeks ago
Moritz Halbritter
1ca799875c
Update documentation for Buildpack's AOT Cache support
...
Closes gh-48768
2 weeks ago
Tran Ngoc Nhan
f8d3d63f38
Fix package of MyConnectorHttpConfiguration.kt
...
See gh-48668
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3 weeks ago
Stéphane Nicoll
196d665e63
Clarify scope of HazelcastConfigCustomizer
...
Closes gh-48634
3 weeks ago
Tran Ngoc Nhan
0a03c1c724
Fix grammar and typos
...
See gh-48596
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 month ago
Dmitry Sulman
e7d7dd887e
Remove outdated reference to Jackson Kotlin Module
...
See gh-48525
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
1 month ago
Stéphane Nicoll
a5b2086370
Improve caching documentation with regards to running tests
...
Closes gh-48529
1 month ago
Stéphane Nicoll
56e41d5877
Add a note that Log4J requires log path for file rotation
...
Closes gh-48524
1 month ago
Stéphane Nicoll
a6986a4b57
Polish formatting
2 months ago
Hyunwoo Jung
fd3bdf06c4
Review code sample of "Configuring Two DataSources" section
...
See gh-48407
Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com>
2 months ago
Andy Wilkinson
c4df126d75
Document need for aspectjweaver dependency
...
Closes gh-48358
2 months ago
Stéphane Nicoll
d6dc888e4a
Focus examples on TestRestTemplate configuration
...
Closes gh-48334
2 months ago
Andy Wilkinson
710e567ba5
Check javadoc macros in adoc files
...
Closes gh-48298
2 months ago
Andy Wilkinson
835199c9e8
Clarify effects of @EnableBatchProcessing
...
Closes gh-48264
2 months ago
Andy Wilkinson
fc8f9a322d
Annotation Kotlin auto-config examples with @AutoConfiguration
...
Closes gh-48220
2 months ago
Stéphane Nicoll
1650092890
Polish "Revise "Use Liquibase for test-only migrations" section"
...
See gh-48169
2 months ago
Vedran Pavic
7bc6ebc169
Revise "Use Liquibase for test-only migrations" section
...
See gh-48169
Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
2 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
2 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
2 months ago
Stéphane Nicoll
1d4551e460
Polish contribution
...
See gh-48156
2 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>
2 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
2 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>
2 months ago
Andy Wilkinson
59224fdd6f
Document Actuator's ObjectMapper isolation
...
Closes gh-47039
2 months ago
Andy Wilkinson
eeebc37813
Document how to configure ServletContext init parameters
...
Closes gh-47951
2 months ago
Andy Wilkinson
b09b0296c3
Check aggregated property metadata
...
Closes gh-47972
2 months ago
Andy Wilkinson
5aeaa74508
Document how soon-to-expire SSL certs are reported
...
Closes gh-45564
2 months ago
Moritz Halbritter
e58c8975f6
Document how to use ContextPropagatingTaskDecorator for propagating trace context over thread boundaries
...
Closes gh-47893
2 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
3 months ago
Stéphane Nicoll
ba9afc005c
Adapt AOTCache documentation to JEP 514
...
Closes gh-47274
3 months ago
Stéphane Nicoll
653e575a8d
Polish "Clarify Actuator's endpoint extension support"
...
See gh-47740
3 months ago
Mikhail Polivakha
a77c6ef9ee
Clarify Actuator's endpoint extension support
...
See gh-47740
Signed-off-by: mipo256 <mikhailpolivakha@email.com>
3 months ago
Andy Wilkinson
d2a349868e
Limit Kotlin API docs to Kotlin code
...
Previously, the Kotlin API docs included Java APIs. This commit
corrects this by suppressing all Dokkatoo source sets other than
main (main in src/main/kotlin, javaMain is src/main/java).
Dokkatoo is sensitive to the order in which plugins are applied. This
commit adapts to the sensitivity by changing the order in which
the Dokatoo and Kotlin JVM plugins are applied. This prevents the
Dokatoo plugin for overwriting the configuration that's applied by
our Kotlin conventions.
Closes gh-47763
3 months ago
Tran Ngoc Nhan
4bebd47c4e
Fix typos
...
See gh-47747
3 months ago
Stéphane Nicoll
5280f1ab8f
Refresh tools getting started section
...
Closes gh-47699
3 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
3 months ago
Stéphane Nicoll
f7e7664a5a
Adapt links to Lettuce and Jedis
...
Closes gh-47391
4 months ago
fhiyo
b3db525f0f
Use non-deprecated syntax to configure sourceCompatibility
...
See gh-47339
Signed-off-by: fhiyo <13327262+fhiyo@users.noreply.github.com>
4 months ago
Andy Wilkinson
e4e3988433
Fix link to Framework's @Bean annotation
...
Closes gh-47329
4 months ago
Moritz Halbritter
4a1de8534f
Add detection for Bitnami Legacy images
...
This commit also adjusts the tests to use bitnamilegacy images because we have no way to test against the original bitnami images.
Closes gh-46983
4 months ago
Moritz Halbritter
66ba91876a
Document support for Java 25
...
Closes gh-47245
4 months ago
Chanwon-Seo
4d499c3e46
Fix links to Flyway reference documentation
...
See gh-46976
Signed-off-by: Chanwon-Seo <scwonn60@gmail.com>
5 months ago
Łukasz Jernaś
a18df11d91
Fix location of Kotlin configuration metadata samples
...
See gh-46774
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
5 months ago
Johnny Lim
edb38f9bf8
Polish
...
See gh-46785
Signed-off-by: Johnny Lim <izeye@naver.com>
6 months ago
Łukasz Jernaś
bb812965f6
Add missing Kotlin Observability examples
...
See gh-46775
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
6 months ago
Stéphane Nicoll
ac73852e87
Polish "Add Kotlin samples for tracing"
...
See gh-46699
6 months ago
Łukasz Jernaś
1e15cc1ab0
Add Kotlin samples for tracing
...
See gh-46699
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
6 months ago
Stéphane Nicoll
c4f2922b60
fixup! Upgrade to Pulsar 4.0.6
6 months ago
Stéphane Nicoll
815bdc528b
Upgrade to Pulsar 3.3.8
...
Closes gh-46716
6 months ago
Andy Wilkinson
c9c80763b7
Improve aggregation in the reference docs project
...
Closes gh-46600
6 months ago