Commit Graph
61975 Commits
Author SHA1 Message Date
Stéphane Nicoll b0a730cf4e Upgrade to Reactor Bom 2025.0.7
Closes gh-51253
2026-08-11 18:10:18 +02:00
Stéphane Nicoll 26ff482363 Upgrade to Micrometer Tracing 1.7.1
Closes gh-51252
2026-08-11 18:10:18 +02:00
Stéphane Nicoll c7c7da1c42 Upgrade to Micrometer 1.17.1
Closes gh-51251
2026-08-11 18:10:18 +02:00
Andy Wilkinson e1b36ae92b Prepare release/4.1.1 branch 2026-08-11 18:10:18 +02:00
Stéphane Nicoll 9308a3dfb4 Switch to INTERNAL-SNAPSHOT 2026-08-11 18:09:00 +02:00
Andy Wilkinson 3e4cc5445a Prepare 4.1.x-internal branch 2026-08-11 18:08:38 +02:00
Stéphane Nicoll af69828ce6 Merge pull request #51156 from skdas20
Closes gh-51156

* fix-51154-appendable-byte-array-reset:
  Polish "Reset cached AppendableByteArray before it is reused"
  Reset cached AppendableByteArray before it is reused
2026-08-11 18:00:29 +02:00
Stéphane Nicoll dafadea2ab Polish "Reset cached AppendableByteArray before it is reused"
See gh-51156
2026-08-11 17:59:20 +02:00
Sumit Kumar Das fc6acdbc21 Reset cached AppendableByteArray before it is reused
AppendableByteArray.reset() was only called from toByteArray(), so an
encode that failed part-way left its partial output in the thread-local
cached instance. The next value encoded on that thread was then prefixed
with it, which in structured logging corrupted the log event following a
failed one.

Reset the cached instance when it is handed out instead, so the buffer
is clean regardless of how the previous use ended. This also covers the
early return in toByteArray() for empty content, which returns without
resetting.

See gh-51156

Signed-off-by: Sumit Kumar Das <skdas5405@gmail.com>
2026-08-11 17:59:20 +02:00
Stéphane Nicoll 1757021744 Merge branch '4.0.x' into 4.1.x
Closes gh-51369
2026-08-11 17:49:02 +02:00
Stéphane Nicoll ada7ac7c48 Apply consumer-specific security protocol
Closes gh-51365
2026-08-11 17:46:39 +02:00
Stéphane Nicoll f1d395fc58 Merge branch '4.0.x' into 4.1.x 2026-08-11 17:29:31 +02:00
Stéphane Nicoll 76521bb7ac Upgrade to Elasticsearch Client 9.4.5
Closes gh-51368
2026-08-11 17:27:28 +02:00
Stéphane Nicoll 99ba99d3b3 Upgrade to Elasticsearch Client 9.2.9
Closes gh-51366
2026-08-11 17:25:30 +02:00
Stéphane Nicoll 7313b5f2c4 Merge pull request #51348 from ngocnhan-tran1996
Closes gh-51348

* remove-code-tag:
  Polish "Remove code tag in property description"
  Remove code tag in property description
2026-08-11 14:46:56 +02:00
Stéphane Nicoll 4518e11bf5 Polish "Remove code tag in property description"
See gh-51348
2026-08-11 14:43:45 +02:00
Tran Ngoc Nhan 328390acee Remove code tag in property description
See gh-51348

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2026-08-11 14:42:15 +02:00
Phillip Webb e665232b96 Upgrade to Grpc Java 1.83.1
Closes gh-51361
2026-08-11 12:34:44 +01:00
Stéphane Nicoll b11dbe6443 Merge branch '4.0.x' into 4.1.x 2026-08-11 11:40:46 +02:00
Stéphane Nicoll 0c52364e0d Upgrade to MongoDB 5.8.1
Closes gh-51360
2026-08-11 11:28:10 +02:00
Stéphane Nicoll 87932c4456 Upgrade to Elasticsearch Client 9.4.4
Closes gh-51359
2026-08-11 11:28:06 +02:00
Stéphane Nicoll 3ff6ad8dfb Start building against Spring HATEOAS 3.1.2 snapshots
See gh-51358
2026-08-11 11:20:23 +02:00
Stéphane Nicoll f8243f5991 Start building against Spring Data Bom 2026.0.1 snapshots
See gh-51357
2026-08-11 11:20:19 +02:00
Stéphane Nicoll f00511af9c Start building against Spring HATEOAS 3.0.5 snapshots
See gh-51356
2026-08-11 11:17:59 +02:00
Stéphane Nicoll f225f28480 Start building against Spring Data Bom 2025.1.7 snapshots
See gh-51355
2026-08-11 11:17:55 +02:00
Stéphane Nicoll 98afa8adab Merge branch '4.0.x' into 4.1.x
Closes gh-51353
2026-08-11 11:16:32 +02:00
Stéphane Nicoll 7ff5f4d37c Merge pull request #51344 from dependabot[bot]
Closes gh-51344

* dependabot/github_actions/Homebrew/actions/setup-homebrew-2026.08.10.1:
  Bump Homebrew/actions/setup-homebrew from 2026.08.03.1 to 2026.08.10.1
2026-08-11 11:16:24 +02:00
dependabot[bot] 1f102f4f7d Bump Homebrew/actions/setup-homebrew from 2026.08.03.1 to 2026.08.10.1
Bumps [Homebrew/actions/setup-homebrew](https://github.com/homebrew/actions) from 2026.08.03.1 to 2026.08.10.1.
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](https://github.com/homebrew/actions/compare/5037c6f1012cc5ea0b9f03fedbaf9955ed9e51e0...c8707045ccae42888fe98e86f2ee8938bc7cc193)

---
updated-dependencies:
- dependency-name: Homebrew/actions/setup-homebrew
  dependency-version: 2026.08.10.1
  dependency-type: direct:production
...

See gh-51344

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-11 11:15:37 +02:00
Stéphane Nicoll c4e6c8ad79 Merge branch '4.0.x' into 4.1.x
Closes gh-51351
2026-08-11 11:14:40 +02:00
Stéphane Nicoll fbcefd2ea6 Merge pull request #51343 from dependabot[bot]
Closes gh-51343

* dependabot/github_actions/gradle/actions/setup-gradle-6.3.0:
  Polish "Bump gradle/actions/setup-gradle from 6.2.0 to 6.3.0"
  Bump gradle/actions/setup-gradle from 6.2.0 to 6.3.0
2026-08-11 11:14:35 +02:00
Stéphane Nicoll 85f11f0fd7 Polish "Bump gradle/actions/setup-gradle from 6.2.0 to 6.3.0"
See gh-51343
2026-08-11 11:10:26 +02:00
dependabot[bot] ee357d4b1b Bump gradle/actions/setup-gradle from 6.2.0 to 6.3.0
Bumps [gradle/actions/setup-gradle](https://github.com/gradle/actions) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](https://github.com/gradle/actions/compare/3f131e8634966bd73d06cc69884922b02e6faf92...9c971963bec38e04b3d30dcc455b5382be2fdbfb)

---
updated-dependencies:
- dependency-name: gradle/actions/setup-gradle
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

See gh-51343

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-11 11:09:20 +02:00
Stéphane Nicoll 655aa22d45 Merge branch '4.0.x' into 4.1.x
Closes gh-51349
2026-08-11 11:06:13 +02:00
Stéphane Nicoll 40ac079e04 Merge pull request #51342 from dependabot[bot]
Closes gh-51342

* dependabot/npm_and_yarn/antora/springio/antora-extensions-1.14.13:
  Bump @springio/antora-extensions from 1.14.12 to 1.14.13 in /antora
2026-08-11 11:06:05 +02:00
dependabot[bot] a0d8a29435 Bump @springio/antora-extensions from 1.14.12 to 1.14.13 in /antora
Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions) from 1.14.12 to 1.14.13.
- [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/spring-io/antora-extensions/compare/v1.14.12...v1.14.13)

---
updated-dependencies:
- dependency-name: "@springio/antora-extensions"
  dependency-version: 1.14.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

See gh-51342

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-11 11:03:42 +02:00
Stéphane Nicoll 2fae1aa41d Merge branch '4.0.x' into 4.1.x
Closes gh-51346
2026-08-11 08:11:18 +02:00
Stéphane Nicoll 2abe872e37 Fix hostname verification failure in Elasticsearc smoke test
Regenerate the self-signed test certificate with CN=localhost as the
JDK enforces RFC 6125 wildcard rules and no longer accepts a bare "*" as
a match-any-host pattern. Thus far it worked because HttpClient5 did
not delegate hostname verification to the JDK in some cases.

Closes gh-51345
2026-08-11 08:05:47 +02:00
Stéphane Nicoll 1ab49f293c Merge branch '4.0.x' into 4.1.x 2026-08-10 18:17:07 +02:00
Stéphane Nicoll 559a9819f0 Upgrade to Protobuf Maven Plugin 5.1.8
Closes gh-51331
2026-08-10 16:54:58 +02:00
Stéphane Nicoll c9edd31623 Upgrade to HttpClient5 5.6.4
Closes gh-51330
2026-08-10 16:54:53 +02:00
Stéphane Nicoll 230afd2676 Upgrade to ActiveMQ 6.2.9
Closes gh-51329
2026-08-10 16:54:48 +02:00
Stéphane Nicoll 90df8591bb Start building against Spring Pulsar 2.0.7 snapshots
See gh-51328
2026-08-10 16:53:33 +02:00
Stéphane Nicoll 831ac340f0 Start building against Spring Pulsar 2.0.7 snapshots
See gh-51327
2026-08-10 16:52:13 +02:00
Stéphane Nicoll 3b92c4e5b0 Merge branch '4.0.x' into 4.1.x
Closes gh-51325
2026-08-10 16:33:17 +02:00
Stéphane Nicoll b7ba1d8521 Revert "Work around Gradle changing line endings during property expansion"
This reverts commit 936998647e.

Closes gh-50905
2026-08-10 16:19:33 +02:00
Stéphane Nicoll 28fa8810fe Merge branch '4.0.x' into 4.1.x
Closes gh-51323
2026-08-10 16:18:31 +02:00
Stéphane Nicoll 5184b0012d Upgrade to Gradle 9.7.0
Closes gh-51321
2026-08-10 15:57:34 +02:00
Stéphane Nicoll 84f8a6ff35 Polish "Backoff from exposing gRPC server port if gRPC is not available"
See gh-50825
2026-08-10 14:40:53 +02:00
Stéphane Nicoll aa469fbad9 Merge branch '4.0.x' into 4.1.x 2026-08-07 17:02:19 +02:00
Stéphane Nicoll c968710576 Upgrade to Yasson 3.0.5
Closes gh-51307
2026-08-07 15:59:51 +02:00