Commit Graph

28688 Commits

Author SHA1 Message Date
Phillip Webb df690fb4a6 Start building against Spring Integration 6.5.0-RC1 snapshots
See gh-45143
2025-04-10 15:09:40 -07:00
Phillip Webb b971f48d20 Start building against Spring Data Bom 2025.0.0-RC1 snapshots
See gh-45141
2025-04-10 15:09:40 -07:00
Phillip Webb 3ccdf9f4dc Start building against Spring Authorization Server 1.5.0-RC1 snapshots
See gh-45140
2025-04-10 15:09:40 -07:00
Phillip Webb 2a67513d4b Start building against Spring AMQP 3.2.5 snapshots
See gh-45139
2025-04-10 15:09:40 -07:00
Phillip Webb 3b4aaa889a Start building against Reactor Bom 2024.0.5 snapshots
See gh-45138
2025-04-10 15:09:40 -07:00
Phillip Webb 68f2a6cf88 Start building against Micrometer Tracing 1.5.0-RC1 snapshots
See gh-45137
2025-04-10 15:09:40 -07:00
Phillip Webb d9bc7eaefb Start building against Micrometer 1.15.0-RC1 snapshots
See gh-45136
2025-04-10 15:09:39 -07:00
Phillip Webb eb09f58030 Upgrade to Neo4j Java Driver 5.28.4
Closes gh-45135
2025-04-10 15:09:39 -07:00
Phillip Webb fa7d436080 Upgrade to Maven Surefire Plugin 3.5.3
Closes gh-45119
2025-04-10 15:09:39 -07:00
Phillip Webb 6a8f37210d Upgrade to Maven Failsafe Plugin 3.5.3
Closes gh-45118
2025-04-10 15:09:39 -07:00
Phillip Webb cb87ab8293 Upgrade to Lombok 1.18.38
Closes gh-45116
2025-04-10 15:09:39 -07:00
Phillip Webb 0c32427f70 Upgrade to HttpCore5 5.3.4
Closes gh-45109
2025-04-10 15:09:39 -07:00
Phillip Webb d9df42899e Upgrade to HttpClient5 5.4.3
Closes gh-45108
2025-04-10 15:09:39 -07:00
Phillip Webb ee9f4a4771 Upgrade to Elasticsearch Client 8.17.4
Closes gh-45134
2025-04-10 15:09:39 -07:00
Phillip Webb c34cf5dc66 Upgrade to Couchbase Client 3.8.0
Closes gh-45103
2025-04-10 15:09:39 -07:00
Phillip Webb 973f9615af Align proxies with defaults from Tomcat 10.1.40
See gh-45128
2025-04-10 15:09:38 -07:00
Phillip Webb 0ec381c22a Upgrade to Selenium HtmlUnit 4.30.0
Closes gh-45127
2025-04-10 15:09:38 -07:00
Phillip Webb d621e5e600 Upgrade to Selenium 4.31.0
Closes gh-45126
2025-04-10 15:09:38 -07:00
Phillip Webb 25099946d5 Upgrade to Rabbit Stream Client 0.24.0
Closes gh-45125
2025-04-10 15:09:38 -07:00
Phillip Webb 3f7a77f444 Upgrade to Pulsar 4.0.4
Closes gh-45124
2025-04-10 15:09:38 -07:00
Phillip Webb 9a6048f25d Upgrade to OpenTelemetry 1.49.0
Closes gh-45123
2025-04-10 15:09:38 -07:00
Phillip Webb a7a80a6f34 Upgrade to Netty 4.2.0.Final
Closes gh-45122
2025-04-10 15:09:38 -07:00
Phillip Webb 1791459b01 Upgrade to MongoDB 5.4.0
Closes gh-45121
2025-04-10 15:05:46 -07:00
Phillip Webb 555c23cc34 Upgrade to MariaDB 3.5.3
Closes gh-45117
2025-04-10 15:05:46 -07:00
Phillip Webb ff29ef4e75 Upgrade to jOOQ 3.19.22
Closes gh-45114
2025-04-10 13:34:26 -07:00
Phillip Webb 5695ce6d97 Upgrade to Jetty 12.0.19
Closes gh-45113
2025-04-10 13:34:23 -07:00
Phillip Webb a19fc812ab Upgrade to Jaybird 6.0.1
Closes gh-45112
2025-04-10 13:34:21 -07:00
Phillip Webb 656daf0ca5 Upgrade to InfluxDB Java 2.25
Closes gh-45111
2025-04-10 13:34:18 -07:00
Phillip Webb 66ecd99b06 Upgrade to Infinispan 15.2.1.Final
Closes gh-45110
2025-04-10 13:34:16 -07:00
Phillip Webb 504464dfc3 Upgrade to HtmlUnit 4.11.1
Closes gh-45107
2025-04-10 13:34:13 -07:00
Phillip Webb e4e4b6b706 Upgrade to HikariCP 6.3.0
Closes gh-45106
2025-04-10 13:34:11 -07:00
Phillip Webb 370750bc96 Upgrade to Hibernate 6.6.13.Final
Closes gh-45105
2025-04-10 13:34:08 -07:00
Phillip Webb 0b54fda452 Upgrade to Flyway 11.7.0
Closes gh-45104
2025-04-10 13:34:06 -07:00
Phillip Webb 808e1a02c0 Upgrade to Byte Buddy 1.17.5
Closes gh-45102
2025-04-10 13:33:58 -07:00
Stéphane Nicoll d6cdebe1fc Merge branch '3.4.x'
Closes gh-45101
2025-04-10 16:35:21 +02:00
Stéphane Nicoll 84128a81fa Merge branch '3.3.x' into 3.4.x
Closes gh-45100
2025-04-10 16:35:11 +02:00
Stéphane Nicoll b4c6c55493 Allow ResourcesClassLoader to participate in CGLIB's cache
This commit updates ResourcesClassLoader to be a SmartClassLoader and
expose the original ClassLoader. This has the effect of making sure
proxies that are created by CGLIB can be reused against different tests
rather than having CGLIB trying to define the class again and fail.

Closes gh-45065
2025-04-10 16:22:14 +02:00
Moritz Halbritter 5401327e4d Polish "Add missing attributes to ServletRegistration annotation"
See gh-45007
2025-04-10 14:46:48 +02:00
Dmytro Danilenkov d0128071ec Add missing attributes to ServletRegistration annotation
See gh-45007

Signed-off-by: Dmytro Danilenkov <milgoff@gmail.com>
2025-04-10 14:40:36 +02:00
Moritz Halbritter 65de53066d Polish "Add missing attributes to FilterRegistration annotation"
See gh-45005
2025-04-10 12:22:01 +02:00
Daeho Kwon 17d579f374 Add missing attributes to FilterRegistration annotation
See gh-45005
2025-04-10 12:22:01 +02:00
Stéphane Nicoll 75bc4b2888 Merge branch '3.4.x'
Closes gh-45048
2025-04-10 10:14:53 +02:00
Stéphane Nicoll 87cd1bb7fd Merge branch '3.3.x' into 3.4.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[early-access:true 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[early-access:true toolchain:true version:24], map[id:windows-latest name:Windows]) (push) Waiting to run 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:false version:22], 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:22], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:23], 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:23], map[id:windows-latest name:Windows]) (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-45047
2025-04-10 10:14:11 +02:00
Stéphane Nicoll cfd5e45d57 Remove link
See gh-44767
2025-04-10 10:13:31 +02:00
Andy Wilkinson 3580f1aa36 Polish "Add details of the purpose of the metrics endpoint"
See gh-44767
2025-04-10 10:08:02 +02:00
Jonatan Ivanov 23c3c2753a Add details of the purpose of the metrics endpoint
See gh-44767
2025-04-10 10:08:02 +02:00
Phillip Webb 12e7d97c5d Merge branch '3.4.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[early-access:true 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[early-access:true toolchain:true version:24], map[id:windows-latest name:Windows]) (push) Waiting to run 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:false version:22], 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:22], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:23], 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:23], map[id:windows-latest name:Windows]) (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
2025-04-09 14:52:30 -07:00
Phillip Webb 837fa4c4d8 Merge branch '3.3.x' into 3.4.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[early-access:true 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[early-access:true toolchain:true version:24], map[id:windows-latest name:Windows]) (push) Waiting to run 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:false version:22], 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:22], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:23], 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:23], map[id:windows-latest name:Windows]) (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
2025-04-09 14:52:15 -07:00
Phillip Webb c6e74955a7 Update copyright year of changed files
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:true 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:true 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:22], 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:22], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:23], 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:23], map[id:windows-latest name:Windows]) (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
2025-04-09 14:51:49 -07:00
Phillip Webb 2147c2650c Merge branch '3.4.x' 2025-04-09 14:51:36 -07:00