Re: [lang3][collection4][text] Investigation on the diffusion of innovation along with java releases

2019-08-02 Thread Bruno P. Kinoshita
Hi Gilles I can't speak for others, but I agree we would need to remove most of the code that is now available in Java 8. I think [functor] would need more a place for functional code that does not belong to lang, but is still useful to other devs & components. Bruno On Saturday, 3 Augus

Re: [VOTE] Release Apache Commons BeanUtils 1.9.4 based on RC2

2019-08-02 Thread Rob Tompkins
Here’s my +1 Thanks everyone. I’ll do the release proceedings tonight. -Rob > On Aug 2, 2019, at 10:27 AM, Pascal Schumacher > wrote: > > +1 > > Am 29.07.2019 um 00:35 schrieb Rob Tompkins: >> We have fixed quite a few bugs and added some significant enhancements since >> Apache Commons Bea

Re: [IO] Travis builds fail for Java 7, 13 and ea

2019-08-02 Thread Gary Gregory
[io] is Java 8 based these days. Please rebase your PRs on master to pickup the new travis file and the Javadoc fixes. This should give you green builds :-) Gary On Fri, Aug 2, 2019 at 10:25 AM Pascal Schumacher wrote: > Java 7 is not available on travis anymore. > > Java 13+ fails because of i

Re: [IO] Travis builds fail for Java 7, 13 and ea

2019-08-02 Thread Pascal Schumacher
Build is green now. Thanks for reporting! Cheers, Pascal Am 02.08.2019 um 16:24 schrieb Pascal Schumacher: Java 7 is not available on travis anymore. Java 13+ fails because of incorrect javadoc: An error has occurred in Javadoc report generation: 3336[ERROR] Exit code: 1 - /home/travis/build

Re: [commons-collections] branch master updated: Fix download page for 3.2.2.

2019-08-02 Thread sebb
On Fri, 2 Aug 2019 at 14:55, wrote: > > This is an automated email from the ASF dual-hosted git repository. > > ggregory pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-collections.git > > > The following commit(s) were added to refs/heads/master by thi

Re: [VOTE] Release Apache Commons BeanUtils 1.9.4 based on RC2

2019-08-02 Thread Pascal Schumacher
+1 Am 29.07.2019 um 00:35 schrieb Rob Tompkins: We have fixed quite a few bugs and added some significant enhancements since Apache Commons BeanUtils 1.9.3 was released, so I would like to release Apache Commons BeanUtils 1.9.4. Apache Commons BeanUtils 1.9.4 RC2 is available for review here:

Re: [IO] Travis builds fail for Java 7, 13 and ea

2019-08-02 Thread Pascal Schumacher
Java 7 is not available on travis anymore. Java 13+ fails because of incorrect javadoc: An error has occurred in Javadoc report generation: 3336[ERROR] Exit code: 1 - /home/travis/build/apache/commons-io/src/main/java/org/apache/commons/io/DirectoryWalker.java:49: error: heading used out of sequ

Re: [lang3][collection4][text] Investigation on the diffusion of innovation along with java releases

2019-08-02 Thread Gilles Sadowski
Hello Bruno. Le mer. 31 juil. 2019 à 08:05, Bruno P. Kinoshita a écrit : > > Hi, > > >Or maybe more accurately, Commons doesn't have any libraries for this yet > >(not like we're limited to purely Javahere). > We have the unreleased Commons Functor. I believe this was the intention of > the pr

Re: [IO] Missing Reader / Writer implementations

2019-08-02 Thread Gary Gregory
Thanks Rob, I should be able to review these over the weekend. Gary On Fri, Aug 2, 2019, 08:48 Rob Spoor wrote: > The PRs are done, and they build successfully (apart from Java 13 and > ea, but master has the same problem). > > I had to duplicate ClosedReader and ClosedWriter because of unit te

Re: [IO] Missing Reader / Writer implementations

2019-08-02 Thread Rob Spoor
The PRs are done, and they build successfully (apart from Java 13 and ea, but master has the same problem). I had to duplicate ClosedReader and ClosedWriter because of unit tests, and also had to include BrokenReader and BrokenWriter because of unit tests. Rob On 01/08/2019 18:24, Rob Spoor