Andy Wilkinson
c088d33765
Upgrade to Spring HATEOAS 3.0.3
...
Closes gh-49587
5 days ago
Andy Wilkinson
ae4ac0ec27
Upgrade to Spring Framework 7.0.6
...
Closes gh-49418
5 days ago
Andy Wilkinson
8120f66b07
Upgrade to Spring Data Bom 2025.1.4
...
Closes gh-49417
5 days ago
Andy Wilkinson
de31d3b29c
Merge branch '3.5.x' into 4.0.x
5 days ago
Andy Wilkinson
722408a05a
Upgrade to Spring HATEOAS 2.5.2
...
Closes gh-49586
5 days ago
Andy Wilkinson
c7292b5b8c
Upgrade to Spring Framework 6.2.17
...
Closes gh-49408
5 days ago
Andy Wilkinson
a40bad0e0d
Upgrade to Spring Data Bom 2025.0.10
...
Closes gh-49407
5 days ago
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
5 days ago
Andy Wilkinson
f0aff3aa3c
Polish "Add failure analysis for missing auto-configured MailSender"
...
See gh-49582
Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
5 days ago
MJY
ffb36cb5ed
Add failure analysis for missing auto-configured MailSender
...
Signed-off-by: MJY <jmoon0227@gmail.com>
See gh-49582
5 days ago
Stéphane Nicoll
2dca98547b
Merge branch '3.5.x' into 4.0.x
6 days ago
Stéphane Nicoll
03856fe0e2
Upgrade to Lombok 1.18.44
...
Closes gh-49575
6 days ago
Stéphane Nicoll
496386328b
Upgrade to Lombok 1.18.44
...
Closes gh-49574
6 days ago
Andy Wilkinson
5b0538c94c
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49562
1 week ago
Andy Wilkinson
99aff08477
List all supported colors when describing color-coded log output
...
Closes gh-49561
1 week ago
Moritz Halbritter
2b6559ccd6
Deprecate ZipkinWithOpenTelemetryTracingAutoConfiguration
...
See gh-49453
1 week ago
Moritz Halbritter
0e9840e7de
Provide advance warning of the deprecation and forthcoming removal of
...
OpenTelemetry's ZipkinSpanExporter
Closes gh-49453
1 week ago
Stéphane Nicoll
73b4fda218
Merge branch '3.5.x' into 4.0.x
1 week ago
Stéphane Nicoll
39440038ae
Upgrade to Reactor Bom 2025.0.4
...
Closes gh-49415
1 week ago
Stéphane Nicoll
153878b86f
Upgrade to Micrometer Tracing 1.6.4
...
Closes gh-49414
1 week ago
Stéphane Nicoll
bcee294f88
Upgrade to Micrometer 1.16.4
...
Closes gh-49413
1 week ago
Stéphane Nicoll
ac8cf34584
Upgrade to DB2 JDBC 12.1.4.0
...
Closes gh-49546
1 week ago
Stéphane Nicoll
c8adaa8527
Upgrade to Commons Logging 1.3.6
...
Closes gh-49545
1 week ago
Stéphane Nicoll
f66615bd9b
Upgrade to Reactor Bom 2024.0.16
...
Closes gh-49405
1 week ago
Stéphane Nicoll
79f82043d0
Upgrade to Micrometer Tracing 1.5.10
...
Closes gh-49404
1 week ago
Stéphane Nicoll
0b185b127e
Upgrade to Micrometer 1.15.10
...
Closes gh-49403
1 week ago
Stéphane Nicoll
9077605ed0
Upgrade to DB2 JDBC 12.1.4.0
...
Closes gh-49544
1 week ago
Andy Wilkinson
af774d681f
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49535
1 week ago
Andy Wilkinson
7280d248e4
Modernize assertion message for no classes or locations
...
Closes gh-49518
1 week ago
Andy Wilkinson
ace172f8e0
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49533
1 week ago
Andy Wilkinson
3e1b81975e
Merge pull request #49504 from sbrannen
...
* gh-49504:
Use MergedContextConfiguration.hasResources()
Closes gh-49504
1 week ago
Sam Brannen
7306fd04de
Use MergedContextConfiguration.hasResources()
...
Simplify the code by using MergedContextConfiguration.hasResources().
See gh-49504
1 week ago
Stéphane Nicoll
6d08a93a9d
Merge branch '3.5.x' into 4.0.x
1 week ago
Stéphane Nicoll
686327c736
Start building against Spring WS 5.0.1 snapshots
...
See gh-49531
1 week ago
Stéphane Nicoll
4aeefa899a
Start building against Spring Security 7.0.4 snapshots
...
See gh-49530
1 week ago
Stéphane Nicoll
2bbb1efbb2
Start building against Spring Integration 7.0.4 snapshots
...
See gh-49529
1 week ago
Stéphane Nicoll
c49ebaa970
Start building against Spring WS 4.1.3 snapshots
...
See gh-49528
1 week ago
Stéphane Nicoll
57747989e3
Start building against Spring Security 6.5.9 snapshots
...
See gh-49527
1 week ago
Stéphane Nicoll
456a104f60
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49525
1 week ago
Stéphane Nicoll
c9145e69d9
Refresh JDK versions used in integration tests
...
Closes gh-49412
1 week ago
Andy Wilkinson
1e09be7f1c
Adding missing starter for Spring REST Docs
...
Closes gh-48289
1 week ago
Andy Wilkinson
3977d878d9
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49522
1 week ago
Brian Clozel
e487a6b499
Improve EndpointRequest matcher documentation
...
Prior to this commit, `EndpointRequest` exposed factory methods for
creating security matchers in the context of Actuator endpoints. This is
using the popular pattern matching approach for security matchers.
Such matchers are not as focused as method-level security and will match
the endpoint path itself (`"actuator/endpoint"`) as well as everything
beneath it (`"actuator/endpoint/**"`).
This commit improves the Javadoc and reference documentation to make
this behavior more explicit.
Closes gh-49520
1 week ago
Andy Wilkinson
eb43987526
Improve test assertions for bean container enablement
...
Closes gh-49519
1 week ago
Andy Wilkinson
a249315be3
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49516
1 week ago
Andy Wilkinson
ea8aec77a4
Merge pull request #49505 from sbrannen
...
* gh-49505:
Polish "Fix typo in Javadoc for SpringBootTestAnnotation"
Fix typo in Javadoc for SpringBootTestAnnotation
Closes gh-49505
1 week ago
Andy Wilkinson
85b0e3bebf
Polish "Fix typo in Javadoc for SpringBootTestAnnotation"
...
See gh-49505
1 week ago
Sam Brannen
29b82310d7
Fix typo in Javadoc for SpringBootTestAnnotation
...
See gh-49505
1 week ago
Andy Wilkinson
6a13e47664
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49514
1 week ago
Andy Wilkinson
3e9632998e
Clarify required input state to trigger Quartz job
...
Closes gh-49506
1 week ago