Commit Graph
60294 Commits
Author SHA1 Message Date
Stéphane Nicoll 3209464a8a Merge branch '3.5.x' into 4.0.x
Closes gh-50617
2026-05-29 12:30:52 +02:00
Stéphane Nicoll bb30ecc667 Merge pull request #50451 from SebTardif
* fix-processrunner-interrupt-flag:
  Restore interrupt flag in ProcessRunner on InterruptedException

Closes gh-50451
2026-05-29 12:29:44 +02:00
Sebastien Tardif 8a28cefd08 Restore interrupt flag in ProcessRunner on InterruptedException
ProcessRunner.waitForProcess and ReaderThread.toString catch
InterruptedException without restoring the thread interrupt flag.
This prevents callers higher up the stack from detecting the
interruption. Every other InterruptedException handler in the
codebase restores the flag; these two were the only omissions.

Add Thread.currentThread().interrupt() before re-throwing or
returning in both catch blocks. Also chain the original exception
as the cause in waitForProcess for debuggability.

See gh-50451

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
2026-05-29 12:20:51 +02:00
Stéphane Nicoll 2e825ba6c9 Merge branch '3.5.x' into 4.0.x
Closes gh-50615
2026-05-29 12:08:53 +02:00
Stéphane Nicoll 3e5ad73f01 Merge pull request #50447 from nosan
* polish-modified-classpath-classloader:
  Polish "Use new Maven Resolver API for ModifiedClassPathClassLoader"
  Use new Maven Resolver API for ModifiedClassPathClassLoader

Closes gh-50447
2026-05-29 12:05:44 +02:00
Stéphane Nicoll ae3222d5e0 Polish "Use new Maven Resolver API for ModifiedClassPathClassLoader"
See gh-50447
2026-05-29 11:57:42 +02:00
Dmytro Nosan 155b02f0e3 Use new Maven Resolver API for ModifiedClassPathClassLoader
Replace deprecated Maven Resolver components with
`RepositorySystemSupplier`.

See gh-50447

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2026-05-29 11:51:03 +02:00
Stéphane Nicoll 78cdd415e3 Merge branch '3.5.x' into 4.0.x
Closes gh-50613
2026-05-29 11:46:46 +02:00
Stéphane Nicoll 351a82627b Merge pull request #50290 from Kapil-chn7
* docs/validation-dependency:
  Polish "Clarify dependency requirement for Bean Validation support"
  Clarify dependency requirement for Bean Validation support

Closes gh-50290
2026-05-29 11:46:35 +02:00
Stéphane Nicoll 091b0f3c41 Polish "Clarify dependency requirement for Bean Validation support"
See gh-50290
2026-05-29 11:41:59 +02:00
Kapil-chn7 3c5309ba71 Clarify dependency requirement for Bean Validation support
See gh-50290

Signed-off-by: Kapil-chn7 <kapilchn7@gmail.com>
2026-05-29 11:39:38 +02:00
Stéphane Nicoll 170c52f206 Merge branch '3.5.x' into 4.0.x
Closes gh-50611
2026-05-29 11:32:24 +02:00
Stéphane Nicoll 19c7f5aff0 Merge pull request #50429 from igormukhin
* rabbitmq-empty-ssl-bundle:
  Treat empty RabbitMQ SSL bundle as unset

Closes gh-50429
2026-05-29 11:29:07 +02:00
igormukhin cfc1e89976 Treat empty RabbitMQ SSL bundle as unset
See gh-50429

Signed-off-by: igormukhin <618760+igormukhin@users.noreply.github.com>
2026-05-29 11:19:38 +02:00
Stéphane Nicoll e51e8215d7 Merge branch '3.5.x' into 4.0.x
Closes gh-50609
2026-05-29 11:13:43 +02:00
Stéphane Nicoll d33962f37b Merge pull request #50301 from kwondh5217
* fix/50246-sni-fallback:
  Polish "Fall back to default SSL provider for unmapped SNI hostnames"
  Fall back to default SSL provider for unmapped SNI hostnames

Closes gh-50301
2026-05-29 11:06:27 +02:00
Stéphane Nicoll 8221bdb9d4 Polish "Fall back to default SSL provider for unmapped SNI hostnames"
See gh-50301
2026-05-29 10:54:06 +02:00
Daeho Kwon 08194cfee7 Fall back to default SSL provider for unmapped SNI hostnames
See gh-50301

Signed-off-by: Daeho Kwon <trewq231@naver.com>
2026-05-29 10:53:39 +02:00
Stéphane Nicoll 4b500585be Merge branch '3.5.x' into 4.0.x
Closes gh-50606
2026-05-29 10:46:39 +02:00
Stéphane Nicoll b58a5b1e81 Merge pull request #50463 from dependabot[bot]
* dependabot/npm_and_yarn/antora/antora/site-generator-3.2.0-alpha.12:
  Bump @antora/site-generator in /antora

Closes gh-50463
2026-05-29 10:46:08 +02:00
dependabot[bot] 6074f06600 Bump @antora/site-generator in /antora
---
updated-dependencies:
- dependency-name: "@antora/site-generator"
  dependency-version: 3.2.0-alpha.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

See gh-50463

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 10:44:25 +02:00
Stéphane Nicoll dd04d8b323 Merge branch '3.5.x' into 4.0.x
Closes gh-50604
2026-05-29 10:15:29 +02:00
Stéphane Nicoll cb06492523 Merge pull request #50464 from dependabot[bot]
* dependabot/npm_and_yarn/antora/antora/cli-3.2.0-alpha.12:
  Bump @antora/cli from 3.2.0-alpha.11 to 3.2.0-alpha.12 in /antora

Closes gh-50464
2026-05-29 10:15:22 +02:00
dependabot[bot] 325bfdb2ef Bump @antora/cli from 3.2.0-alpha.11 to 3.2.0-alpha.12 in /antora
---
updated-dependencies:
- dependency-name: "@antora/cli"
  dependency-version: 3.2.0-alpha.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

See gh-50464

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 10:14:21 +02:00
Moritz Halbritter 524d0ace3d Merge branch '3.5.x' into 4.0.x 2026-05-27 14:00:00 +02:00
Moritz Halbritter 44629669e2 Disable Homebrew sandbox for the verification tests 2026-05-27 13:59:51 +02:00
Andy Wilkinson 1ea8641ccf Upgrade to SLF4J 2.0.18
Closes gh-50558
2026-05-27 11:08:44 +01:00
Andy Wilkinson de55473ab8 Upgrade to Netty 4.2.14.Final
Closes gh-50557
2026-05-27 11:08:38 +01:00
Andy Wilkinson 2ea88adb3c Upgrade to Neo4j Java Driver 6.1.0
Closes gh-50556
2026-05-27 11:08:32 +01:00
Andy Wilkinson 96ae19bca7 Upgrade to Maven Enforcer Plugin 3.6.3
Closes gh-50555
2026-05-27 11:08:27 +01:00
Andy Wilkinson 309505c001 Upgrade to Liquibase 5.0.3
Closes gh-50554
2026-05-27 11:08:22 +01:00
Andy Wilkinson 91064dcc1d Upgrade to jOOQ 3.19.34
Closes gh-50553
2026-05-27 11:08:17 +01:00
Andy Wilkinson cf660ce64e Upgrade to Jaxen 2.0.3
Closes gh-50552
2026-05-27 11:08:11 +01:00
Andy Wilkinson 3e0a372202 Upgrade to Hibernate 7.2.16.Final
Closes gh-50551
2026-05-27 11:08:06 +01:00
Andy Wilkinson 245775566d Start building against Spring WS 5.0.2 snapshots
See gh-50550
2026-05-27 11:04:32 +01:00
Andy Wilkinson 88bae1d510 Start building against Spring Session 4.0.4 snapshots
See gh-50549
2026-05-27 11:04:27 +01:00
Andy Wilkinson dc5fea7b0f Start building against Spring Security 7.0.6 snapshots
See gh-50548
2026-05-27 11:04:22 +01:00
Andy Wilkinson 2a9f3206db Start building against Spring RESTDocs 4.0.1 snapshots
See gh-50547
2026-05-27 11:04:18 +01:00
Andy Wilkinson 51765d2a34 Start building against Spring Pulsar 2.0.6 snapshots
See gh-50546
2026-05-27 11:04:13 +01:00
Andy Wilkinson 6e55dab925 Start building against Spring LDAP 4.0.4 snapshots
See gh-50545
2026-05-27 11:04:08 +01:00
Andy Wilkinson a65f2bb895 Start building against Spring Kafka 4.0.6 snapshots
See gh-50544
2026-05-27 11:04:03 +01:00
Andy Wilkinson 8a92c75d7c Start building against Spring Integration 7.0.5 snapshots
See gh-50543
2026-05-27 11:03:59 +01:00
Andy Wilkinson 578fe31db6 Start building against Spring HATEOAS 3.0.4 snapshots
See gh-50542
2026-05-27 11:03:54 +01:00
Andy Wilkinson 169282ea31 Start building against Spring Framework 7.0.8 snapshots
See gh-50541
2026-05-27 11:03:49 +01:00
Andy Wilkinson 6c932394ae Start building against Spring Data Bom 2025.1.6 snapshots
See gh-50540
2026-05-27 11:03:45 +01:00
Andy Wilkinson 8d0cc0d76a Start building against Spring Batch 6.0.4 snapshots
See gh-50539
2026-05-27 11:03:40 +01:00
Andy Wilkinson 78b9fc4abe Start building against Spring AMQP 4.0.4 snapshots
See gh-50538
2026-05-27 11:03:35 +01:00
Andy Wilkinson 9e079a51be Start building against Reactor Bom 2025.0.6 snapshots
See gh-50537
2026-05-27 11:03:30 +01:00
Andy Wilkinson b605872c07 Start building against Micrometer Tracing 1.6.6 snapshots
See gh-50536
2026-05-27 11:03:26 +01:00
Andy Wilkinson d0018a3cb4 Start building against Micrometer 1.16.6 snapshots
See gh-50535
2026-05-27 11:03:21 +01:00