Stéphane Nicoll
040e19eeee
Revert "Upgrade to Elasticsearch Client 9.3.2"
...
This reverts commit 5d54a0a145 .
See gh-49603
2026-03-16 21:13:02 +01:00
Stéphane Nicoll
9c23da79f0
Upgrade to Spring Security 7.1.0-M3
...
Closes gh-49446
2026-03-16 21:10:30 +01:00
Stéphane Nicoll
b6adeeb37d
Upgrade to Spring LDAP 4.1.0-M2
...
Closes gh-49444
2026-03-16 21:10:29 +01:00
Stéphane Nicoll
9f51b398fa
Upgrade to Spring Data Bom 2026.0.0-M2
...
Closes gh-49440
2026-03-16 21:10:29 +01:00
Stéphane Nicoll
db9130b2a6
Upgrade to Spring AMQP 4.1.0-M3
...
Closes gh-49438
2026-03-16 21:10:29 +01:00
Andy Wilkinson
684e279d6f
Merge branch '4.0.x'
...
Closes gh-49618
2026-03-16 18:01:32 +00:00
Andy Wilkinson
797253a447
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49617
2026-03-16 18:00:39 +00:00
Andy Wilkinson
22e3646bc3
Merge pull request #49591 from bbbbooo
...
* gh-49591:
Polish "Fix EndpointRequest links matching for separate management port"
Fix EndpointRequest links matching for separate management port
Closes gh-49591
2026-03-16 17:45:54 +00:00
Andy Wilkinson
a148983e7f
Polish "Fix EndpointRequest links matching for separate management port"
...
See gh-49591
Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com >
2026-03-16 17:45:07 +00:00
bbbbooo
79f91eac56
Fix EndpointRequest links matching for separate management port
...
When management.endpoints.web.base-path is empty and management runs
on a different port, EndpointRequest.toLinks() and toAnyEndpoint()
do not match the links endpoint consistently.
Derive the links path based on the management port type on both
servlet and reactive sides, and add regression tests for each
implementation.
See gh-49591
Signed-off-by: bbbbooo <hyeons1213@gmail.com >
2026-03-16 16:39:12 +00:00
Stéphane Nicoll
a7b86cd49c
Merge branch '4.0.x'
2026-03-16 16:05:07 +01:00
Stéphane Nicoll
5896b0cba8
Merge branch '3.5.x' into 4.0.x
2026-03-16 16:04:56 +01:00
Stéphane Nicoll
ab7d6a9d29
Adapt assertion to different error message
2026-03-16 15:44:15 +01:00
Andy Wilkinson
255626f29e
Upgrade to Kotlin 2.3.20
...
Closes gh-49613
2026-03-16 14:08:30 +00:00
Andy Wilkinson
23e671f1cd
Revert "Upgrade to Kotlin 2.3.20"
...
This reverts commit 85c8432baf . The
upgrade breaks various tests in spring-boot-gradle-plugin that use
the Kotlin DSL.
See gh-49613
2026-03-16 13:19:47 +00:00
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