Re: [BCEL] Release 6.4.0

2019-10-21 Thread Gary Gregory
Under target/site Gary On Mon, Oct 21, 2019, 11:41 Mark Roberts wrote: > To respond to questions about changes to Annotation support, I am trying > to review the current test coverage. I ran the command line below. I see > a file named jacoco.exec but that appears to be binary data. Where d

RE: [BCEL] Release 6.4.0

2019-10-21 Thread Mark Roberts
To respond to questions about changes to Annotation support, I am trying to review the current test coverage. I ran the command line below. I see a file named jacoco.exec but that appears to be binary data. Where do I find the code coverage report? Thanks, Mark From: Gary Gregory [m

Re: [beanutils] Towards 2.0?

2019-10-21 Thread Gary Gregory
Also toward 2.0, we need to collapse: org.apache.commons.beanutils2.BeanUtilsBean org.apache.commons.beanutils2.BeanUtilsBean2 and org.apache.commons.beanutils2.ConvertUtilsBean org.apache.commons.beanutils2.ConvertUtilsBean2 and probably add classes in org.apache.commons.beanutils2.converters

Re: [All] Using "SemVer"?

2019-10-21 Thread Gary Gregory
I have been using semver for Commons components I am involved. I think we are pretty good in general about it... YMMV ;-) Gary On Mon, Oct 21, 2019 at 7:59 AM Claude Warren wrote: > I think there is a belief in the general using public that Apache follows > SemVer for most Java code. I think t

Re: [beanutils] Towards 2.0?

2019-10-21 Thread Gary Gregory
On Mon, Oct 21, 2019 at 2:53 AM Emmanuel Bourg wrote: > Le 17/10/2019 à 19:45, Gary Gregory a écrit : > > > It seems like org.apache.commons.collections4.Predicate can/should be > > replaced by java.util.function.Function > > Did we consider modifying collections4 such that Predicate extends > Fu

Re: [All] Using "SemVer"?

2019-10-21 Thread Claude Warren
I think there is a belief in the general using public that Apache follows SemVer for most Java code. I think that it would be best if each module specified if it follows SemVer or not -- just to clear up any confusion on the part of the user. Claude On Fri, Oct 18, 2019 at 4:08 PM Stefan Bodewig