Stéphane Nicoll
cc6bb61240
Merge branch '3.5.x' into 4.0.x
5 days ago
Stéphane Nicoll
dd54841c4a
Upgrade to Spring Batch 5.2.5
...
Closes gh-49406
5 days ago
Stéphane Nicoll
273942749c
Upgrade to Spring Batch 6.0.3
...
Closes gh-49416
6 days ago
Brian Clozel
a6d8c48e13
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49649
6 days ago
Brian Clozel
1f2ea4a6db
Revisit EndpointRequest matcher for additional paths
...
Prior to this commit, the `EndpointRequest` request matcher generator
would create many, complex matchers for the case of health groups
exposed on additional paths.
This commit revisits the matcher generation and simplifies their
matching to avoid conflicts with other matchers.
Fixes gh-49648
6 days ago
Brian Clozel
1ead08b9d8
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49646
6 days ago
Brian Clozel
01fbede2b2
Handle all requests in CloudFoundry mapping
...
Prior to this commit, the Servlet and Reactive CloudFoundry Actuator
Handler mapping would only handle requests to actual Actuator endpoints.
Here, our original intent has always been to reserve this URL namespace
for the CloudFoundry use case and not delegate to other handler
mappings.
This commit ensures that requests under this path should be processed by
known endpoints, or result in a "HTTP 403 Forbidden" response.
Fixes gh-49645
6 days ago
Moritz Halbritter
07f4f43281
Test against Java 26 GA
...
Closes gh-49642
6 days ago
Stéphane Nicoll
f9e050dac4
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49636
6 days ago
Stéphane Nicoll
dc54595f7a
Merge pull request #49622 from dependabot[bot]
...
* dependabot/npm_and_yarn/antora/springio/asciidoctor-extensions-1.0.0-alpha.18:
Bump @springio/asciidoctor-extensions in /antora
Closes gh-49622
6 days ago
dependabot[bot]
9bc3768814
Bump @springio/asciidoctor-extensions in /antora
...
Bumps [@springio/asciidoctor-extensions](https://github.com/spring-io/asciidoctor-extensions ) from 1.0.0-alpha.17 to 1.0.0-alpha.18.
- [Changelog](https://github.com/spring-io/asciidoctor-extensions/blob/main/CHANGELOG.adoc )
- [Commits](https://github.com/spring-io/asciidoctor-extensions/compare/v1.0.0-alpha.17...v1.0.0-alpha.18 )
---
updated-dependencies:
- dependency-name: "@springio/asciidoctor-extensions"
dependency-version: 1.0.0-alpha.18
dependency-type: direct:production
update-type: version-update:semver-patch
...
See gh-49622
Signed-off-by: dependabot[bot] <support@github.com>
6 days ago
Stéphane Nicoll
804679b1df
Merge branch '3.5.x' into 4.0.x
6 days ago
Stéphane Nicoll
f3d20bbecf
Upgrade to Spring WS 5.0.1
...
Closes gh-49531
6 days ago
Stéphane Nicoll
91ddcff68f
Upgrade to Spring Integration 7.0.4
...
Closes gh-49529
6 days ago
Stéphane Nicoll
dab797eadf
Upgrade to JBoss Logging 3.6.3.Final
...
Closes gh-49632
6 days ago
Stéphane Nicoll
691583437e
Upgrade to Spring WS 4.1.3
...
Closes gh-49528
6 days ago
Stéphane Nicoll
a5db799f8a
Upgrade to Spring Integration 6.5.8
...
Closes gh-49631
6 days ago
Stéphane Nicoll
5ee4ffe567
Upgrade to JBoss Logging 3.6.3.Final
...
Closes gh-49630
6 days ago
Stéphane Nicoll
73083c2b51
Upgrade to Kafka 4.1.2
...
See also https://github.com/yawkat/lz4-java/wiki/Gradle-and-org.lz4:lz4%E2%80%90java:1.8.1
Closes gh-49627
1 week ago
Andy Wilkinson
2956d90c9a
Merge branch '3.5.x' into 4.0.x
...
See gh-49607
See gh-49609
1 week ago
Andy Wilkinson
6dab9105af
Roll back JAX-B upgrades and prohibit 4.0.7 of the RI
...
See gh-49615
See gh-49616
1 week ago
Stéphane Nicoll
003a392916
Merge branch '3.5.x' into 4.0.x
1 week ago
Stéphane Nicoll
8769104df6
Upgrade to Spring Pulsar 2.0.4
...
Closes gh-49420
1 week ago
Stéphane Nicoll
04eba1fe65
Upgrade to Spring Kafka 4.0.4
...
Closes gh-49419
1 week ago
Stéphane Nicoll
1754358a85
Upgrade to Spring Pulsar 1.2.16
...
Closes gh-49410
1 week ago
Stéphane Nicoll
f5830536d4
Upgrade to Spring Kafka 3.3.14
...
Closes gh-49409
1 week ago
Stéphane Nicoll
0600810c34
Merge branch '3.5.x' into 4.0.x
1 week ago
Stéphane Nicoll
d04c42d315
Upgrade to Spring Security 6.5.9
...
Closes gh-49527
1 week ago
Stéphane Nicoll
49e5d5bc5b
Upgrade to Spring Security 7.0.4
...
Closes gh-49530
1 week ago
Andy Wilkinson
797253a447
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49617
1 week ago
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
1 week ago
Andy Wilkinson
a148983e7f
Polish "Fix EndpointRequest links matching for separate management port"
...
See gh-49591
Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
1 week ago
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>
1 week ago
Stéphane Nicoll
5896b0cba8
Merge branch '3.5.x' into 4.0.x
1 week ago
Stéphane Nicoll
ab7d6a9d29
Adapt assertion to different error message
1 week ago
Andy Wilkinson
1147a4c7ae
Merge branch '3.5.x' into 4.0.x
1 week ago
Andy Wilkinson
e1cc908dcd
Upgrade to Jakarta XML Bind 4.0.5
...
Closes gh-49616
1 week ago
Andy Wilkinson
9b0ad127db
Upgrade to Glassfish JAXB 4.0.7
...
Closes gh-49615
1 week ago
Andy Wilkinson
756722e57f
Upgrade to Jakarta XML Bind 4.0.5
...
Closes gh-49609
1 week ago
Andy Wilkinson
257975a0da
Upgrade to Hibernate 7.2.7.Final
...
Closes gh-49608
1 week ago
Andy Wilkinson
c75807e395
Upgrade to Glassfish JAXB 4.0.7
...
Closes gh-49607
1 week ago
Moritz Halbritter
766e11dc28
Document support for Java 26
...
Closes gh-49604
1 week ago
Andy Wilkinson
76290f7871
Remove unused org.springframework.boot.docker-test plugin
...
Closes gh-49598
2 weeks ago
Andy Wilkinson
6779e09933
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49596
2 weeks ago
Andy Wilkinson
57e768a654
Trim trailing slashes from tcp:// Docker hosts
...
Fixes gh-49055
2 weeks ago
Brian Clozel
ed8cba80b6
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49593
2 weeks ago
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
2 weeks ago
Andy Wilkinson
c088d33765
Upgrade to Spring HATEOAS 3.0.3
...
Closes gh-49587
2 weeks ago
Andy Wilkinson
ae4ac0ec27
Upgrade to Spring Framework 7.0.6
...
Closes gh-49418
2 weeks ago
Andy Wilkinson
8120f66b07
Upgrade to Spring Data Bom 2025.1.4
...
Closes gh-49417
2 weeks ago