[
https://issues.apache.org/jira/browse/VFS-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17007102#comment-17007102
]
Gary D. Gregory commented on VFS-750:
-------------------------------------
May you provide a test case please?
Doc: [https://commons.apache.org/proper/commons-vfs/commons-vfs2/japicmp.html]
does not flag this as binary incompatible.
> [2.5.0] AbstractFileObject is backwards-incompatible
> ----------------------------------------------------
>
> Key: VFS-750
> URL: https://issues.apache.org/jira/browse/VFS-750
> Project: Commons VFS
> Issue Type: Bug
> Affects Versions: 2.5.0
> Reporter: Boris Petrov
> Priority: Blocker
>
> This is a show-stopper issue.
> This commit:
> [https://github.com/apache/commons-vfs/commit/953aa407df78f0d10da54e29323d404cda3e4f6b]
> Made the abstract (mandatory) method `doGetInputStream()` into a protected
> method that calls `doGetInputStream(int bufferSize)` which throws an
> exception.
> All current implementations implement only `doGetInputStream()` (because that
> was the API in `2.4.1`) which is actually not called anywhere in the class -
> only `doGetInputStream(int bufferSize)` is. This means that *ALL* VFS plugins
> break on `2.5.0`.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)