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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit 7d461d8382438ab2b5433c8e32ffd23fd06d2b75
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 21 09:42:12 2025 -0500

    Fix build on Java 25, it's no longer experimental on GH CI
---
 .github/workflows/maven.yml | 11 +----------
 src/changes/changes.xml     |  1 +
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index fb63dbab3..ce06ded80 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,18 +29,9 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 25 ]
         experimental: [false]
         include:
-          - java: 25
-            os: ubuntu-latest
-            experimental: false
-          - java: 25
-            os: windows-latest
-            experimental: true
-          - java: 25
-            os: macos-latest
-            experimental: false
           - java: 26-ea
             os: ubuntu-latest
             experimental: true
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 714846a4c..4877ec832 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,6 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Guillaume Nodet, Gary 
Gregory">Complete JUnit 5 Migration #730.</action>
       <action dev="ggregory" type="fix" due-to="Guillaume Nodet, Gary 
Gregory">org.apache.commons.vfs2.provider.sftp.SftpClientFactory might now 
always resolve the current directory properly on Java 25.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT 
plugin console warnings.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix build on 
Java 25, it's no longer experimental on GH CI.</action>
       <!-- ADD -->
       <action dev="ggregory" type="add" due-to="Gary Gregory">Add 
org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.sendOptions(String, 
String).</action>
       <action dev="ggregory" type="add" due-to="Gary Gregory">Add 
FtpFileSystemConfigBuilder.getControlEncodingCharset(FileSystemOptions) and 
deprecate getControlEncoding(FileSystemOptions).</action>

Reply via email to