Jenkins build is back to normal : commons-jcs #178

2016-10-13 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Commons CLI Nested Groups

2016-10-13 Thread John Patrick
I've posted a message to the users list, but on reflecting I think what I'm trying to achieve might be beyond commons-cli current ability. If I fork and work on adding nested OptionGroup's, would it stand a change of being merged? Is it a feature you want to support/provide? I want to check with

Re: [Math] Changes on the 3.x line

2016-10-13 Thread Ralph Goers
> On Oct 12, 2016, at 4:10 PM, Gilles wrote: > > IIRC, many PMC members did not "like" the idea of having more > components. > Even less so if those components are being extracted from Commons > Math. > The least "problematic" one, Commons RNG, barely collected the

[jcs] Please review! was: svn commit: r1764695 - in /commons/proper/jcs/trunk/commons-jcs-core/src: main/java/org/apache/commons/jcs/auxiliary/disk/indexed/ main/java/org/apache/commons/jcs/utils/stru

2016-10-13 Thread Thomas Vandahl
Hi folks, On 13.10.16 16:25, t...@apache.org wrote: > Author: tv > Date: Thu Oct 13 14:25:04 2016 > New Revision: 1764695 > > URL: http://svn.apache.org/viewvc?rev=1764695=rev > Log: > Fix SortedPreferentialArray to actually do what was is supposed to do > > Modified: > >

Re: [Math] Changes on the 3.x line

2016-10-13 Thread Gilles
On Thu, 13 Oct 2016 10:18:36 -0700, Gary Gregory wrote: On Thu, Oct 13, 2016 at 9:13 AM, Ralph Goers wrote: > On Oct 12, 2016, at 4:10 PM, Gilles wrote: > > IIRC, many PMC members did not "like" the idea of having more > components.

Re: [Math] Changes on the 3.x line

2016-10-13 Thread Gary Gregory
On Thu, Oct 13, 2016 at 1:15 AM, Gilles wrote: > On Wed, 12 Oct 2016 19:37:20 -0700, Gary Gregory wrote: > >> On Oct 12, 2016 4:17 PM, "Gilles" wrote: >> >>> >>> On Wed, 12 Oct 2016 15:44:26 -0700, Gary Gregory wrote: >>> On

Re: [Math] Changes on the 3.x line

2016-10-13 Thread Gary Gregory
On Thu, Oct 13, 2016 at 9:13 AM, Ralph Goers wrote: > > > On Oct 12, 2016, at 4:10 PM, Gilles > wrote: > > > > IIRC, many PMC members did not "like" the idea of having more > > components. > > Even less so if those components are being

[VOTE] Release Apache Commons Weaver 1.3 based on RC1

2016-10-13 Thread Matt Benson
I would like to release the [weaver] component. Apache Commons Weaver 1.3 RC1 is available for review at: https://dist.apache.org/repos/dist/dev/commons/weaver/ (r16504). Maven artifacts are at: https://repository.apache.org/content/repositories/orgapachecommons-1208 . Tested with Oracle

[VOTE] Release Apache Commons Lang 3.5 based on RC2

2016-10-13 Thread Benedikt Ritter
Hi, finally I found the time to prepare Apache Commons Lang 3.5 RC2 :-) We could not release RC1, because I messed up the release archives. They contained some snapshot artifacts. This has been fixed in RC2. Furthermore LANG-1275 has been incorporated. Lang 3.5 RC2 is available for review here:

[daemon] restart and shutdown behavior?

2016-10-13 Thread Mori Bellamy
i'm using commons-daemon on linux (so, jsvc). and, i'm trying to understand when jsvc will restart the managed java app, and when it will not. I think it all boils down to this snippet in java.c: 272 opt[x].optionString = strdup("abort"); > 273 jsvc_xlate_to_ascii(opt[x].optionString); >

Build failed in Jenkins: commons-jcs #179

2016-10-13 Thread Apache Jenkins Server
See Changes: [tv] Cleanup [tv] Remove unnecessary code -- [...truncated 931 lines...] AU commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/behavior/IRequireScheduler.java AU

Re: [Math] Changes on the 3.x line

2016-10-13 Thread Ralph Goers
> On Oct 13, 2016, at 10:50 AM, Gilles wrote: > > On Thu, 13 Oct 2016 10:18:36 -0700, Gary Gregory wrote: >> On Thu, Oct 13, 2016 at 9:13 AM, Ralph Goers >> wrote: >> >>> >>> > On Oct 12, 2016, at 4:10 PM, Gilles

Re: [VOTE] Release Apache Commons Weaver 1.3 based on RC1

2016-10-13 Thread Matt Benson
This vote is cancelled; I have found a problem with the release notes--they were generated with the -SNAPSHOT version number embedded. RC2 forthcoming. Matt On Thu, Oct 13, 2016 at 3:08 PM, Matt Benson wrote: > I would like to release the [weaver] component. > > Apache

Re: [VOTE] Release Apache Commons Weaver 1.3 based on RC2

2016-10-13 Thread Gary Gregory
Hi, In the future, please do NOT delete a tag once a VOTE has been called. Gary On Thu, Oct 13, 2016 at 2:30 PM, Matt Benson wrote: > I would like to release the [weaver] component. > > Apache Commons Weaver 1.3 RC2 is available for review at: >

Re: [Math] Changes on the 3.x line

2016-10-13 Thread Gilles
On Thu, 13 Oct 2016 14:51:05 -0700, Ralph Goers wrote: On Oct 13, 2016, at 10:50 AM, Gilles wrote: On Thu, 13 Oct 2016 10:18:36 -0700, Gary Gregory wrote: On Thu, Oct 13, 2016 at 9:13 AM, Ralph Goers wrote: > On Oct 12, 2016, at

[VOTE] Release Apache Commons Weaver 1.3 based on RC2

2016-10-13 Thread Matt Benson
I would like to release the [weaver] component. Apache Commons Weaver 1.3 RC2 is available for review at: https://dist.apache.org/repos/dist/dev/commons/weaver/ (r16517). Maven artifacts are at: https://repository.apache.org/content/repositories/orgapachecommons-1210 . Tested with Oracle

Re: Commons CLI Nested Groups

2016-10-13 Thread Gilles
Hi. On Thu, 13 Oct 2016 15:57:00 +0100, John Patrick wrote: I've posted a message to the users list, but on reflecting I think what I'm trying to achieve might be beyond commons-cli current ability. If I fork and work on adding nested OptionGroup's, would it stand a change of being merged? Is

[compress] Added in-memory support for zip and 7z

2016-10-13 Thread Stefan Bodewig
Hi all actually it is SeekableByteChannel-support combined with a byte[] backed implementation of SeekableByteChannel. Over the past few days I've rewritten the zip and 7z packages to become independent of RandomAccessFile and thus no longer require writing to or reading from a file. The

Re: [Math] Changes on the 3.x line

2016-10-13 Thread Gilles
On Wed, 12 Oct 2016 19:37:20 -0700, Gary Gregory wrote: On Oct 12, 2016 4:17 PM, "Gilles" wrote: On Wed, 12 Oct 2016 15:44:26 -0700, Gary Gregory wrote: On Oct 12, 2016 3:34 PM, "Gilles" wrote: On Wed, 12 Oct 2016 22:48:49

Re: [Math] Changes on the 3.x line

2016-10-13 Thread Gilles
On Wed, 12 Oct 2016 19:37:20 -0700, Gary Gregory wrote: On Oct 12, 2016 4:17 PM, "Gilles" wrote: On Wed, 12 Oct 2016 15:44:26 -0700, Gary Gregory wrote: On Oct 12, 2016 3:34 PM, "Gilles" wrote: On Wed, 12 Oct 2016 22:48:49

Build failed in Jenkins: commons-jcs #177

2016-10-13 Thread Apache Jenkins Server
See Changes: [tv] Replace SingleLinkedList with JDK ConcurrentLinkedQueue -- [...truncated 931 lines...] AU