Moritz Halbritter
56059cf6a1
Fix typo
2026-04-27 11:52:39 +02:00
Stéphane Nicoll
5b9798704c
Merge branch '4.0.x'
...
Closes gh-50220
2026-04-25 11:47:44 +02: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
83ef0146f4
Merge branch '4.0.x'
...
Closes gh-50218
2026-04-25 11:22:09 +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
4bde3ad070
Merge branch '4.0.x'
...
Closes gh-50199
2026-04-24 08:41:56 +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
d5aa685ed0
Merge branch '4.0.x'
...
Closes gh-50147
2026-04-21 20:32:26 -07:00
Phillip Webb
e1561bc915
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50146
2026-04-21 20:32:15 -07:00
Phillip Webb
3bafd4994e
Document gRPC support
...
Closes gh-49291
2026-04-21 20:03:28 -07:00
bbbbooo
f169bf8a48
Monitor truststore certificates in SslMeterBinder
...
See gh-49641
Signed-off-by: bbbbooo <hyeons1213@gmail.com >
2026-04-21 12:25:49 +02:00
Moritz Halbritter
02df21cc07
Polish "Add support for docker.elastic.co/elasticsearch/elasticsearch"
...
See gh-50119
2026-04-20 09:03:40 +02:00
Stéphane Nicoll
eb290d6797
Merge branch '4.0.x'
...
Closes gh-50128
2026-04-20 08:23:12 +02: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
58c7a0f4e7
Merge branch '4.0.x'
...
Closes gh-50127
2026-04-20 08:21:39 +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
73f761817d
Merge branch '4.0.x'
...
Closes gh-50098
2026-04-17 08:45:52 +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
52cef18686
Support InetAddress filtering for HTTP Clients
...
Add `InetAddressFilter` interface which can be provided by
`HttpSettings` to filter out addresses in order to harden
applications against SSRF attacks.
Closes gh-49687
2026-04-13 22:03:50 -07:00
Stéphane Nicoll
495d16b1f8
Add auto-configuration for Redis annotation-driven listeners
...
This commit adds support for `@RedisListener` by providing the
infrastructure to register those endpoints using a default
`RedisMessageListenerContainer`.
Users wishing to configure additional containers can benefit from
`RedisMessageListenerContainerConfigurer`. The default container can
be tuned using new properties in the `spring.data.redis.listener`
namespace.
Closes gh-49858
2026-04-13 13:24:25 +02:00
Phillip Webb
53827d47d0
Move OAuth2 and SAML 2.0 documentation to a security section
...
Closes gh-50022
2026-04-10 21:09:58 -07:00
Phillip Webb
4cf2346ee7
Merge branch '4.0.x'
2026-04-10 17:53:33 -07:00
Phillip Webb
dae5d24c4b
Merge branch '3.5.x' into 4.0.x
2026-04-10 17:53:08 -07:00
Phillip Webb
f8a5bb131f
Merge branch '4.0.x'
2026-04-10 17:08:13 -07:00
Phillip Webb
a546bd546f
Fix MySamlRelyingPartyConfiguration Kotlin sample location
...
See gh-50023
2026-04-10 17:04:20 -07:00
Phillip Webb
b206830ca4
Merge branch '4.0.x'
...
Closes gh-50025
2026-04-10 17:00:22 -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
Stéphane Nicoll
c76b6b8c66
Add lazy JDBC connection fetching for pooled DataSources
...
This commit allows wrapping the auto-configured pooled DataSource in a
proxy that fetches connections as late as possible. JMX registration of
the underlying pool is preserved.
Closes gh-15480
2026-04-10 15:21:23 +02:00
Andy Wilkinson
7edde21acc
Merge branch '4.0.x'
...
Closes gh-50016
2026-04-10 10:14:31 +01: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
b103d2bb4c
Polish "Add support for configuring a custom SessionTimeout bean"
...
See gh-49883
2026-04-07 15:08:09 +02:00
Stéphane Nicoll
f1941b045f
Merge branch '4.0.x'
...
Closes gh-49875
2026-04-03 09:18:21 +02: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
Piotr Papaj
ebe074c7d3
Adapt documentation for Liquibase and Flyway to new modules
...
See gh-49839
Signed-off-by: Piotr Papaj <4591951+ppapaj@users.noreply.github.com >
2026-04-03 09:10:39 +02:00
Moritz Halbritter
09ece896a5
Merge branch '4.0.x'
...
Closes gh-49870
2026-04-02 11:16:36 +02:00
Moritz Halbritter
d437c11761
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49869
2026-04-02 11:12:20 +02:00
Moritz Halbritter
dc375134f9
Merge branch '4.0.x'
...
Closes gh-49867
2026-04-02 10:47:07 +02:00
Moritz Halbritter
4f47202910
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49866
2026-04-02 10:46:26 +02:00
Stéphane Nicoll
fec0e94570
Merge branch '4.0.x'
...
Closes gh-49852
2026-03-31 10:34:34 +02:00
Stéphane Nicoll
3c16fe6f4b
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49851
2026-03-31 10:31:10 +02:00
Moritz Halbritter
c56cbd46b2
Map OpenTelemetry environment variables to properties
...
Closes gh-48799
2026-03-30 15:28:42 +02:00
Stéphane Nicoll
5cecd3922f
Merge branch '4.0.x'
...
Closes gh-49834
2026-03-28 18:07:21 +01:00
bachhs
67ad1fa2b4
Adapt to Jackson 3 Kafka support
...
See gh-49826
Signed-off-by: bachhs <bachhs21@gmail.com >
2026-03-28 18:01:17 +01:00
Stéphane Nicoll
a93ad0f173
Merge branch '4.0.x'
...
Closes gh-49715
2026-03-23 16:27:35 +01:00
Stéphane Nicoll
bcd5b28da3
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49714
2026-03-23 16:27:16 +01:00
Andy Wilkinson
e8fe9166bf
Merge branch '4.0.x'
...
Closes gh-49705
2026-03-23 09:44:29 +00:00
Andy Wilkinson
1e5fd25888
Overhaul Spring Session documentation following modularization
...
Closes gh-49704
2026-03-23 09:43:56 +00:00
Lee Jiwon
d804749c2e
Fix duplicated words in external-config documentation
...
See gh-49700
Signed-off-by: Lee Jiwon <dlwldnjs1009@gmail.com >
2026-03-22 10:14:56 +01:00
Stéphane Nicoll
5296a5bbfd
Revert "Rename spring-boot-amqp to spring-boot-rabbitmq"
...
This reverts commit 72b8a6ca05 ,
b820d9feac , and
edadf816ab .
See gh-49620
2026-03-20 11:03:28 +01:00
Stéphane Nicoll
f728235906
Revert "Introduce Generic AMQP 1.0 client support"
...
This reverts commit 8dde82b557 , c388dc92
5b7f0f726b , and
2d71ef94ed .
See gh-49621
2026-03-20 11:02:35 +01:00