You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2022/04/12 08:18:20 UTC

[Bug 66007] New: Why CloseIgnoringInputStream class is removed form POI-5.2.0

https://bz.apache.org/bugzilla/show_bug.cgi?id=66007

            Bug ID: 66007
           Summary: Why CloseIgnoringInputStream class is removed form
                    POI-5.2.0
           Product: POI
           Version: 5.2.0-FINAL
          Hardware: PC
            Status: NEW
          Severity: critical
          Priority: P2
         Component: POIFS
          Assignee: dev@poi.apache.org
          Reporter: tuspatil@ptc.com
  Target Milestone: ---

Hi Team,

We are using "CloseIgnoringInputStream.class" from POI, but after upgrading POI
jar to the version 5.2.0, we found that this class is removed.

Need to understand reason for removal of this class and please let us know if
we have any alternative for same.

We are eagerly waiting for your revert. 

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 66007] Why CloseIgnoringInputStream class is removed form POI-5.2.0

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66007

--- Comment #2 from tuspatil@ptc.com ---
Thanks for immediate response.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 66007] Why CloseIgnoringInputStream class is removed form POI-5.2.0

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66007

PJ Fanning <fa...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
         Resolution|---                         |INFORMATIONPROVIDED
             Status|NEW                         |RESOLVED

--- Comment #1 from PJ Fanning <fa...@yahoo.com> ---
That was an internal class used for the internals of POI code. POI's API is
about working with Microsoft format files - not about provide IO utils.

You can see the old code at
https://github.com/apache/poi/blob/007a6f6160248475be356ac0199a96a73ce31f8b/poi/src/main/java/org/apache/poi/util/CloseIgnoringInputStream.java

You can copy/paste that into your own code base if you want to continue to use
it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org