Commit Graph
4362 Commits
Author SHA1 Message Date
Stéphane Nicoll 33ae2a1d67 Merge branch '3.4.x' into 3.5.x 2025-12-08 12:41:14 +01:00
Stéphane Nicoll a6986a4b57 Polish formatting 2025-12-08 12:41:04 +01:00
Stéphane Nicoll 9c88270be6 Merge branch '3.4.x' into 3.5.x
Closes gh-48448
2025-12-08 12:31:21 +01:00
Hyunwoo Jung fd3bdf06c4 Review code sample of "Configuring Two DataSources" section
See gh-48407

Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com>
2025-12-08 12:28:38 +01:00
Andy Wilkinson 3e0c1a66c3 Merge branch '3.4.x' into 3.5.x
Closes gh-48359
2025-12-01 11:59:13 +00:00
Andy Wilkinson c4df126d75 Document need for aspectjweaver dependency
Closes gh-48358
2025-12-01 11:58:24 +00:00
Stéphane Nicoll 5a20176331 Merge branch '3.4.x' into 3.5.x
Closes gh-48335
2025-11-28 16:04:30 +01:00
Stéphane Nicoll d6dc888e4a Focus examples on TestRestTemplate configuration
Closes gh-48334
2025-11-28 16:03:48 +01:00
Andy Wilkinson 7b1b834fce Merge branch '3.4.x' into 3.5.x
Closes gh-48299
2025-11-26 10:45:02 +00:00
Andy Wilkinson 710e567ba5 Check javadoc macros in adoc files
Closes gh-48298
2025-11-26 10:41:49 +00:00
Andy Wilkinson a30efc8e0a Merge branch '3.4.x' into 3.5.x
Closes gh-48265
2025-11-24 11:23:22 +00:00
Andy Wilkinson 835199c9e8 Clarify effects of @EnableBatchProcessing
Closes gh-48264
2025-11-24 11:22:50 +00:00
Andy Wilkinson 7459fe0163 Merge branch '3.4.x' into 3.5.x
Closes gh-48227
2025-11-21 16:46:26 +00:00
Andy Wilkinson fc8f9a322d Annotation Kotlin auto-config examples with @AutoConfiguration
Closes gh-48220
2025-11-21 16:44:54 +00:00
Stéphane Nicoll 1650092890 Polish "Revise "Use Liquibase for test-only migrations" section"
See gh-48169
2025-11-21 12:05:42 +01:00
Vedran Pavic 7bc6ebc169 Revise "Use Liquibase for test-only migrations" section
See gh-48169

Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
2025-11-21 12:03:29 +01:00
Stéphane Nicoll 2f27912aea Merge branch '3.4.x' into 3.5.x
Closes gh-48217
2025-11-21 11:27:45 +01:00
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
2025-11-21 11:23:40 +01:00
Phillip Webb 0bb0d5370a Merge branch '3.4.x' into 3.5.x
Closes gh-48192
2025-11-19 10:34:56 -08:00
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
2025-11-19 10:33:34 -08:00
Stéphane Nicoll 1d4551e460 Polish contribution
See gh-48156
2025-11-18 11:05:26 +01:00
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>
2025-11-18 11:04:00 +01:00
Andy Wilkinson 2f1f964a2a Merge branch '3.4.x' into 3.5.x
Closes gh-48130
2025-11-14 08:07:51 +00:00
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
2025-11-14 08:07:41 +00:00
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>
2025-11-13 14:28:27 +01:00
Andy Wilkinson d9e6be9b21 Merge branch '3.4.x' into 3.5.x
Closes gh-48114
2025-11-13 11:24:24 +00:00
Andy Wilkinson 59224fdd6f Document Actuator's ObjectMapper isolation
Closes gh-47039
2025-11-13 11:24:16 +00:00
Andy Wilkinson 4e75a07ef7 Merge branch '3.4.x' into 3.5.x
Closes gh-48111
2025-11-13 10:56:42 +00:00
Andy Wilkinson eeebc37813 Document how to configure ServletContext init parameters
Closes gh-47951
2025-11-13 10:56:18 +00:00
Andy Wilkinson bab7307606 Merge branch '3.4.x' into 3.5.x
Closes gh-48062
2025-11-11 18:44:52 +00:00
Andy Wilkinson 5aeaa74508 Document how soon-to-expire SSL certs are reported
Closes gh-45564
2025-11-11 18:44:21 +00:00
Moritz Halbritter f69fbdb5f5 Merge branch '3.4.x' into 3.5.x
Closes gh-48052
2025-11-11 14:15:57 +01:00
Moritz Halbritter e58c8975f6 Document how to use ContextPropagatingTaskDecorator for propagating trace context over thread boundaries
Closes gh-47893
2025-11-11 12:51:11 +01:00
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
2025-11-05 09:49:35 -08:00
Stéphane Nicoll ba9afc005c Adapt AOTCache documentation to JEP 514
Closes gh-47274
2025-11-03 15:06:53 +01:00
Stéphane Nicoll 32cf90c123 Merge branch '3.4.x' into 3.5.x
Closes gh-47873
2025-10-30 07:40:16 +01:00
Stéphane Nicoll 653e575a8d Polish "Clarify Actuator's endpoint extension support"
See gh-47740
2025-10-30 07:37:16 +01:00
Mikhail Polivakha a77c6ef9ee Clarify Actuator's endpoint extension support
See gh-47740

Signed-off-by: mipo256 <mikhailpolivakha@email.com>
2025-10-30 07:36:57 +01:00
Phillip Webb 7c16f9ac20 Merge branch '3.4.x' into 3.5.x
Closes gh-47748
2025-10-21 11:28:35 -07:00
Tran Ngoc Nhan 4bebd47c4e Fix typos
See gh-47747
2025-10-21 11:27:41 -07:00
Stéphane Nicoll 12a0538484 Merge branch '3.4.x' into 3.5.x
Closes gh-47700
2025-10-19 16:15:38 +02:00
Stéphane Nicoll 5280f1ab8f Refresh tools getting started section
Closes gh-47699
2025-10-19 16:15:13 +02:00
Phillip Webb 21d64003a5 Merge branch '3.4.x' into 3.5.x
Closes gh-47669
2025-10-16 20:55:51 -07:00
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
2025-10-16 20:52:24 -07:00
Stéphane Nicoll 45bf83d737 Merge branch '3.4.x' into 3.5.x
Closes gh-47392
2025-10-03 14:25:29 +02:00
Stéphane Nicoll f7e7664a5a Adapt links to Lettuce and Jedis
Closes gh-47391
2025-10-03 14:25:10 +02:00
Stéphane Nicoll 93c9413ac0 Merge branch '3.4.x' into 3.5.x
Closes gh-47343
2025-09-29 09:46:07 +02:00
fhiyo b3db525f0f Use non-deprecated syntax to configure sourceCompatibility
See gh-47339

Signed-off-by: fhiyo <13327262+fhiyo@users.noreply.github.com>
2025-09-29 09:42:04 +02:00
Andy Wilkinson 9c727be8f2 Merge branch '3.4.x' into 3.5.x
Closes gh-47330
2025-09-26 10:31:02 +01:00
Andy Wilkinson e4e3988433 Fix link to Framework's @Bean annotation
Closes gh-47329
2025-09-26 10:29:25 +01:00