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 2021/12/29 14:05:49 UTC

[commons-vfs] branch dependabot/maven/slf4j.version-1.7.32 updated (e3d7d72 -> 1833c07)

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

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


 discard e3d7d72  Bump slf4j.version from 1.7.26 to 1.7.32
     add addecea  Bump spotbugs-maven-plugin from 4.5.0.0 to 4.5.2.0 (#229)
     add 0e5859b  Bump spotbugs-maven-plugin from 4.5.0.0 to 4.5.2.0 #229.
     add d97d0f0  [VFS-813] NullPointerException needs a better message in SftpClientFactory when connect with private key.
     add 8d2615e  Bump org.mockito:mockito-core from 4.1.0 to 4.2.0.
     add e7b7d12  Extract constants.
     add 4ce12ab  Bump com.github.spotbugs:spotbugs from 4.5.1 to 4.5.2.
     add e435464  VFS-811: fixing api docs link in site xmls (#227)
     add ab62773  [VFS-811] Javadoc API links are broken in the commons-vfs project site.
     add 9b2c6dd  Oops, did not mean to commit change to test FTP server.
     add 2a1d6b8  [VFS-812] Don't throw FileSystemException when closing file content output stream using a BufferedOutputStream #228.
     add e3a95cb  Drop obsolete .travis.yaml.
     add ef08bce  Bump log4j2.version from 2.17.0 to 2.17.1 (#230)
     add 1833c07  Bump slf4j.version from 1.7.26 to 1.7.32

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   (e3d7d72)
            \
             N -- N -- N   refs/heads/dependabot/maven/slf4j.version-1.7.32 (1833c07)

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:
 .travis.yml                                        | 28 --------------
 .../vfs2/provider/sftp/SftpClientFactory.java      | 15 ++++++--
 .../commons/vfs2/util/MonitorOutputStream.java     | 14 +++++--
 .../FileObjectContentOutputStreamCloseTest.java    | 44 ++++++++++++++++++++++
 pom.xml                                            |  8 ++--
 src/changes/changes.xml                            | 17 +++++++--
 src/site/xdoc/api.xml                              | 28 +++++++-------
 src/site/xdoc/filesystems.xml                      |  2 +-
 8 files changed, 97 insertions(+), 59 deletions(-)
 delete mode 100644 .travis.yml
 create mode 100644 commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectContentOutputStreamCloseTest.java