Commit Graph
56614 Commits
Author SHA1 Message Date
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
2026-03-09 08:58:10 +00:00
Andy Wilkinson 85b0e3bebf Polish "Fix typo in Javadoc for SpringBootTestAnnotation"
See gh-49505
2026-03-09 08:57:53 +00:00
Sam Brannen 29b82310d7 Fix typo in Javadoc for SpringBootTestAnnotation
See gh-49505
2026-03-09 08:57:46 +00:00
Andy Wilkinson 3e9632998e Clarify required input state to trigger Quartz job
Closes gh-49506
2026-03-09 08:53:58 +00:00
Moritz Halbritter 2eb2f8594a Use mavenVersion Gradle property in the spring-boot-maven-plugin tests
Closes gh-49508
2026-03-09 09:47:27 +01:00
Moritz Halbritter 0df3bb76c8 Upgrade to Maven 3.9.13
Closes gh-49455
2026-03-09 09:36:40 +01:00
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
2026-03-06 17:40:04 -05:00
Phillip Webb 646db448ae Polish 'Fix inconsistent ordering of config imports'
See gh-49324
2026-03-06 16:34:35 -05:00
Andy Wilkinson 900d4bc68b Make Elasticsearch SSL healthcheck less aggressive
See gh-49210
2026-03-06 18:08:33 +00:00
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
2026-03-06 18:03:21 +01:00
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>
2026-03-06 11:59:55 -05:00
Stéphane Nicoll 013389c9b3 Upgrade to Pulsar 4.0.9
Closes gh-49464
2026-03-06 16:27:00 +01:00
Stéphane Nicoll f0a53d4417 Upgrade to Maven Surefire Plugin 3.5.5
Closes gh-49463
2026-03-06 16:27:00 +01:00
Stéphane Nicoll 6b1a7bd1ff Upgrade to Maven Shade Plugin 3.6.2
Closes gh-49462
2026-03-06 16:27:00 +01:00
Stéphane Nicoll 9fd3e26044 Upgrade to Maven Failsafe Plugin 3.5.5
Closes gh-49461
2026-03-06 16:27:00 +01:00
Stéphane Nicoll 928fb89d0a Upgrade to Kafka 3.9.2
Closes gh-49460
2026-03-06 16:26:59 +01:00
Stéphane Nicoll 41c7d09e7e Upgrade to Jetty 12.0.33
Closes gh-49459
2026-03-06 16:26:59 +01:00
Stéphane Nicoll adfbb2da0d Upgrade to Jakarta XML WS 4.0.3
Closes gh-49458
2026-03-06 16:26:59 +01:00
Stéphane Nicoll 94f029d5cc Upgrade to Hibernate 6.6.44.Final
Closes gh-49457
2026-03-06 16:26:59 +01:00
Andy Wilkinson 7d21d7234d Test Gradle plugin against 9.4.0
Closes gh-49467
2026-03-06 15:10:05 +00:00
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
2026-03-06 14:17:10 +00:00
Andy Wilkinson 3aa714572b Fix attribute matching when populating int test Maven repository
See gh-49396
2026-03-06 07:47:59 +00:00
Andy Wilkinson 66554ec811 Make snapshot deps available to Maven Plugin integration tests
See gh-49396
2026-03-05 20:51:11 +00:00
Stéphane Nicoll 17b4d97e7b Harmonize tutorial with JDK, Maven and Gradle recent versions
Closes gh-49411
2026-03-05 16:08:24 +01:00
Stéphane Nicoll a5ba8ac37c Start building against Spring Pulsar 1.2.16 snapshots
See gh-49410
2026-03-05 13:08:23 +01:00
Stéphane Nicoll 99341101a7 Start building against Spring Kafka 3.3.14 snapshots
See gh-49409
2026-03-05 13:08:23 +01:00
Stéphane Nicoll 7c802e62d3 Start building against Spring Framework 6.2.17 snapshots
See gh-49408
2026-03-05 13:08:23 +01:00
Stéphane Nicoll 64544fe71c Start building against Spring Data Bom 2025.0.10 snapshots
See gh-49407
2026-03-05 13:08:23 +01:00
Stéphane Nicoll d30d84b67e Start building against Spring Batch 5.2.5 snapshots
See gh-49406
2026-03-05 13:08:23 +01:00
Stéphane Nicoll 3c3d3761d6 Start building against Reactor Bom 2024.0.16 snapshots
See gh-49405
2026-03-05 13:08:23 +01:00
Stéphane Nicoll 3572794ef8 Start building against Micrometer Tracing 1.5.10 snapshots
See gh-49404
2026-03-05 13:08:23 +01:00
Stéphane Nicoll 9e2fd4e896 Start building against Micrometer 1.15.10 snapshots
See gh-49403
2026-03-05 13:08:23 +01:00
Andy Wilkinson bb65863891 Fail if using @DisabledIfDockerUnavailable without Testcontainers
Closes gh-49425
2026-03-05 10:50:26 +00:00
Stéphane Nicoll 10bafa4d64 Align test schema from changes in Spring Batch
See gh-49402
2026-03-05 09:15:30 +01:00
Andy Wilkinson 48cf7ebe6d Speed up Maven plugin integration tests
Closes gh-49396
2026-03-04 12:13:45 +00:00
Stéphane Nicoll 018c215e54 Add repository configuration section for SAML support
Closes gh-49260
2026-03-04 08:48:39 +01:00
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
2026-03-03 14:11:08 +01:00
Stéphane Nicoll ef0a667edc Polish contribution
See gh-49364
2026-03-03 14:10:41 +01:00
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>
2026-03-03 14:09:36 +01:00
Stéphane Nicoll 885aee4a36 Merge pull request #49210 from itsmevichu
* pr/49210:
  Add missing SSL support for Docker Compose

Closes gh-49210
2026-03-03 13:24:10 +01:00
itsmevichu 2bb5313bdd Add missing SSL support for Docker Compose
See gh-49210

Signed-off-by: itsmevichu <vishnutheep@gmail.com>
2026-03-03 11:44:17 +01:00
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
2026-03-03 09:45:29 +01:00
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>
2026-03-03 09:45:01 +01:00
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
2026-03-03 08:58:54 +01:00
Stéphane Nicoll f2179e1d9c Polish "Bump gradle/actions from 5.0.1 to 5.0.2"
See gh-49371
2026-03-03 08:58:34 +01:00
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](https://github.com/gradle/actions/compare/f29f5a9d7b09a7c6b29859002d29d24e1674c884...0723195856401067f7a2779048b490ace7a47d7c)

---
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>
2026-03-03 08:57:03 +01:00
Stéphane Nicoll 38167bba08 Merge pull request #49370 from dependabot[bot]
* pr/49370:
  Bump actions/upload-artifact from 6 to 7

Closes gh-49370
2026-03-03 08:55:39 +01:00
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>
2026-03-03 08:55:17 +01:00
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
2026-03-02 10:38:50 -08:00
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
2026-03-02 09:39:16 +01:00