Commit Graph
62224 Commits
Author SHA1 Message Date
Andy Wilkinson 4d05fd3ea0 Release 4.2.0-M1 v4.2.0-M1 2026-08-14 08:54:08 +02:00
Stéphane Nicoll fc608a1b0d Upgrade to Spring Pulsar 2.0.7
Closes gh-51333
2026-08-14 08:54:08 +02:00
Stéphane Nicoll fc3b7902c1 Upgrade to Spring HATEOAS 3.2.0-M1
Closes gh-51332
2026-08-14 08:54:08 +02:00
Stéphane Nicoll 87a3c3a5bf Upgrade to Spring Session 4.1.1
Closes gh-51272
2026-08-14 08:54:08 +02:00
Stéphane Nicoll 7f39e56aea Upgrade to Spring Security 7.2.0-M1
Closes gh-51271
2026-08-14 08:54:08 +02:00
Stéphane Nicoll 3557273843 Upgrade to Spring LDAP 4.1.1
Closes gh-51270
2026-08-14 08:54:08 +02:00
Stéphane Nicoll 2ad3de1401 Upgrade to Spring Kafka 4.2.0-M1
Closes gh-51224
2026-08-14 08:54:08 +02:00
Stéphane Nicoll 43748184e8 Upgrade to Spring Integration 7.2.0-M1
Closes gh-51223
2026-08-14 08:54:08 +02:00
Stéphane Nicoll 595b4340f0 Upgrade to Spring gRPC 1.1.1
Closes gh-51226
2026-08-14 08:54:08 +02:00
Stéphane Nicoll e2d392427b Upgrade to Spring GraphQL 2.0.5
Closes gh-51225
2026-08-14 08:54:08 +02:00
Stéphane Nicoll 0ddcc452f5 Upgrade to Spring Framework 7.1.0-M1
Closes gh-51123
2026-08-14 08:54:08 +02:00
Stéphane Nicoll db04069067 Upgrade to Spring Data Bom 2026.1.0-M1
Closes gh-51222
2026-08-14 08:54:07 +02:00
Stéphane Nicoll 64c8ab835d Upgrade to Spring Batch 6.1.0-M1
Closes gh-51269
2026-08-14 08:54:07 +02:00
Stéphane Nicoll be4d0bccf9 Upgrade to Spring AMQP 4.2.0-M1
Closes gh-51221
2026-08-14 08:54:07 +02:00
Stéphane Nicoll dc1321176c Upgrade to Reactor 2026.0.0-M1
Closes gh-51167
2026-08-14 08:54:07 +02:00
Stéphane Nicoll a425bf8391 Upgrade to Micrometer Tracing 1.8.0-M1
Closes gh-51220
2026-08-14 08:54:07 +02:00
Stéphane Nicoll 37981bbc22 Upgrade to Micrometer 1.18.0-M1
Closes gh-51219
2026-08-14 08:54:07 +02:00
Andy Wilkinson 78540306ff Prepare release/4.2.0-M1 branch 2026-08-14 08:54:07 +02:00
Stéphane Nicoll 17a7729033 Switch to INTERNAL-SNAPSHOT 2026-08-14 08:44:45 +02:00
Andy Wilkinson e6e0868022 Prepare main-internal branch 2026-08-14 08:44:45 +02:00
Stéphane Nicoll e3d4b1ceb6 Upgrade to MongoDB 5.9.2
Closes gh-51380
2026-08-14 08:41:22 +02:00
Jonatan IvanovandStéphane Nicoll 188860f730 Adapt to changes in micrometer snapshots
See https://github.com/micrometer-metrics/micrometer/issues/2297

Co-authored-by: Stéphane Nicoll <stephane.nicoll@broadcom.com>
2026-08-14 08:16:26 +02:00
Stéphane Nicoll 3575c12ae5 Start building against Spring Security 7.2.0-M1 snapshots
See gh-51271
2026-08-12 08:09:49 +02:00
Stéphane Nicoll 270dfe353f Merge branch '4.1.x'
Closes gh-51371
2026-08-11 18:00:37 +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 bfb9c8dbca Merge branch '4.1.x'
Closes gh-51370
2026-08-11 17:49:09 +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 c8c93d0ca1 Merge branch '4.1.x' 2026-08-11 17:32:11 +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 6f6d8307c9 Merge branch '4.1.x'
Closes gh-51364
2026-08-11 14:47:08 +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 df902aee83 Merge branch '4.1.x'
Closes gh-51362
2026-08-11 12:36:21 +01: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 53d392ade5 Merge branch '4.1.x' 2026-08-11 11:40:53 +02: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 19b19625d3 Merge branch '4.1.x'
Closes gh-51354
2026-08-11 11:16:40 +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