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
2 weeks ago
Andy Wilkinson
85b0e3bebf
Polish "Fix typo in Javadoc for SpringBootTestAnnotation"
...
See gh-49505
2 weeks ago
Sam Brannen
29b82310d7
Fix typo in Javadoc for SpringBootTestAnnotation
...
See gh-49505
2 weeks ago
Andy Wilkinson
3e9632998e
Clarify required input state to trigger Quartz job
...
Closes gh-49506
2 weeks ago
Moritz Halbritter
2eb2f8594a
Use mavenVersion Gradle property in the spring-boot-maven-plugin tests
...
Closes gh-49508
2 weeks ago
Moritz Halbritter
0df3bb76c8
Upgrade to Maven 3.9.13
...
Closes gh-49455
2 weeks 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 weeks ago
Phillip Webb
646db448ae
Polish 'Fix inconsistent ordering of config imports'
...
See gh-49324
2 weeks ago
Andy Wilkinson
900d4bc68b
Make Elasticsearch SSL healthcheck less aggressive
...
See gh-49210
2 weeks 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 weeks 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 weeks ago
Stéphane Nicoll
013389c9b3
Upgrade to Pulsar 4.0.9
...
Closes gh-49464
2 weeks ago
Stéphane Nicoll
f0a53d4417
Upgrade to Maven Surefire Plugin 3.5.5
...
Closes gh-49463
2 weeks ago
Stéphane Nicoll
6b1a7bd1ff
Upgrade to Maven Shade Plugin 3.6.2
...
Closes gh-49462
2 weeks ago
Stéphane Nicoll
9fd3e26044
Upgrade to Maven Failsafe Plugin 3.5.5
...
Closes gh-49461
2 weeks ago
Stéphane Nicoll
928fb89d0a
Upgrade to Kafka 3.9.2
...
Closes gh-49460
2 weeks ago
Stéphane Nicoll
41c7d09e7e
Upgrade to Jetty 12.0.33
...
Closes gh-49459
2 weeks ago
Stéphane Nicoll
adfbb2da0d
Upgrade to Jakarta XML WS 4.0.3
...
Closes gh-49458
2 weeks ago
Stéphane Nicoll
94f029d5cc
Upgrade to Hibernate 6.6.44.Final
...
Closes gh-49457
2 weeks ago
Andy Wilkinson
7d21d7234d
Test Gradle plugin against 9.4.0
...
Closes gh-49467
2 weeks 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 weeks ago
Andy Wilkinson
3aa714572b
Fix attribute matching when populating int test Maven repository
...
See gh-49396
2 weeks ago
Andy Wilkinson
66554ec811
Make snapshot deps available to Maven Plugin integration tests
...
See gh-49396
2 weeks ago
Stéphane Nicoll
17b4d97e7b
Harmonize tutorial with JDK, Maven and Gradle recent versions
...
Closes gh-49411
2 weeks ago
Stéphane Nicoll
a5ba8ac37c
Start building against Spring Pulsar 1.2.16 snapshots
...
See gh-49410
2 weeks ago
Stéphane Nicoll
99341101a7
Start building against Spring Kafka 3.3.14 snapshots
...
See gh-49409
2 weeks ago
Stéphane Nicoll
7c802e62d3
Start building against Spring Framework 6.2.17 snapshots
...
See gh-49408
2 weeks ago
Stéphane Nicoll
64544fe71c
Start building against Spring Data Bom 2025.0.10 snapshots
...
See gh-49407
2 weeks ago
Stéphane Nicoll
d30d84b67e
Start building against Spring Batch 5.2.5 snapshots
...
See gh-49406
2 weeks ago
Stéphane Nicoll
3c3d3761d6
Start building against Reactor Bom 2024.0.16 snapshots
...
See gh-49405
2 weeks ago
Stéphane Nicoll
3572794ef8
Start building against Micrometer Tracing 1.5.10 snapshots
...
See gh-49404
2 weeks ago
Stéphane Nicoll
9e2fd4e896
Start building against Micrometer 1.15.10 snapshots
...
See gh-49403
2 weeks ago
Andy Wilkinson
bb65863891
Fail if using @DisabledIfDockerUnavailable without Testcontainers
...
Closes gh-49425
2 weeks ago
Stéphane Nicoll
10bafa4d64
Align test schema from changes in Spring Batch
...
See gh-49402
2 weeks ago
Andy Wilkinson
48cf7ebe6d
Speed up Maven plugin integration tests
...
Closes gh-49396
2 weeks ago
Stéphane Nicoll
018c215e54
Add repository configuration section for SAML support
...
Closes gh-49260
2 weeks ago
Stéphane Nicoll
9b40f3f61e
Merge pull request #49364 from chandanv89
...
* pr/49364:
Polish contribution
Fix typo and incorrect Javadoc references in HTTP client builders
Closes gh-49364
2 weeks ago
Stéphane Nicoll
ef0a667edc
Polish contribution
...
See gh-49364
2 weeks ago
Chandan Veerabhadrappa
2820a77aaf
Fix typo and incorrect Javadoc references in HTTP client builders
...
See gh-49364
Signed-off-by: Chandan Veerabhadrappa <chandan.veerabhadrappa@aerlingus.com>
2 weeks ago
Stéphane Nicoll
885aee4a36
Merge pull request #49210 from itsmevichu
...
* pr/49210:
Add missing SSL support for Docker Compose
Closes gh-49210
2 weeks ago
itsmevichu
2bb5313bdd
Add missing SSL support for Docker Compose
...
See gh-49210
Signed-off-by: itsmevichu <vishnutheep@gmail.com>
2 weeks ago
Stéphane Nicoll
167c3cac64
Merge pull request #49374 from dependabot[bot]
...
* pr/49374:
Bump fast-xml-parser from 4.5.3 to 4.5.4 in /antora
Closes gh-49374
2 weeks ago
dependabot[bot]
c1dea9cad7
Bump fast-xml-parser from 4.5.3 to 4.5.4 in /antora
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.3...v4.5.4 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-version: 4.5.4
dependency-type: indirect
...
See gh-49374
Signed-off-by: dependabot[bot] <support@github.com>
2 weeks ago
Stéphane Nicoll
67ab214fba
Merge pull request #49371 from dependabot[bot]
...
* pr/49371:
Polish "Bump gradle/actions from 5.0.1 to 5.0.2"
Bump gradle/actions from 5.0.1 to 5.0.2
Closes gh-49371
2 weeks ago
Stéphane Nicoll
f2179e1d9c
Polish "Bump gradle/actions from 5.0.1 to 5.0.2"
...
See gh-49371
2 weeks ago
dependabot[bot]
b7ca903f36
Bump gradle/actions from 5.0.1 to 5.0.2
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](f29f5a9d7b...0723195856 )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
See gh-49371
Signed-off-by: dependabot[bot] <support@github.com>
2 weeks ago
Stéphane Nicoll
38167bba08
Merge pull request #49370 from dependabot[bot]
...
* pr/49370:
Bump actions/upload-artifact from 6 to 7
Closes gh-49370
2 weeks ago
dependabot[bot]
f144dfecc7
Bump actions/upload-artifact from 6 to 7
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
See gh-49370
Signed-off-by: dependabot[bot] <support@github.com>
2 weeks ago
Phillip Webb
90d75b74c5
Align "noteworthy" issues in release notes with Spring Framework
...
Update the oss changelog generator config which I missed in commit
54ab3c5a61 .
See gh-49150
2 weeks ago
Stéphane Nicoll
c171c4d225
Merge pull request #49357 from ngocnhan-tran1996
...
* pr/49357:
Polish "Fix devtools configuration example format"
Fix devtools configuration example format
Closes gh-49357
3 weeks ago