You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gi...@apache.org on 2020/09/11 00:05:18 UTC

[commons-vfs] branch dependabot/maven/org.apache.mina-mina-core-2.1.4 updated (53da3a4 -> 1fa525b)

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

github-bot pushed a change to branch dependabot/maven/org.apache.mina-mina-core-2.1.4
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git.


 discard 53da3a4  Bump mina-core from 2.0.20 to 2.1.4
     add 116f900  Trigger a GitHub build on pull requests.
     add 9e3dd89  VFS-788 - Manifest naming corrections (#124)
     add f8380e7  [VFS-788][webdav/webdav4]Jackrabbit1 and jackrabbit2 modules getting same osgi symbolic name.
     add e4fd611  VFS-787 - Allow users to set proxy schemes like http/https (#122)
     add 907dead  [VFS-787] Allow users to set proxy schemes like http/https #122.
     add 546f35c  VFS-786 - Allow users to set custom keystore types like JCEKS, PKCS12 (#121)
     add d1fc2d1  Allow users to set custom keystore types like JCEKS, PKCS12 #121.
     add 4aa4482  actions/setup-java from v1.4.1 to v1.4.2 #113.
     add b637238  Bump actions/setup-java from v1.4.1 to v1.4.2 (#113)
     add 46a67ef  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs.git
     add d73305a  [VFS-624] Fix for read() in constructors of LocalFileRandomAccessContent and RamFileRandomAccessContent (#93)
     add 523a7b2  [VFS-624] Fix for read() in constructors of LocalFileRandomAccessContent and RamFileRandomAccessContent #93.
     add 4603740  [VFS-769] fix .tgz and .tbz createFileSystem fails and add test (#94)
     add 36873b4  [VFS-769] Fix .tgz and .tbz2 createFileSystem fails #94.
     add 0457a30  Typos.
     add 6aa2260  [VFS-664] fix can't get children file with special name in zip file (#95)
     add 5ff704a  [VFS-664] Fix for file names with exclamation mark can not be read #95.
     add 38088e0  Update commons-parent from 50 to 52.
     add 4bc669c  Bump checkstyle from 8.27 to 8.36 (#123)
     add ee2d196  Update checkstyle from 8.27 to 8.36 #123.
     add 135f745  version.checkstyle 3.1.0 -> 3.1.1.
     add 4d20907  Bump maven-pmd-plugin from 3.12.0 to 3.13.0 (#125)
     add 60fc7e4  Update maven-pmd-plugin from 3.12.0 to 3.13.0 #125.
     add 0f5b995  Update Apache Commons IO from 2.7 to 2.8.0.
     add 1fa525b  Bump mina-core from 2.0.20 to 2.1.4

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (53da3a4)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.mina-mina-core-2.1.4 (1fa525b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml                        |   4 +-
 checkstyle.xml                                     |   1 -
 commons-vfs2-jackrabbit1/pom.xml                   |   3 +
 commons-vfs2-jackrabbit2/pom.xml                   |   3 +
 .../commons/vfs2/provider/AbstractFileObject.java  |   3 +-
 .../apache/commons/vfs2/provider/UriParser.java    |   2 +-
 .../vfs2/provider/http4/Http4FileProvider.java     |   4 +-
 .../http4/Http4FileSystemConfigBuilder.java        |  59 ++++++++++++++++
 .../vfs2/provider/http5/Http5FileProvider.java     |   4 +-
 .../http5/Http5FileSystemConfigBuilder.java        |  60 ++++++++++++++++
 .../local/LocalFileRandomAccessContent.java        |   4 +-
 .../provider/ram/RamFileRandomAccessContent.java   |  30 ++++----
 .../commons/vfs2/provider/tar/TarFileSystem.java   |   3 +-
 .../commons/vfs2/provider/zip/ZipFileSystem.java   |   3 +-
 .../org/apache/commons/vfs2/impl/providers.xml     |   4 --
 .../http4/test/Http4GetContentInfoTest.java        |   1 +
 .../http5/test/Http5GetContentInfoTest.java        |   1 +
 .../http5s/test/Http5sGetContentInfoTest.java      |  37 ++++++++++
 .../LocalFileRandomAccessContentTestCase.java      |  53 ++++++++++++++
 .../test/RamFileRandomAccessContentTestCase.java   |  61 ++++++++++++++++
 .../tar/test/CreateFileSystemTestCase.java         |  73 +++++++++++++++++++
 .../provider/tar/test/TarFileObjectTestCase.java   |  77 +++++++++++++++++++++
 .../provider/zip/test/ZipFileObjectTestCase.java   |  24 +++++++
 .../org.apache.httpserver/star_apache_cert.ts      | Bin 0 -> 1723 bytes
 .../src/test/resources/test-data/0xff_file.txt     |   1 +
 .../test-data/{test.tar => special_fileName.tar}   | Bin 30720 -> 20480 bytes
 .../test/resources/test-data/special_fileName.tbz2 | Bin 0 -> 271 bytes
 .../test/resources/test-data/special_fileName.tgz  | Bin 0 -> 285 bytes
 .../test/resources/test-data/special_fileName.zip  | Bin 0 -> 1846 bytes
 pom.xml                                            |  10 +--
 src/changes/changes.xml                            |  56 +++++++++++----
 src/site/xdoc/filesystems.xml                      |   8 ++-
 32 files changed, 540 insertions(+), 49 deletions(-)
 create mode 100644 commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/local/LocalFileRandomAccessContentTestCase.java
 create mode 100644 commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ram/test/RamFileRandomAccessContentTestCase.java
 create mode 100644 commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/tar/test/CreateFileSystemTestCase.java
 create mode 100644 commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/tar/test/TarFileObjectTestCase.java
 create mode 100644 commons-vfs2/src/test/resources/org.apache.httpserver/star_apache_cert.ts
 create mode 100644 commons-vfs2/src/test/resources/test-data/0xff_file.txt
 copy commons-vfs2/src/test/resources/test-data/{test.tar => special_fileName.tar} (55%)
 create mode 100644 commons-vfs2/src/test/resources/test-data/special_fileName.tbz2
 create mode 100644 commons-vfs2/src/test/resources/test-data/special_fileName.tgz
 create mode 100644 commons-vfs2/src/test/resources/test-data/special_fileName.zip