Re: [compress] cut 1.16.1 very soon?

2018-02-09 Thread Gary Gregory
You can also look at the log4j-osgi module. It does some light OSGi testing. I ported the reusable bits to the Commons Testing got repo. Gary On Feb 9, 2018 21:21, "Simon Spero" wrote: > Writing tests for osgi modules is painless... the second time :-P > > The key to making tests easy is to use

Re: [compress] cut 1.16.1 very soon?

2018-02-09 Thread Simon Spero
Writing tests for osgi modules is painless... the second time :-P The key to making tests easy is to use pax-exam, which handles most of the tedious container setup and junit / test-NG test execution. https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/pages/54263870/Documentation I can implement this

Re: [RNG] Travis build fails with JDK 9

2018-02-09 Thread Gilles
On Fri, 9 Feb 2018 16:08:00 -0700, Bindul Bhowmik wrote: On Fri, Feb 9, 2018 at 2:14 PM, Gilles wrote: On Thu, 8 Feb 2018 22:44:32 -0700, Bindul Bhowmik wrote: On Thu, Feb 8, 2018 at 9:01 AM, Gilles wrote: Hi. Build succeeds with JDK 7 and 8 but not with JDK9: https://travis-ci.org/ap

Re: [RNG] Travis build fails with JDK 9

2018-02-09 Thread Bindul Bhowmik
On Fri, Feb 9, 2018 at 2:14 PM, Gilles wrote: > On Thu, 8 Feb 2018 22:44:32 -0700, Bindul Bhowmik wrote: >> >> On Thu, Feb 8, 2018 at 9:01 AM, Gilles >> wrote: >>> >>> Hi. >>> >>> Build succeeds with JDK 7 and 8 but not with JDK9: >>> https://travis-ci.org/apache/commons-rng/jobs/337207823 >>>

Re: [NET] Drop 1.4.1 from mirrors

2018-02-09 Thread Gary Gregory
Fine with me. Gary On Feb 9, 2018 14:42, "sebb" wrote: I propose to drop 1.4.1 from the mirrors and the download page (no point having direct links). It can still be obtained from the archives. - To unsubscribe, e-mail: dev-u

Re: [JEXL] Drop 1.1 from ASF mirrors

2018-02-09 Thread Gary Gregory
On Feb 9, 2018 14:37, "sebb" wrote: I propose to drop Jexl 1.1 from the ASF mirrors, and change the download page to point to the archives. It's no longer maintained, so should not be on the mirrors. Fine with me. Gary - To

[NET] Drop 1.4.1 from mirrors

2018-02-09 Thread sebb
I propose to drop 1.4.1 from the mirrors and the download page (no point having direct links). It can still be obtained from the archives. - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-ma

[JEXL] Drop 1.1 from ASF mirrors

2018-02-09 Thread sebb
I propose to drop Jexl 1.1 from the ASF mirrors, and change the download page to point to the archives. It's no longer maintained, so should not be on the mirrors. - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

Re: [RNG] Travis build fails with JDK 9

2018-02-09 Thread Gilles
On Thu, 8 Feb 2018 22:44:32 -0700, Bindul Bhowmik wrote: On Thu, Feb 8, 2018 at 9:01 AM, Gilles wrote: Hi. Build succeeds with JDK 7 and 8 but not with JDK9: https://travis-ci.org/apache/commons-rng/jobs/337207823 Did someone encounter this problem? Taking a guess here: looking at line 35

Re: [VOTE] Release Commons Compress 1.16.1 based on RC1

2018-02-09 Thread Oliver Heger
Build works fine with Java 1.7 and 1.8 on Windows 10. With the site build on Java 8 I get the same error as for 1.16 (see below, not blocking). Artifacts and site look good. +1 Oliver [warn] No new version specified and file 'C:\data\dev\projects\OpenSource\Apache\compress\commons-compress-1.16.

Re: [CSV][POLL] How to provide mutable records

2018-02-09 Thread Stian Soiland-Reyes
On Fri, 25 Aug 2017 19:19:58 +0100, Stian Soiland-Reyes wrote: > This came up also for commons rdf where we also have everything immutable, > which I think is a good principle to keep for modern Java 8 programming. > > So you need a mutator function like in (4) that either returns a new > immuta

Re: [CSV] Release 1.6

2018-02-09 Thread Stian Soiland-Reyes
On Mon, 11 Dec 2017 09:19:46 -0700, Gary Gregory wrote: > There is one minor new feature and a proposed fix for > https://issues.apache.org/jira/browse/CSV-219 >SV-216-with > I'd like some feedback on CSV-219 before releasing. > > If there is anything you want in a new release, please pipe up. H