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 d1fc2d1 Allow users to set custom keystore types like JCEKS, PKCS12 #121. d1fc2d1 is described below commit d1fc2d1cade0c24ea6853e73a30944f8a0620b36 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 6 17:59:03 2020 -0400 Allow users to set custom keystore types like JCEKS, PKCS12 #121. --- src/changes/changes.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a174cc3..0cbc963 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" due-to="Gary Gregory" type="update"> org.apache.commons.vfs2.provider.VfsComponent now implements java.io.Closeable. </action> - <action dev="ggregory" due-to="PeterAlfredLee" type="update"> + <action dev="ggregory" due-to="PeterAlfredLee" type="fix"> Modify some loop using stream API #96. </action> <action issue="VFS-757" dev="ggregory" due-to="ddg-igh" type="add"> @@ -81,10 +81,13 @@ The <action> type attribute can be add,update,fix,remove. Fix some test error when jvm's default language is not US en #107. </action> <action issue="VFS-788" dev="ggregory" due-to="satish bhor" type="fix"> - [webdav/webdav4]Jackrabbit1 and jackrabbit2 modules getting same osgi symbolic name. + [webdav/webdav4]Jackrabbit1 and jackrabbit2 modules getting same OSGi symbolic name. </action> - <action issue="VFS-787" dev="ggregory" due-to="satish bhor" type="fix"> - Allow users to set proxy schemes like http/https #122 + <action issue="VFS-787" dev="ggregory" due-to="satish bhor" type="add"> + Allow users to set proxy schemes like http/https #122. + </action> + <action issue="VFS-786" dev="ggregory" due-to="satish bhor" type="add"> + Allow users to set custom keystore types like JCEKS, PKCS12 #121. </action> <!-- UPDATES --> <action issue="VFS-755" dev="ggregory" due-to="Gary Gregory" type="update">