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
Moritz Halbritter
335a0b76b5
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47275
2025-09-19 10:38:39 +02:00
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
2025-09-19 10:18:59 +02:00
Moritz Halbritter
66ba91876a
Document support for Java 25
...
Closes gh-47245
2025-09-18 08:22:56 +02:00
Moritz Halbritter
efa806e3b5
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46988
2025-08-28 17:06:18 +02:00
Chanwon-Seo
4d499c3e46
Fix links to Flyway reference documentation
...
See gh-46976
Signed-off-by: Chanwon-Seo <scwonn60@gmail.com >
2025-08-28 17:04:33 +02:00
Stéphane Nicoll
c86eaa5fd5
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46857
2025-08-18 09:34:58 +02:00
Łukasz Jernaś
a18df11d91
Fix location of Kotlin configuration metadata samples
...
See gh-46774
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com >
2025-08-18 09:34:27 +02:00
Stéphane Nicoll
78aac2fd33
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46800
2025-08-12 11:22:23 +02:00
Johnny Lim
edb38f9bf8
Polish
...
See gh-46785
Signed-off-by: Johnny Lim <izeye@naver.com >
2025-08-12 11:16:32 +02:00
Stéphane Nicoll
b055d7b15c
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46798
2025-08-12 11:06:06 +02:00
Łukasz Jernaś
bb812965f6
Add missing Kotlin Observability examples
...
See gh-46775
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com >
2025-08-12 11:00:56 +02:00
Stéphane Nicoll
3518f62c43
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46767
2025-08-11 09:17:39 +02:00
Stéphane Nicoll
ac73852e87
Polish "Add Kotlin samples for tracing"
...
See gh-46699
2025-08-11 09:16:55 +02:00
Łukasz Jernaś
1e15cc1ab0
Add Kotlin samples for tracing
...
See gh-46699
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com >
2025-08-11 09:11:02 +02:00
Stéphane Nicoll
de1b8fa1c0
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46610
2025-07-31 08:16:22 +02:00
Stéphane Nicoll
f8c5f052b2
Polish "Mention the Virtual Threads changes in Java 24"
...
See gh-46547
2025-07-31 08:12:21 +02:00
Zakaria Shahen
6b8fde04a1
Mention the Virtual Threads changes in Java 24
...
See gh-46547
Signed-off-by: Zakaria Shahen <35308232+zakaria-shahen@users.noreply.github.com >
2025-07-31 08:07:03 +02:00
Stéphane Nicoll
5ad1c78929
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46543
2025-07-25 16:30:05 +02:00