Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ED9742009C6 for ; Mon, 2 May 2016 03:17:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EBE131609AD; Mon, 2 May 2016 03:17:14 +0200 (CEST) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 19EDF16098E for ; Mon, 2 May 2016 03:17:13 +0200 (CEST) Received: (qmail 69930 invoked by uid 500); 2 May 2016 01:17:13 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 69921 invoked by uid 99); 2 May 2016 01:17:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2016 01:17:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C7692C0F0A for ; Mon, 2 May 2016 01:17:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id lwFbje1zQpeX for ; Mon, 2 May 2016 01:17:10 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id E06F65F1B4 for ; Mon, 2 May 2016 01:17:09 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C20D5E0175 for ; Mon, 2 May 2016 01:17:08 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id E2C843A05E4 for ; Mon, 2 May 2016 01:17:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1741917 - in /commons/proper/vfs/branches/VFS-2.1: ./ core/ core/src/main/java/org/apache/commons/vfs2/provider/bzip2/ core/src/main/java/org/apache/commons/vfs2/provider/gzip/ Date: Mon, 02 May 2016 01:17:07 -0000 To: commits@commons.apache.org From: elserj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160502011707.E2C843A05E4@svn01-us-west.apache.org> archived-at: Mon, 02 May 2016 01:17:15 -0000 Author: elserj Date: Mon May 2 01:17:07 2016 New Revision: 1741917 URL: http://svn.apache.org/viewvc?rev=1741917&view=rev Log: Merge changes from trunk in branch VFS-2.1 Modified: commons/proper/vfs/branches/VFS-2.1/ (props changed) commons/proper/vfs/branches/VFS-2.1/RELEASE-NOTES.txt commons/proper/vfs/branches/VFS-2.1/core/pom.xml commons/proper/vfs/branches/VFS-2.1/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/Bzip2FileObject.java commons/proper/vfs/branches/VFS-2.1/core/src/main/java/org/apache/commons/vfs2/provider/gzip/GzipFileObject.java commons/proper/vfs/branches/VFS-2.1/pom.xml Propchange: commons/proper/vfs/branches/VFS-2.1/ ------------------------------------------------------------------------------ svn:mergeinfo = /commons/proper/vfs/trunk:1741893-1741916 Modified: commons/proper/vfs/branches/VFS-2.1/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/vfs/branches/VFS-2.1/RELEASE-NOTES.txt?rev=1741917&r1=1741916&r2=1741917&view=diff ============================================================================== --- commons/proper/vfs/branches/VFS-2.1/RELEASE-NOTES.txt (original) +++ commons/proper/vfs/branches/VFS-2.1/RELEASE-NOTES.txt Mon May 2 01:17:07 2016 @@ -41,6 +41,18 @@ o VFS-370: Add a FileExtensionSelector o VFS-367: Add APIs FileObject isFile(), FileObject isFolder(), and FileName isFile(). Fixed Bugs: +o VFS-424: Fix StandardFileSystemManager class loading so it works in a OSGi environment. +o VFS-490: [vfsclassloader] Do not open folders with .jar extension. Adds tests. +o VFS-582: [tests] revert rename of getTestDirectoryFile to make test classes more compatible for external providers. +o VFS-480: Make startup of SoftRefsFileCache cleaner thread work and less racy to avoid leaks. +o VFS-549: Use File.seperator instead of getProperty("file.separator"). +o VFS-567: [ftp] Ignore exceptions while QUIT/disconnect. Thanks to Antonio Petrelli. +o VFS-572: [sftp] better documentation for knownhosts file option. Thanks to Sandra Parsick. +o VFS-574: Ensure FileOpertionProviders are closed. Adds some testcases. + The error code for missing operations exceptions corrected: vfs.operation/operation-not-supported.error +o VFS-279: [local] Avoid ClassCastException when replicating local files while OnCall caching is active. Thanks to Didier Earith, Simon Legner. +o VFS-297: [sftp] VSF fails to reuse FileSystem instances if FileSystemOptions contain + an array as value. Reported for SFTP using identities. Thanks to Kirill Safonov, Jimmy Praet. o VFS-202: [http] Allow URLs responding with 405 to HEAD requests. Thanks to Sergey Vladimirov, Simon Legner. o VFS-490: [hdfs] Make OSGi package imports for hdfs resolution=optional. Removed all scopes from dependency management. @@ -109,7 +121,11 @@ o VFS-364: Check the href in the respon Changes: o VFS-530: [hdfs] Use stable Apache Hadoop 2.6 dependencies. Thanks to Dave Marion. +o VFS-601: Update Apache Commons Net from 3.3 to 3.4. +o VFS-602: Update Apache Commons IO from 2.4 to 2.5. +o VFS-579: Update Jsch from 0.1.51 to 0.1.53. o VFS-542: Update Jsch from 0.1.50 to 0.1.51. +o VFS-578: Update Apache Commons Compress from 1.9 to 1.10. o VFS-541: Update Apache Commons Compress from 1.6 to 1.9. o VFS-540: Update Apache Commons Logging from 1.1.3 to 1.2. o VFS-539: Update Apache Commons Lang from 3.1 to 3.3.2. @@ -126,7 +142,7 @@ o VFS-494: [SFTP] No support for SFTP s o VFS-368: [SFTP] Documentation implies that "userDirIsRoot" defaults to true. Thanks to Brendan Long. o VFS-265: [FTP] Set user dir as root dir by default. Thanks to Scott Bjerstedt. o VFS-484: [SFTP] Update Jsch to 0.1.50 from 0.1.49. -o VFS-507: Update to Apache Commons Collection 4.0 from 3.2.1 and use generics. +o VFS-507: Update to Apache Commons Collection 4.1 from 3.2.1 and use generics. o VFS-476: Update Apache Commons Logging to 1.1.3 from 1.1.2. o VFS-475: Update Apache Commons Net to 3.3 from 3.2. o VFS-506: [Tar][Bzip2] Update Apache Commons Compress to 1.6 from 1.5. Modified: commons/proper/vfs/branches/VFS-2.1/core/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/branches/VFS-2.1/core/pom.xml?rev=1741917&r1=1741916&r2=1741917&view=diff ============================================================================== --- commons/proper/vfs/branches/VFS-2.1/core/pom.xml (original) +++ commons/proper/vfs/branches/VFS-2.1/core/pom.xml Mon May 2 01:17:07 2016 @@ -17,10 +17,7 @@ limitations under the License. --> - + 4.0.0 @@ -219,9 +216,7 @@ process-test-classes - + Modified: commons/proper/vfs/branches/VFS-2.1/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/Bzip2FileObject.java URL: http://svn.apache.org/viewvc/commons/proper/vfs/branches/VFS-2.1/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/Bzip2FileObject.java?rev=1741917&r1=1741916&r2=1741917&view=diff ============================================================================== --- commons/proper/vfs/branches/VFS-2.1/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/Bzip2FileObject.java (original) +++ commons/proper/vfs/branches/VFS-2.1/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/Bzip2FileObject.java Mon May 2 01:17:07 2016 @@ -32,6 +32,11 @@ import org.apache.commons.vfs2.provider. */ public class Bzip2FileObject extends CompressedFileFileObject { + /** + * Deprecated since 2.1. + * + * @deprecated Use {@link #Bzip2FileObject(AbstractFileName, FileObject, Bzip2FileSystem)} instead. + */ @Deprecated protected Bzip2FileObject(final AbstractFileName name, final FileObject container, final CompressedFileFileSystem fs) { Modified: commons/proper/vfs/branches/VFS-2.1/core/src/main/java/org/apache/commons/vfs2/provider/gzip/GzipFileObject.java URL: http://svn.apache.org/viewvc/commons/proper/vfs/branches/VFS-2.1/core/src/main/java/org/apache/commons/vfs2/provider/gzip/GzipFileObject.java?rev=1741917&r1=1741916&r2=1741917&view=diff ============================================================================== --- commons/proper/vfs/branches/VFS-2.1/core/src/main/java/org/apache/commons/vfs2/provider/gzip/GzipFileObject.java (original) +++ commons/proper/vfs/branches/VFS-2.1/core/src/main/java/org/apache/commons/vfs2/provider/gzip/GzipFileObject.java Mon May 2 01:17:07 2016 @@ -31,6 +31,11 @@ import org.apache.commons.vfs2.provider. */ public class GzipFileObject extends CompressedFileFileObject { + /** + * Deprecated since 2.1. + * + * @deprecated Use {@link #GzipFileObject(AbstractFileName, FileObject, GzipFileSystem)} instead. + */ @Deprecated protected GzipFileObject(final AbstractFileName name, final FileObject container, final CompressedFileFileSystem fs) { super(name, container, cast(fs)); Modified: commons/proper/vfs/branches/VFS-2.1/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/branches/VFS-2.1/pom.xml?rev=1741917&r1=1741916&r2=1741917&view=diff ============================================================================== --- commons/proper/vfs/branches/VFS-2.1/pom.xml (original) +++ commons/proper/vfs/branches/VFS-2.1/pom.xml Mon May 2 01:17:07 2016 @@ -17,8 +17,7 @@ limitations under the License. --> - + org.apache.commons commons-parent @@ -48,9 +47,9 @@ - scm:svn:http://svn.apache.org/repos/asf/commons/proper/vfs/trunk - scm:svn:https://svn.apache.org/repos/asf/commons/proper/vfs/trunk - http://svn.apache.org/viewvc/commons/proper/vfs/trunk/ + scm:svn:http://svn.apache.org/repos/asf/commons/proper/vfs/tags/commons-vfs2-project-2.1 + scm:svn:https://svn.apache.org/repos/asf/commons/proper/vfs/tags/commons-vfs2-project-2.1 + http://svn.apache.org/viewvc/commons/proper/vfs/tags/commons-vfs2-project-2.1 @@ -159,7 +158,7 @@ 2.0 commons-vfs-2.0 (requires Java 1.5+) - + ${basedir} 2.13