Andy Wilkinson
8dc7bfbb88
Merge branch '4.0.x'
2026-03-16 13:17:05 +00:00
Andy Wilkinson
1147a4c7ae
Merge branch '3.5.x' into 4.0.x
2026-03-16 13:16:53 +00:00
Andy Wilkinson
e1cc908dcd
Upgrade to Jakarta XML Bind 4.0.5
...
Closes gh-49616
2026-03-16 13:14:53 +00:00
Andy Wilkinson
9b0ad127db
Upgrade to Glassfish JAXB 4.0.7
...
Closes gh-49615
2026-03-16 13:14:49 +00:00
Andy Wilkinson
a904ce939a
Upgrade to SQLite JDBC 3.51.3.0
...
Closes gh-49614
2026-03-16 11:40:32 +00:00
Andy Wilkinson
85c8432baf
Upgrade to Kotlin 2.3.20
...
Closes gh-49613
2026-03-16 11:40:28 +00:00
Andy Wilkinson
1b2af27964
Upgrade to Jakarta XML Bind 4.0.5
...
Closes gh-49612
2026-03-16 11:40:23 +00:00
Andy Wilkinson
6da3b1b41b
Upgrade to Hibernate 7.2.7.Final
...
Closes gh-49611
2026-03-16 11:40:19 +00:00
Andy Wilkinson
980f97b6e0
Upgrade to Glassfish JAXB 4.0.7
...
Closes gh-49610
2026-03-16 11:40:14 +00:00
Andy Wilkinson
e0b756402d
Merge branch '4.0.x'
2026-03-16 11:36:46 +00:00
Andy Wilkinson
756722e57f
Upgrade to Jakarta XML Bind 4.0.5
...
Closes gh-49609
2026-03-16 11:26:04 +00:00
Andy Wilkinson
257975a0da
Upgrade to Hibernate 7.2.7.Final
...
Closes gh-49608
2026-03-16 11:25:59 +00:00
Andy Wilkinson
c75807e395
Upgrade to Glassfish JAXB 4.0.7
...
Closes gh-49607
2026-03-16 11:25:54 +00:00
Stéphane Nicoll
b12d40e8e5
Add support for Spring Batch MongoDB
...
This commit adds support for running Spring Batch jobs with a MongoDB
store. It aligns as much as possible to the JDBC counterpart, with
spring-boot-starter-batch-data-mongodb and spring-boot-starter-batch-data-mongodb-test.
As we do not have a way to initialize a MongoDB store at the moment,
this commit adds a conservative approach of executing commands defined
by the standard Spring Batch schema script.
Closes gh-43236
2026-03-16 12:11:19 +01:00
Andy Wilkinson
f2981d1bdc
Rename property to authorities-claim-expressions
...
See gh-48490
2026-03-16 10:35:57 +00:00
Andy Wilkinson
8fff41b3ec
Auto-configure ExpressionJwtGrantedAuthoritiesConverters
...
Closes gh-48490
2026-03-16 10:02:54 +00:00
Moritz Halbritter
da63bf6085
Don't register SpanContext if exemplars include is 'none'
...
See gh-49572
2026-03-16 10:31:46 +01:00
Moritz Halbritter
538e02b5ef
Don't register ExemplarContextProvider if exemplars include is 'none'
...
See gh-49572
2026-03-16 09:32:53 +01:00
Moritz Halbritter
3c1e2c0fcc
Merge branch '4.0.x'
...
Closes gh-49605
2026-03-16 08:45:46 +01:00
Moritz Halbritter
766e11dc28
Document support for Java 26
...
Closes gh-49604
2026-03-16 08:44:42 +01:00
Phillip Webb
5d54a0a145
Upgrade to Elasticsearch Client 9.3.2
...
Closes gh-49603
2026-03-15 20:53:05 -07:00
Andy Wilkinson
8e5ae84796
Adapt to nullability changes in spring-security-oauth2-jose
...
See gh-49446
2026-03-13 17:20:11 +00:00
Andy Wilkinson
79ef955563
Merge branch '4.0.x'
...
Closes gh-49599
2026-03-13 16:48:23 +00:00
Andy Wilkinson
76290f7871
Remove unused org.springframework.boot.docker-test plugin
...
Closes gh-49598
2026-03-13 16:38:01 +00:00
Andy Wilkinson
dc9840958a
Merge branch '4.0.x'
...
Closes gh-49597
2026-03-13 16:05:15 +00:00
Andy Wilkinson
6779e09933
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49596
2026-03-13 16:04:59 +00:00
Andy Wilkinson
57e768a654
Trim trailing slashes from tcp:// Docker hosts
...
Fixes gh-49055
2026-03-13 16:04:41 +00:00
Brian Clozel
369963f6b4
Merge branch '4.0.x'
...
Closes gh-49595
2026-03-13 16:54:36 +01:00
Brian Clozel
ed8cba80b6
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49593
2026-03-13 16:48:49 +01:00
Brian Clozel
c366ddaca0
Avoid duplicate RSocket endpoint for WebSocket
...
Prior to this commit, choosing a "websocket" transport for your RSocket
endpoint with `spring.rsocket.server.port` would not only expose the
endpoint on that specific port, but also on the main server.
This commit refines the auto-configuration condition to only add a route
on the main server if the separate port is not chosen.
Fixes gh-49592
2026-03-13 16:45:43 +01:00
Andy Wilkinson
91edda999e
Upgrade to Spring HATEOAS 3.1.0-M1
...
Closes gh-49589
2026-03-13 14:58:00 +00:00
Andy Wilkinson
ce19630ab9
Upgrade to Spring Framework 7.0.6
...
Closes gh-49441
2026-03-13 14:57:59 +00:00
Andy Wilkinson
43e0aac11d
Upgrade to MSSQL JDBC 13.4.0.jre11
...
Closes gh-49588
2026-03-13 14:57:59 +00:00
Moritz Halbritter
9f872bdde9
Fix OtlpMetricsExportAutoConfigurationTests on JDK 26
2026-03-13 15:34:13 +01:00
Moritz Halbritter
efd44dce56
Rename management.tracing.exemplars.filter to management.tracing.exemplars.include
...
See gh-49572
2026-03-13 15:07:11 +01:00
Moritz Halbritter
06272143bf
Add support for SslBundles to OTLP metrics export
...
Closes gh-49590
2026-03-13 14:38:54 +01:00
Andy Wilkinson
0e11041c68
Merge branch '4.0.x'
2026-03-13 13:10:07 +00:00
Andy Wilkinson
c088d33765
Upgrade to Spring HATEOAS 3.0.3
...
Closes gh-49587
2026-03-13 13:09:06 +00:00
Andy Wilkinson
ae4ac0ec27
Upgrade to Spring Framework 7.0.6
...
Closes gh-49418
2026-03-13 13:09:01 +00:00
Andy Wilkinson
8120f66b07
Upgrade to Spring Data Bom 2025.1.4
...
Closes gh-49417
2026-03-13 13:09:01 +00:00
Moritz Halbritter
d7f86aa07e
Add support for SslBundles to OTLP traces export
...
Closes gh-49584
2026-03-13 14:07:34 +01:00
Andy Wilkinson
38d6857c0d
Merge branch '4.0.x'
2026-03-13 13:07:14 +00:00
Andy Wilkinson
de31d3b29c
Merge branch '3.5.x' into 4.0.x
2026-03-13 13:07:04 +00:00
Andy Wilkinson
722408a05a
Upgrade to Spring HATEOAS 2.5.2
...
Closes gh-49586
2026-03-13 13:06:47 +00:00
Andy Wilkinson
c7292b5b8c
Upgrade to Spring Framework 6.2.17
...
Closes gh-49408
2026-03-13 13:06:43 +00:00
Andy Wilkinson
a40bad0e0d
Upgrade to Spring Data Bom 2025.0.10
...
Closes gh-49407
2026-03-13 13:06:42 +00:00
Andy Wilkinson
9b34699034
Merge branch '4.0.x'
...
Closes gh-49585
2026-03-13 12:25:11 +00:00
Andy Wilkinson
7619c23a1d
Merge pull request #49582 from answndud
...
* gh-49582:
Polish "Add failure analysis for missing auto-configured MailSender"
Add failure analysis for missing auto-configured MailSender
Closes gh-49582
2026-03-13 12:25:00 +00:00
Andy Wilkinson
f0aff3aa3c
Polish "Add failure analysis for missing auto-configured MailSender"
...
See gh-49582
Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com >
2026-03-13 12:24:25 +00:00
MJY
ffb36cb5ed
Add failure analysis for missing auto-configured MailSender
...
Signed-off-by: MJY <jmoon0227@gmail.com >
See gh-49582
2026-03-13 12:02:08 +00:00