Re: [Compress] BZip2 file object size?

2019-10-17 Thread Stefan Bodewig
On 2019-10-18, Gary Gregory wrote: > BZip2FileObject does not implement doGetContentSize() and always returns > -1, which causes VFS to blow up if you try to read. Can this kind of > content only be streamed? First a "I'm not an expert in the bzip2 file format" disclaimer. >From what I can tell

RE: strange change to src/main/java/org/apache/bcel/generic/FieldGenOrMethodGen.java

2019-10-17 Thread Mark Roberts
So I'm forced to add pass through methods to MethodGen? That seems a waste of effort and still requires testing. I repeat - you can already manipulate Attrbiutes - you should be able to manipulate Annotations in exactly the same fashion. It is a missing capability that is needed - at least by

Re: strange change to src/main/java/org/apache/bcel/generic/FieldGenOrMethodGen.java

2019-10-17 Thread sebb
On Thu, 17 Oct 2019 at 23:16, Mark Roberts wrote: > > When the BCEL package was renamed back to org.apache.bcel in: > > commit d522432b79044740831a132d8b92e7dab5477444 > Author: Benedikt Ritter > Date: Tue Jun 7 17:28:43 2016 + > > The methods to add and delete annotations were changed fro

strange change to src/main/java/org/apache/bcel/generic/FieldGenOrMethodGen.java

2019-10-17 Thread Mark Roberts
When the BCEL package was renamed back to org.apache.bcel in: commit d522432b79044740831a132d8b92e7dab5477444 Author: Benedikt Ritter Date: Tue Jun 7 17:28:43 2016 + The methods to add and delete annotations were changed from public to protected with a confusing comment: < public voi

[Compress] BZip2 file object size?

2019-10-17 Thread Gary Gregory
Hi All, BZip2FileObject does not implement doGetContentSize() and always returns -1, which causes VFS to blow up if you try to read. Can this kind of content only be streamed? Gary

Re: [collections] BloomFilter package architecture discussion

2019-10-17 Thread Claude Warren
On Wed, Oct 16, 2019 at 2:08 AM Gilles Sadowski wrote: > Hi. > > 2019-10-15 20:05 UTC+02:00, Claude Warren : > > On Tue, Oct 15, 2019 at 1:46 AM Gilles Sadowski > > wrote: > > > >> Hello. > >> > >> > >> > >> > Furthermore, > >> > the other potential users and supporters have not responded to any

Re: [beanutils] Towards 2.0?

2019-10-17 Thread Gary Gregory
On Thu, Oct 17, 2019 at 11:33 AM Melloware wrote: > +1 as in I think the library is ready to go "as is" for 2.0 release. > It's a feature rich stable library. > > It has always had the Commons Collections stuff in there but if you feel > the need to rip it out then rip it out. If not then I woul

Re: [collections] BloomFilter package architecture discussion

2019-10-17 Thread Claude Warren
I have added a list of Use Cases ( https://github.com/Claudenw/commons-collections/blob/master/src/main/java/org/apache/commons/collections4/bloomfilter/Usage.md) I expect that these will end up in documentation somewhere. On Wed, Oct 16, 2019 at 2:08 AM Gilles Sadowski wrote: > Hi. > > 2019-10-

Re: [beanutils] Towards 2.0?

2019-10-17 Thread Melloware
+1 as in I think the library is ready to go "as is" for 2.0 release.  It's a feature rich stable library. It has always had the Commons Collections stuff in there but if you feel the need to rip it out then rip it out.  If not then I would just release the 2.0 version of the library. --

Re: [vfs] PR ready for VFS-686

2019-10-17 Thread Woonsan Ko
Hi Gary, Thank you very much for your attention and pointing out the test failure in JDK 11 and 13. I've just pushed a fix and it shows successes except of openjdk-ea like master branch: - https://travis-ci.org/apache/commons-vfs/builds/599058148?utm_source=github_status&utm_medium=notification