This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 0be15c9c1f0 Update dependency com.lmax:disruptor to v4 (branch_9x) 
(#4857)
0be15c9c1f0 is described below

commit 0be15c9c1f007858bdf259119153b040d1008ebc
Author: Solr Bot <[email protected]>
AuthorDate: Fri Sep 4 13:27:21 2026 +0200

    Update dependency com.lmax:disruptor to v4 (branch_9x) (#4857)
    
    Co-authored-by: Eric Pugh <[email protected]>
---
 .github/workflows/solrj-test.yml       | 2 ++
 .github/workflows/tests-via-crave.yml  | 2 ++
 solr/licenses/disruptor-3.4.4.jar.sha1 | 1 -
 solr/licenses/disruptor-4.0.0.jar.sha1 | 1 +
 versions.lock                          | 2 +-
 versions.props                         | 2 +-
 6 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/solrj-test.yml b/.github/workflows/solrj-test.yml
index 4e66e4af85d..3fa5a8cd30c 100644
--- a/.github/workflows/solrj-test.yml
+++ b/.github/workflows/solrj-test.yml
@@ -7,6 +7,8 @@ on:
     paths:
       - '.github/workflows/solrj-test.yml'
       - 'solr/solrj/**'
+      - 'versions.props'
+      - 'versions.lock'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || 
github.ref }}
diff --git a/.github/workflows/tests-via-crave.yml 
b/.github/workflows/tests-via-crave.yml
index 1623ed29f33..30f354a5fef 100644
--- a/.github/workflows/tests-via-crave.yml
+++ b/.github/workflows/tests-via-crave.yml
@@ -7,6 +7,8 @@ on:
     paths:
       - 'solr/**/src/**'
       - 'gradle/libs.versions.toml'
+      - 'versions.props'
+      - 'versions.lock'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || 
github.ref }}
diff --git a/solr/licenses/disruptor-3.4.4.jar.sha1 
b/solr/licenses/disruptor-3.4.4.jar.sha1
deleted file mode 100644
index 65262f8a5de..00000000000
--- a/solr/licenses/disruptor-3.4.4.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-588321627643b6de45db44c6575e750fea3ae3f5
diff --git a/solr/licenses/disruptor-4.0.0.jar.sha1 
b/solr/licenses/disruptor-4.0.0.jar.sha1
new file mode 100644
index 00000000000..5935553be26
--- /dev/null
+++ b/solr/licenses/disruptor-4.0.0.jar.sha1
@@ -0,0 +1 @@
+9e77a6b0b1d3d0dac3e9f7f63535dad8ef217cbc
diff --git a/versions.lock b/versions.lock
index 6b94251734b..f3c98b98bdc 100644
--- a/versions.lock
+++ b/versions.lock
@@ -63,7 +63,7 @@ com.ibm.icu:icu4j:74.2 (1 constraints: ae0f2484)
 com.j256.simplemagic:simplemagic:1.17 (1 constraints: dd04f830)
 com.jayway.jsonpath:json-path:2.10.0 (2 constraints: bf12ce4a)
 com.knuddels:jtokkit:1.1.0 (1 constraints: 9d0e146a)
-com.lmax:disruptor:3.4.4 (1 constraints: 0d050a36)
+com.lmax:disruptor:4.0.0 (1 constraints: 0605ff35)
 com.squareup.okhttp3:okhttp:5.4.0 (11 constraints: a49b7f8e)
 com.squareup.okhttp3:okhttp-jvm:5.4.0 (2 constraints: 5d11c3e8)
 com.squareup.okhttp3:okhttp-sse:5.4.0 (2 constraints: 13189cad)
diff --git a/versions.props b/versions.props
index a97d73aa3aa..e0d20296017 100644
--- a/versions.props
+++ b/versions.props
@@ -17,7 +17,7 @@ com.google.protobuf:*=4.35.1
 com.google.re2j:re2j=1.8
 com.j256.simplemagic:simplemagic=1.17
 com.jayway.jsonpath:json-path=2.10.0
-com.lmax:disruptor=3.4.4
+com.lmax:disruptor=4.0.0
 com.squareup.okhttp3:*=5.4.0
 com.tdunning:t-digest=3.3
 commons-cli:commons-cli=1.11.0

Reply via email to