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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 2b481e0745 Until Java 25 work is finished, because SecurityManager is 
also not available in 24 (#1607)
2b481e0745 is described below

commit 2b481e074552a4a8305c7f7fda7c827f27e318a2
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Jan 14 17:44:27 2026 +0100

    Until Java 25 work is finished, because SecurityManager is also not 
available in 24 (#1607)
---
 .github/workflows/ci-nightly.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-nightly.yml b/.github/workflows/ci-nightly.yml
index db29edce9e..965f1164eb 100644
--- a/.github/workflows/ci-nightly.yml
+++ b/.github/workflows/ci-nightly.yml
@@ -30,7 +30,7 @@ jobs:
     strategy:
       matrix:
         os: [ ubuntu-24.04, ubuntu-22.04, macos-26, macos-15, windows-2025, 
windows-2022 ]
-        java-version: [ 17, 21, 24 ]
+        java-version: [ 17, 21 ]
 
     runs-on: ${{ matrix.os }}
 
@@ -54,7 +54,7 @@ jobs:
     strategy:
       matrix:
         os: [ ubuntu-24.04, ubuntu-22.04, macos-26, macos-15, windows-2025, 
windows-2022 ]
-        java-version: [ 17, 21, 24 ]
+        java-version: [ 17, 21 ]
 
     runs-on: ${{ matrix.os }}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to