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 42346b9745d25200fb0257f7a7fa3bc85e909861 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 2 15:55:03 2023 -0400 Group additions together --- src/changes/changes.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index de4072a0..cc5bb509 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,16 +48,6 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="2.10.0" date="2023-MM-DD" description="Maintenance release. Requires Java 8."> - <!-- ADD --> - <action type="add" issue="VFS-848" dev="ggregory" due-to="beise, Gary Gregory"> - Config option for trailing slash in webdav URI #425. - </action> - <action type="add" issue="VFS-851" dev="ggregory" due-to="Gary Gregory"> - Split out HDFS provider into its own Maven module commons-vfs2-hdfs. - </action> - <action type="add" dev="ggregory" due-to="Gary Gregory"> - Generate JPMS module info files when building on Java 11 or greater, except for commons-vfs2-hdfs due to Hadoop libraries' overlapping packages. - </action> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Seth Falco"> Replace package.html with package-info.java #206. @@ -171,6 +161,15 @@ The <action> type attribute can be add,update,fix,remove. DelegatingFileSystemOptionsBuilder.setConfigClass[es](FileSystemOptions, String, String, Class) now throw the more general ReflectiveOperationException instead of 2 subclasses. </action> <!-- ADD --> + <action type="add" issue="VFS-848" dev="ggregory" due-to="beise, Gary Gregory"> + Config option for trailing slash in webdav URI #425. + </action> + <action type="add" issue="VFS-851" dev="ggregory" due-to="Gary Gregory"> + Split out HDFS provider into its own Maven module commons-vfs2-hdfs. + </action> + <action type="add" dev="ggregory" due-to="Gary Gregory"> + Generate JPMS module info files when building on Java 11 or greater, except for commons-vfs2-hdfs due to Hadoop libraries' overlapping packages. + </action> <action type="add" dev="ggregory" due-to="Seth Falco"> Add vscode files to gitignore #205. </action>