Andy Wilkinson
83d1a42d29
Document support for Java 27
...
Closes gh-51424
2026-09-17 15:22:25 +01:00
Stéphane Nicoll
02d98eb7bf
Remove reference to AppOptics in the reference guide
...
Closes gh-51807
2026-09-17 07:56:46 +02:00
Phillip Webb
bab9413c9d
Remove spring-data-envers links since it's now part of spring-data-jpa
...
Closes gh-51798
2026-09-16 17:30:59 -07:00
Phillip Webb
558b9741a3
Link to spring spring-data-relational documentation
...
Replace spring-data-jdbc and spring-data-r2dbc links with
spring-data-relational.
Closes gh-51795
2026-09-16 16:46:16 -07:00
Tran Ngoc Nhan
a0ea4cd367
Update Spring Framework reference links
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
See gh-51750
2026-09-15 16:12:04 +01:00
Tran Ngoc Nhan
f8c3831792
Update testcontainers javadoc links
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
See gh-51739
2026-09-15 13:10:24 +01:00
Hyunwoo Jung
528c8bd1ea
Fix typos
...
Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com >
See gh-51590
2026-09-07 11:53:30 +01:00
Phillip Webb
c121e09ece
Remove references to Spring Data Geode
...
Closes gh-51563
2026-09-03 17:48:57 -07:00
Phillip Webb
2e1502e5d7
Refactor BOM link DSL
...
Update link DSL with a new `Links` type and an enum for the type
rather than a name. This update also fixes Hibernate links which were
broken.
See gh-51498
2026-08-31 21:22:46 -07:00
Phillip Webb
9c8bf507d4
Simplify documentation dependencies
2026-08-26 14:03:44 -07:00
Phillip Webb
fd0f76304c
Sort implementation dependencies in spring-boot-docs
2026-08-26 11:03:23 -07:00
Phillip Webb
a1cc95e8a6
Polish gradle dependency declarations
...
Remove 'path:' prefix when possible.
2026-08-26 10:39:28 -07:00
chisanw
857d1b7a8a
Fix typos in service connection documentation
...
See gh-51431
Signed-off-by: chisanw <keuye06380618@gmail.com >
2026-08-25 12:07:13 -07:00
Alexander Makarov
768308ec74
Document SAML2 back-off in WebFlux security documentation
...
See gh-51421
Signed-off-by: Alexander Makarov <alexander.makarov@nightsong.li >
2026-08-25 09:16:39 +02:00
Stéphane Nicoll
083b4d3f0e
Polish
...
See gh-51411
2026-08-24 08:01:15 +02:00
Alexander Makarov
13389a27e7
Remove reference to SpringBootWebSecurityConfiguration
...
Servlet web security moved to ServletWebSecurityAutoConfiguration, but
the MVC Security section still describes SecurityAutoConfiguration
importing SpringBootWebSecurityConfiguration, which no longer exists.
See gh-51411
Signed-off-by: Alexander Makarov <alexander.makarov@nightsong.li >
2026-08-24 07:57:21 +02:00
Alexander Makarov
b0fbbe736d
Remove reference to removed InfluxDB auto-configuration
...
The auto-configuration for the InfluxDB client was removed in 3.4.0, but
the NoSQL section of the reference documentation still described it.
See gh-51172
Signed-off-by: Alexander Makarov <alexander.makarov@nightsong.li >
2026-08-03 08:14:32 +02:00
Alexander Makarov
bb62e8c171
Use JacksonJsonSerde in Kafka Streams documentation
...
See gh-51152
Signed-off-by: Alexander Makarov <alexander.makarov@nightsong.li >
2026-07-30 08:46:31 +02:00
Alexander Makarov
0ddd846424
Document alternative to deprecated HttpMessageConverters
...
See gh-51124
Signed-off-by: Alexander Makarov <alexander.makarov@nightsong.li >
2026-07-26 09:08:33 +02:00
wantaek
cb6e22eb46
Fix package of AutoConfigureCache in caching documentation
...
See gh-51111
Signed-off-by: wantaek <wantaekchoi@gmail.com >
2026-07-24 08:48:12 +02:00
Stefano Cordio
834f7e7197
Adapt examples in the metadata section to new package structure
...
See gh-51097
Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com >
2026-07-23 11:48:38 +02:00
Moritz Halbritter
b635877c67
Add link from AOT Cache documentation to the how-to guide
...
Closes gh-50996
2026-07-20 10:13:06 +02:00
Tran Ngoc Nhan
c463dd033b
Fix key for the MongoDB health indicator in reference guide
...
See gh-50931
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2026-07-14 08:07:07 +02:00
Stéphane Nicoll
22eef97293
Add missing or outdated copyright headers
...
See gh-50894
2026-06-30 10:04:39 +02:00
Andy Wilkinson
2b2a644569
Polish "Fix placeholder syntax in external config docs"
...
See gh-50859
Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com >
2026-06-27 13:00:37 +01:00
Doehyun Baek
6723791663
Fix placeholder syntax in external config docs
...
See gh-50859
Signed-off-by: Doehyun Baek <doehyunbaek@gmail.com >
2026-06-27 12:58:48 +01:00
vipi-n
463d68c19a
Fix duplicate word typos in documentation
...
Signed-off-by: vipi-n <vipinkm30@gmail.com >
See gh-50738
2026-06-24 17:57:15 +01:00
Andy Wilkinson
8f217b48a1
Polish "Fix forwarded headers property in cloud deployment docs"
...
See gh-50841
2026-06-24 15:38:35 +01:00
Doehyun Baek
9a2fb471bd
Fix forwarded headers property in cloud deployment docs
...
Signed-off-by: Doehyun Baek <doehyunbaek@gmail.com >
See gh-50841
2026-06-24 15:37:08 +01:00
Doehyun Baek
0acd43d598
Update web starter documentation
...
Signed-off-by: Doehyun Baek <doehyunbaek@gmail.com >
See gh-50842
2026-06-24 15:34:42 +01:00
Stéphane Nicoll
77672af56a
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50646
2026-05-31 20:21:18 +02:00
Stéphane Nicoll
804a65cd6f
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50629
2026-05-30 12:10:57 +02:00
Stéphane Nicoll
85ca24518c
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50621
2026-05-29 12:41:28 +02:00
Stéphane Nicoll
8845b31cf9
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50619
2026-05-29 12:36:08 +02:00
Stéphane Nicoll
78cdd415e3
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50613
2026-05-29 11:46:46 +02:00
Phillip Webb
2e6d53e664
Remove accidentally duplicated dockerfile documentation
...
Remove duplication accidentally introduced during merge.
See gh-50482
2026-05-22 14:42:43 -07:00
Phillip Webb
9051e53a57
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50484
2026-05-22 12:46:59 -07:00
Andy Wilkinson
add52b6ccd
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50439
2026-05-14 15:02:24 +01:00
Stéphane Nicoll
6093fd42cb
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50219
2026-04-25 11:47:30 +02:00
Stéphane Nicoll
3283c9264f
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50217
2026-04-25 11:21:07 +02:00
Stéphane Nicoll
47c591fe6f
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50198
2026-04-24 08:40:51 +02:00
Phillip Webb
e1561bc915
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50146
2026-04-21 20:32:15 -07:00
Stéphane Nicoll
b7a6e0f179
Adapt HTTP service interface clients configuration sample
...
This commit adapts a configuration example that wrongly described that
API versioning is supported.
Closes gh-50126
2026-04-20 08:22:58 +02:00
Stéphane Nicoll
1aaef07448
Apply API versioning path segment strategy last
...
This commit adapts the auto-configuration for API versioning to apply
the path segment last as this strategy is not meant to yield. It also
clarifies that configuration properties should not be used if ordering
of the strategies is important.
Closes gh-49800
2026-04-20 08:14:01 +02:00
Stéphane Nicoll
1b79e47102
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50097
2026-04-17 08:45:40 +02:00
Phillip Webb
dae5d24c4b
Merge branch '3.5.x' into 4.0.x
2026-04-10 17:53:08 -07:00
Phillip Webb
a546bd546f
Fix MySamlRelyingPartyConfiguration Kotlin sample location
...
See gh-50023
2026-04-10 17:04:20 -07:00
Phillip Webb
fdf478e6d5
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50024
2026-04-10 17:00:04 -07:00
Andy Wilkinson
dd6bc60d46
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50015
2026-04-10 10:14:16 +01:00
Stéphane Nicoll
c9cb517deb
Polish "Adapt documentation for Liquibase and Flyway to new modules"
...
See gh-49839
2026-04-03 09:12:01 +02:00