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
1 month ago
Andy Wilkinson
722408a05a
Upgrade to Spring HATEOAS 2.5.2
...
Closes gh-49586
1 month ago
Andy Wilkinson
c7292b5b8c
Upgrade to Spring Framework 6.2.17
...
Closes gh-49408
1 month ago
Andy Wilkinson
a40bad0e0d
Upgrade to Spring Data Bom 2025.0.10
...
Closes gh-49407
1 month ago
Stéphane Nicoll
496386328b
Upgrade to Lombok 1.18.44
...
Closes gh-49574
1 month ago
Andy Wilkinson
99aff08477
List all supported colors when describing color-coded log output
...
Closes gh-49561
1 month ago
Stéphane Nicoll
f66615bd9b
Upgrade to Reactor Bom 2024.0.16
...
Closes gh-49405
1 month ago
Stéphane Nicoll
79f82043d0
Upgrade to Micrometer Tracing 1.5.10
...
Closes gh-49404
1 month ago
Stéphane Nicoll
0b185b127e
Upgrade to Micrometer 1.15.10
...
Closes gh-49403
1 month ago
Stéphane Nicoll
9077605ed0
Upgrade to DB2 JDBC 12.1.4.0
...
Closes gh-49544
1 month ago
Andy Wilkinson
7280d248e4
Modernize assertion message for no classes or locations
...
Closes gh-49518
1 month ago
Andy Wilkinson
3e1b81975e
Merge pull request #49504 from sbrannen
...
* gh-49504:
Use MergedContextConfiguration.hasResources()
Closes gh-49504
1 month ago
Sam Brannen
7306fd04de
Use MergedContextConfiguration.hasResources()
...
Simplify the code by using MergedContextConfiguration.hasResources().
See gh-49504
1 month ago
Stéphane Nicoll
c49ebaa970
Start building against Spring WS 4.1.3 snapshots
...
See gh-49528
1 month ago
Stéphane Nicoll
57747989e3
Start building against Spring Security 6.5.9 snapshots
...
See gh-49527
1 month ago
Stéphane Nicoll
c9145e69d9
Refresh JDK versions used in integration tests
...
Closes gh-49412
1 month ago
Andy Wilkinson
eb43987526
Improve test assertions for bean container enablement
...
Closes gh-49519
1 month 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 month ago
Andy Wilkinson
85b0e3bebf
Polish "Fix typo in Javadoc for SpringBootTestAnnotation"
...
See gh-49505
1 month ago
Sam Brannen
29b82310d7
Fix typo in Javadoc for SpringBootTestAnnotation
...
See gh-49505
1 month ago
Andy Wilkinson
3e9632998e
Clarify required input state to trigger Quartz job
...
Closes gh-49506
1 month ago
Moritz Halbritter
2eb2f8594a
Use mavenVersion Gradle property in the spring-boot-maven-plugin tests
...
Closes gh-49508
1 month ago
Moritz Halbritter
0df3bb76c8
Upgrade to Maven 3.9.13
...
Closes gh-49455
1 month ago
Phillip Webb
a80fce72b0
Merge pull request #49324 from qnnn
...
* pr/49324:
Polish 'Fix inconsistent ordering of config imports'
Fix inconsistent ordering of config imports
Closes gh-49324
2 months ago
Phillip Webb
646db448ae
Polish 'Fix inconsistent ordering of config imports'
...
See gh-49324
2 months ago
Andy Wilkinson
900d4bc68b
Make Elasticsearch SSL healthcheck less aggressive
...
See gh-49210
2 months ago
Brian Clozel
b35a19c887
Disable cloud features when platform is NONE
...
Prior to this commit, applying the "spring.main.cloud-platform=none"
property would apply this choice to the relevant auto-configuration
conditions, but the `CloudPlatform` enum itself would still signal that
cloud features like header forwarding is enabled.
This commit ensures that "NONE" disables such features.
Fixes gh-49478
2 months ago
qnnn
1ea07eeb29
Fix inconsistent ordering of config imports
...
Update `ConfigDataEnvironment` so `spring.config.import`
properties defined in environment or system properties
are ordered correctly.
See gh-49324
Signed-off-by: qnnn <qiunan@cmbchina.com>
2 months ago
Stéphane Nicoll
013389c9b3
Upgrade to Pulsar 4.0.9
...
Closes gh-49464
2 months ago
Stéphane Nicoll
f0a53d4417
Upgrade to Maven Surefire Plugin 3.5.5
...
Closes gh-49463
2 months ago
Stéphane Nicoll
6b1a7bd1ff
Upgrade to Maven Shade Plugin 3.6.2
...
Closes gh-49462
2 months ago
Stéphane Nicoll
9fd3e26044
Upgrade to Maven Failsafe Plugin 3.5.5
...
Closes gh-49461
2 months ago
Stéphane Nicoll
928fb89d0a
Upgrade to Kafka 3.9.2
...
Closes gh-49460
2 months ago
Stéphane Nicoll
41c7d09e7e
Upgrade to Jetty 12.0.33
...
Closes gh-49459
2 months ago
Stéphane Nicoll
adfbb2da0d
Upgrade to Jakarta XML WS 4.0.3
...
Closes gh-49458
2 months ago
Stéphane Nicoll
94f029d5cc
Upgrade to Hibernate 6.6.44.Final
...
Closes gh-49457
2 months ago
Andy Wilkinson
7d21d7234d
Test Gradle plugin against 9.4.0
...
Closes gh-49467
2 months ago
Andy Wilkinson
04a4f415a9
Avoid conflict caused by Micrometer Tracing's bom
...
Micrometer Tracing's bom isn't a pure bill of materials for the
Micrometer Tracing project as it also imports Micrometer's bom.
As Boot itself also imports Micrometer's bom this can lead to
conflicts when the versions do not all align. For example, at the
time of writing, Boot is using 1.5.10-SNAPSHOT of Micrometer Tracing
and trying to use 1.15.10-SNAPSHOT of Micrometer. This results in some
conflicts as the Micrometer Tracing bom imports 1.15.9 of the
Micrometer bom.
Closes gh-49456
2 months ago
Andy Wilkinson
3aa714572b
Fix attribute matching when populating int test Maven repository
...
See gh-49396
2 months ago
Andy Wilkinson
66554ec811
Make snapshot deps available to Maven Plugin integration tests
...
See gh-49396
2 months ago
Stéphane Nicoll
17b4d97e7b
Harmonize tutorial with JDK, Maven and Gradle recent versions
...
Closes gh-49411
2 months ago
Stéphane Nicoll
a5ba8ac37c
Start building against Spring Pulsar 1.2.16 snapshots
...
See gh-49410
2 months ago
Stéphane Nicoll
99341101a7
Start building against Spring Kafka 3.3.14 snapshots
...
See gh-49409
2 months ago
Stéphane Nicoll
7c802e62d3
Start building against Spring Framework 6.2.17 snapshots
...
See gh-49408
2 months ago
Stéphane Nicoll
64544fe71c
Start building against Spring Data Bom 2025.0.10 snapshots
...
See gh-49407
2 months ago
Stéphane Nicoll
d30d84b67e
Start building against Spring Batch 5.2.5 snapshots
...
See gh-49406
2 months ago
Stéphane Nicoll
3c3d3761d6
Start building against Reactor Bom 2024.0.16 snapshots
...
See gh-49405
2 months ago
Stéphane Nicoll
3572794ef8
Start building against Micrometer Tracing 1.5.10 snapshots
...
See gh-49404
2 months ago
Stéphane Nicoll
9e2fd4e896
Start building against Micrometer 1.15.10 snapshots
...
See gh-49403
2 months ago
Andy Wilkinson
bb65863891
Fail if using @DisabledIfDockerUnavailable without Testcontainers
...
Closes gh-49425
2 months ago