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
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
Moritz Halbritter
a6798172c6
Merge branch '3.4.x'
...
Closes gh-46009
2025-06-18 13:34:04 +02:00
Moritz Halbritter
d4db78987c
Merge branch '3.3.x' into 3.4.x
...
Closes gh-46008
2025-06-18 13:33:54 +02:00
Moritz Halbritter
6ef1830bc8
Document that /error is secured by default
...
Closes gh-45663
2025-06-18 13:33:38 +02:00
Andy Wilkinson
82f9491a74
Improve description of TestRestTemplate's Apache client defaults
...
Closes gh-45842
2025-06-17 19:30:16 +01:00
Phillip Webb
7613594b3a
Relax profile naming restrictions and allow opt-out
...
Rework profile name validation logic so that `.` and `+` and `@` can
be used in the names. Also provide an opt-out property that can be
set to restore earlier Spring Boot behavior.
The commit also include an update to the reference documentation.
Fixes gh-45947
2025-06-13 11:54:05 -07:00
Andy Wilkinson
523c26c75d
Merge branch '3.4.x'
...
Closes gh-45863
2025-06-10 09:00:34 +01:00
Andy Wilkinson
515abc4221
Include all auto-config modules in auto-config classes appendix
...
Closes gh-45861
2025-06-10 08:58:42 +01:00
Andy Wilkinson
458578033e
Merge branch '3.4.x'
...
Closes gh-45844
2025-06-06 11:26:54 +01:00
Andy Wilkinson
93dd39e52e
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45843
2025-06-06 11:26:34 +01:00
Andy Wilkinson
de54d4df89
Improve linking to Testcontainers' javadoc
...
Closes gh-45802
2025-06-06 11:10:01 +01:00
Stéphane Nicoll
d436884f4c
Merge branch '3.4.x'
...
Closes gh-45740
2025-06-02 16:33:33 +02:00
Stéphane Nicoll
323f078283
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45739
2025-06-02 16:33:27 +02:00
Tran Ngoc Nhan
c313322aaf
Fix Gradle Shadow Plugin link in reference documentation
...
See gh-45720
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-06-02 16:32:42 +02:00
Julio Gómez Díaz
3eaed90d94
Fix artifactId of prometheus-metrics-exporter-pushgateway in example
...
See gh-45684
Signed-off-by: Julio Gómez Díaz <juliojgd@gmail.com >
2025-05-26 16:41:54 +02:00
Stéphane Nicoll
d05148d4d6
Merge branch '3.4.x'
...
Closes gh-45683
2025-05-26 16:18:21 +02:00
Stéphane Nicoll
6a82134f94
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45682
2025-05-26 16:18:12 +02:00
Tran Ngoc Nhan
7448f8c73a
Document use of git-commit-id-maven-plugin consistently
...
See gh-45677
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-05-26 16:11:52 +02:00
Andy Wilkinson
d98ca77235
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45649
2025-05-23 12:31:08 +01:00
Andy Wilkinson
9a2d8c589e
Clarify how to use Pushgateway auto-configuration
...
Closes gh-44392
2025-05-23 12:30:08 +01:00
Andy Wilkinson
b142798bdb
Merge branch '3.4.x'
...
Closes gh-45626
2025-05-21 08:41:04 +01:00
Andy Wilkinson
ea8c64262d
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45625
2025-05-21 08:40:37 +01:00
Andy Wilkinson
bdf0ef19a4
Correct docs for use of static with @ConfigurationPropertiesBinding
...
Closes gh-45621
2025-05-21 08:39:10 +01:00
Lari Hotari
a9f5a4194e
Make heapdump endpoint restricted by default
...
See gh-45624
Signed-off-by: Lari Hotari <lhotari@users.noreply.github.com >
2025-05-20 17:22:51 -07:00