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


The following commit(s) were added to refs/heads/master by this push:
     new 856b5ba47 Improved performance of UriParser#extractScheme #614
856b5ba47 is described below

commit 856b5ba47bd6929db6726b59a5aaca3e6279270f
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Thu May 1 14:20:41 2025 -0400

    Improved performance of UriParser#extractScheme #614
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index effb97126..7d5ff6af5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Gary Gregory">Rework 
FTPClientWrapper.disconnect() to remove any chance of a new connection being 
created on demand.</action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">The write buffer 
size in DefaultFileContent is now 8K instead of 4K.</action>
       <action dev="ggregory" type="fix" due-to="Anthony Goubard">Improve 
performance of encoding URIs #660.</action>
+      <action dev="ggregory" type="fix" due-to="Anthony Goubard">Improved 
performance of UriParser#extractScheme #614.</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