Re: [IMAGING] Request comments on proposed new feature

2020-10-21 Thread Bruno P. Kinoshita
Hi Gary! I've read the proposal in the JIRA issue, thanks a lot for explaining it so well. I've added some comments in JIRA, mainly around this new writer and whether it would replace the existing one or be an alternative writer; and on streams vs File. But sounds like a good improvement,

Re: Proposal for creating a CompositeException in ExceptionUtils

2020-10-21 Thread Thomas
I understand the use case. But starting with JDK 7, java.lang.Throwable has    Throwable#addSuppressed(Throwable)    Throwable[] getSuppressed() which would lend themselves pretty obviously to the purpose, at least if the mechanism hasn't been disabled using the special ctor protected

[IMAGING] Request comments on proposed new feature

2020-10-21 Thread Gary Lucas
I just posted a proposal on Jira for a newTIFF-file-writing class that will help Commons Imaging support the production of very large TIFF files. I am looking for comments about the design and requirements for the proposed feature. If you are interested, you may read more at

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-21 Thread Rob Tompkins
This looks similar to what Bruno is getting out of the build, but here’s what I’m seeing. It looks like a maven plugin issue. I wonder if there are some updates we could perform in the plugin zone that could potentially sort this out. -Rob