Commit Graph

29645 Commits

Author SHA1 Message Date
Stéphane Nicoll dbb56fb8c0 Upgrade to Hibernate 6.6.21.Final
Closes gh-46433
2025-07-16 10:36:02 +02:00
Stéphane Nicoll b15092e9b3 Upgrade to Caffeine 3.2.2
Closes gh-46432
2025-07-16 10:35:57 +02:00
Stéphane Nicoll 52c30d061b Upgrade to Micrometer Tracing 1.5.2
Closes gh-46281
2025-07-14 12:42:04 +02:00
Stéphane Nicoll 7c95ab084e Upgrade to Micrometer 1.15.2
Closes gh-46280
2025-07-14 12:42:03 +02:00
Andy Wilkinson 4f2e9a5b32 Test against Gradle 9.0.0-rc-2
Closes gh-46418
2025-07-14 10:43:53 +01:00
Andy Wilkinson 80d6b8258d Merge branch '3.4.x' into 3.5.x
Closes gh-46416
2025-07-14 10:01:06 +01:00
Johnny Lim e5862c69b8 Fix BootZipCopyAction.Processor.getDirMode(FileCopyDetails)
See gh-46408

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-07-14 09:50:48 +01:00
Andy Wilkinson 4b40c9251e Upgrade to Neo4j Java Driver 5.28.8
Closes gh-46415
2025-07-14 09:47:43 +01:00
Andy Wilkinson 5f550a688b Upgrade to Neo4j Java Driver 5.28.8
Closes gh-46414
2025-07-14 09:46:42 +01:00
Phillip Webb ba6ae5263d Merge branch '3.4.x' into 3.5.x
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Has been cancelled Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Has been cancelled Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:windows-latest name:Windows]) (push) Has been cancelled Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Has been cancelled Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:windows-latest name:Windows]) (push) Has been cancelled Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Has been cancelled Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:windows-latest name:Windows]) (push) Has been cancelled Details
Run CodeQL Analysis / run-analysis (push) Has been cancelled Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:false version:17]) (push) Has been cancelled Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:21]) (push) Has been cancelled Details
Build and Deploy Snapshot / Trigger Docs Build (push) Has been cancelled Details
Build and Deploy Snapshot / Verify (push) Has been cancelled Details
2025-07-10 19:42:35 -07:00
Phillip Webb ea8af9af56 Fix checkstyle violation
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Has been cancelled Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Has been cancelled Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:windows-latest name:Windows]) (push) Has been cancelled Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Has been cancelled Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:windows-latest name:Windows]) (push) Has been cancelled Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Has been cancelled Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:windows-latest name:Windows]) (push) Has been cancelled Details
Run CodeQL Analysis / run-analysis (push) Has been cancelled Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:false version:17]) (push) Has been cancelled Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:21]) (push) Has been cancelled Details
Build and Deploy Snapshot / Trigger Docs Build (push) Has been cancelled Details
Build and Deploy Snapshot / Verify (push) Has been cancelled Details
See gh-46401
2025-07-10 19:42:02 -07:00
Phillip Webb 7f62b20c75 Merge branch '3.4.x' into 3.5.x
Closes gh-46402
2025-07-10 19:19:06 -07:00
Phillip Webb 08cc62a6b6 Simplify JarFileUrlKey to prevent issues with Cortex XDR agent
Replace the string based `JarFileUrlKey` and cache with a simple key
built directly from URL components. This should allow cache lookups
to remain fast whilst removing any `URLStreamHandler.getHostAddress`
calls.

Prior to this commit, we assumed that it was safe to use the URL
directly as a cache key as long as it had an empty or null `host`.
This assumption isn't correct when Palo Alto Network Cortex XDR agent
is present as it appears to intercept calls to `getHostAddress`
and, unlike the JDK code, always perform a DNS lookup.

Fixes gh-46401
2025-07-10 18:05:16 -07:00
Andy Wilkinson 12ff61d594 Merge branch '3.4.x' into 3.5.x
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Waiting to run Details
Build and Deploy Snapshot / Trigger Docs Build (push) Blocked by required conditions Details
Build and Deploy Snapshot / Verify (push) Blocked by required conditions Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:windows-latest name:Windows]) (push) Waiting to run Details
Run CodeQL Analysis / run-analysis (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:false version:17]) (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:21]) (push) Waiting to run Details
Closes gh-46398
2025-07-10 17:03:13 +01:00
Andy Wilkinson f61c54632a Work around Kotlin plugin breaking AOT compile classpaths
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Waiting to run Details
Build and Deploy Snapshot / Trigger Docs Build (push) Blocked by required conditions Details
Build and Deploy Snapshot / Verify (push) Blocked by required conditions Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:windows-latest name:Windows]) (push) Waiting to run Details
Run CodeQL Analysis / run-analysis (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:false version:17]) (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:21]) (push) Waiting to run Details
Compilation of AOT-generated source code requires runtime
dependencies to be on the classpath. This is necessary as a class
from a runtime dependency may appear in the signature of a generated
method that defines a bean. To accomplish this, Boot's AOT plugin
sets the org.gradle.usage attribute of the compile classpath
configurations of the aot and aotTest source sets to java-runtime.

When the Kotlin plugin is applied after Boot's AOT plugin it breaks
this arrangement by setting org.gradle.usage to java-api. There
doesn't appear to be a way to prevent it from messing with the aot
and aotTest source sets despite them not using Kotlin. This commit
works around the problem by repairing the damage and setting the
attribute back to java-runtime again.

Fixes gh-46397
2025-07-10 15:59:37 +01:00
Stéphane Nicoll 478ba6f08c Upgrade to XmlUnit2 2.10.3
Closes gh-46384
2025-07-10 07:51:29 +02:00
Stéphane Nicoll 3ad232dea0 Upgrade to Tomcat 10.1.43
Closes gh-46383
2025-07-10 07:51:29 +02:00
Stéphane Nicoll 4a4ab26141 Upgrade to XmlUnit2 2.10.3
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Waiting to run Details
Build and Deploy Snapshot / Trigger Docs Build (push) Blocked by required conditions Details
Build and Deploy Snapshot / Verify (push) Blocked by required conditions Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:windows-latest name:Windows]) (push) Waiting to run Details
Run CodeQL Analysis / run-analysis (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:false version:17]) (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:21]) (push) Waiting to run Details
Closes gh-46393
2025-07-10 07:48:51 +02:00
Stéphane Nicoll c310b5ed42 Upgrade to Tomcat 10.1.43
Closes gh-46392
2025-07-10 07:48:51 +02:00
Stéphane Nicoll 5b30255d1c Upgrade to Testcontainers 1.21.3
Closes gh-46382
2025-07-10 06:50:11 +02:00
Stéphane Nicoll fea59a3e11 Upgrade to GraphQL Java 24.1
Closes gh-46395
2025-07-10 06:50:11 +02:00
Stéphane Nicoll 583a1c1079 Upgrade to GraphQL Java 22.4
Closes gh-46394
2025-07-10 06:44:14 +02:00
Stéphane Nicoll 2a65c1b0a1 Upgrade to Spring GraphQL 1.3.6
Closes gh-46391
2025-07-10 06:41:59 +02:00
Stéphane Nicoll 1381a4b05f Upgrade to RxJava3 3.1.11
Closes gh-46390
2025-07-10 06:41:55 +02:00
Stéphane Nicoll b1e41b5a39 Upgrade to Prometheus Client 1.3.10
Closes gh-46389
2025-07-10 06:41:52 +02:00
Stéphane Nicoll 9e687cfc54 Upgrade to Jetty 12.0.23
Closes gh-46388
2025-07-10 06:41:48 +02:00
Stéphane Nicoll 4f7e75ce3e Upgrade to Infinispan 15.0.16.Final
Closes gh-46387
2025-07-10 06:41:44 +02:00
Stéphane Nicoll f38980a4e0 Upgrade to Hibernate 6.6.20.Final
Closes gh-46386
2025-07-10 06:41:40 +02:00
Stéphane Nicoll aa02fbfb8a Upgrade to ActiveMQ 6.1.7
Closes gh-46385
2025-07-10 06:41:37 +02:00
Stéphane Nicoll 000a0426ed Upgrade to Spring GraphQL 1.4.1
Closes gh-46381
2025-07-10 06:39:24 +02:00
Stéphane Nicoll f1c4be9970 Upgrade to RxJava3 3.1.11
Closes gh-46380
2025-07-10 06:39:20 +02:00
Stéphane Nicoll 676aa10b66 Upgrade to Prometheus Client 1.3.10
Closes gh-46379
2025-07-10 06:39:17 +02:00
Stéphane Nicoll 2a8dfa14ef Upgrade to MSSQL JDBC 12.10.1.jre11
Closes gh-46378
2025-07-10 06:39:13 +02:00
Stéphane Nicoll b375a12dc3 Upgrade to Maven Invoker Plugin 3.9.1
Closes gh-46377
2025-07-10 06:39:09 +02:00
Stéphane Nicoll 2d02254045 Upgrade to MariaDB 3.5.4
Closes gh-46376
2025-07-10 06:39:05 +02:00
Stéphane Nicoll 76ffbac0e3 Upgrade to Jetty 12.0.23
Closes gh-46375
2025-07-10 06:39:01 +02:00
Stéphane Nicoll 7461077bff Upgrade to Hibernate 6.6.20.Final
Closes gh-46374
2025-07-10 06:38:58 +02:00
Stéphane Nicoll 462e340e4e Upgrade to ActiveMQ 6.1.7
Closes gh-46373
2025-07-10 06:38:54 +02:00
Stéphane Nicoll 343f71fe04 Upgrade to MySQL 9.3.0
Closes gh-46371
2025-07-09 17:03:30 +02:00
Stéphane Nicoll c0a21b02f0 Upgrade to MySQL 9.3.0
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Waiting to run Details
Build and Deploy Snapshot / Trigger Docs Build (push) Blocked by required conditions Details
Build and Deploy Snapshot / Verify (push) Blocked by required conditions Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:windows-latest name:Windows]) (push) Waiting to run Details
Run CodeQL Analysis / run-analysis (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:false version:17]) (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:21]) (push) Waiting to run Details
Closes gh-46370
2025-07-09 17:02:47 +02:00
Stéphane Nicoll 6839e52455 Start building against Spring Kafka 3.3.8 snapshots
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Waiting to run Details
Build and Deploy Snapshot / Trigger Docs Build (push) Blocked by required conditions Details
Build and Deploy Snapshot / Verify (push) Blocked by required conditions Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:21], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:24], map[id:windows-latest name:Windows]) (push) Waiting to run Details
Run CodeQL Analysis / run-analysis (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:false version:17]) (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:21]) (push) Waiting to run Details
See gh-46363
2025-07-09 08:29:37 +02:00
Stéphane Nicoll 208c5bf8d0 Start building against Spring WS 4.1.1 snapshots
See gh-46362
2025-07-09 08:29:36 +02:00
Stéphane Nicoll b9044fded7 Start building against Spring Integration 6.4.6 snapshots
See gh-46361
2025-07-09 08:29:33 +02:00
Stéphane Nicoll 4be9dda24e Start building against Spring Kafka 3.3.8 snapshots
See gh-46360
2025-07-09 08:29:32 +02:00
Stéphane Nicoll c3c94a5373 Start building against Spring Integration 6.5.1 snapshots
See gh-46359
2025-07-09 08:29:28 +02:00
Stéphane Nicoll 35bdbdd1ed Start building against Spring Pulsar 1.2.8 snapshots
See gh-46286
2025-07-09 08:26:22 +02:00
Stéphane Nicoll e869bd272d Start building against Spring LDAP 3.3.2 snapshots
See gh-46285
2025-07-09 08:26:22 +02:00
Stéphane Nicoll 4fd0afd47c Upgrade to Neo4j Java Driver 5.28.7
Closes gh-46288
2025-07-09 08:26:22 +02:00
Stéphane Nicoll 8f2018eb95 Start building against Spring Data Bom 2025.0.2 snapshots
See gh-46284
2025-07-09 08:26:22 +02:00
Stéphane Nicoll c970299445 Start building against Spring AMQP 3.2.6 snapshots
See gh-46283
2025-07-09 08:26:22 +02:00