Skip to content

Commit 7d461d8

Browse files
committed
Fix build on Java 25, it's no longer experimental on GH CI
1 parent 1119a4a commit 7d461d8

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,9 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: [ubuntu-latest, windows-latest, macos-latest]
32-
java: [ 8, 11, 17, 21 ]
32+
java: [ 8, 11, 17, 21, 25 ]
3333
experimental: [false]
3434
include:
35-
- java: 25
36-
os: ubuntu-latest
37-
experimental: false
38-
- java: 25
39-
os: windows-latest
40-
experimental: true
41-
- java: 25
42-
os: macos-latest
43-
experimental: false
4435
- java: 26-ea
4536
os: ubuntu-latest
4637
experimental: true

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
5757
<action dev="ggregory" type="fix" due-to="Guillaume Nodet, Gary Gregory">Complete JUnit 5 Migration #730.</action>
5858
<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>
5959
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
60+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix build on Java 25, it's no longer experimental on GH CI.</action>
6061
<!-- ADD -->
6162
<action dev="ggregory" type="add" due-to="Gary Gregory">Add org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.sendOptions(String, String).</action>
6263
<action dev="ggregory" type="add" due-to="Gary Gregory">Add FtpFileSystemConfigBuilder.getControlEncodingCharset(FileSystemOptions) and deprecate getControlEncoding(FileSystemOptions).</action>

0 commit comments

Comments
 (0)