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

2016-10-14 Thread sebb
On 13 October 2016 at 22:30, Matt Benson wrote: > 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: >

Re: [VOTE] Release Apache Commons Lang 3.5 based on RC2

2016-10-14 Thread Rob Tompkins
+1 (non-binding) Note that here: https://github.com/apache/commons-lang/commit/6d8b64945160eb0f9f3b626730348f066585a913 the date on line 48 of chanes.xml is 2014. That might be overly nitpicky, but I wanted to make not of it. -Rob On Fri, Oct 14, 2016 at 4:18 AM, Bruno P. Kinoshita <

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

2016-10-14 Thread Romain Manni-Bucau
+1, thanks Matt Romain Manni-Bucau @rmannibucau | Blog | Old Wordpress Blog | Github | LinkedIn | Tomitriber

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

2016-10-14 Thread Oliver Heger
Build worked for me with Java 1.6 and 1.8 on Windows 10. The site build failed with Java 1.8, but was successful with 1.7 (following the build instructions). Artifacts and site look good. +1 Minor nit: The OSGi meta data is problematic because all bundles have the same symbolic name. But I

Re: [logging] Is Apache Commons Logging still alive?

2016-10-14 Thread Matt Sicker
Seconded on Log4j 2. It provides an API that is also compatible with other logging implementations besides Log4j 2, so you are not locked into using it. On 14 October 2016 at 03:30, Gary Gregory wrote: > Apache Log4j 2 is the preferred migration path IMO. > > Log4j 2

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

2016-10-14 Thread Matt Benson
The site is generated with Java 7. I thought the building instructions mentioned this but I may have accidentally deleted the Java 8 caveat as part of the obsolete information about clirr. The mention of permgen implies pre-8 Java. Matt On Oct 14, 2016 4:07 AM, "Bruno P. Kinoshita"

Re: Commons CLI Nested Groups

2016-10-14 Thread Gary Gregory
FWIW, I use JCommander but it does not do complex and/or options. Gary On Fri, Oct 14, 2016 at 3:35 AM, sebb wrote: > On 14 October 2016 at 11:25, John Patrick wrote: > > Imaging your stand alone jar runs an embedded http server, by default > > it has

Re: Commons CLI Nested Groups

2016-10-14 Thread sebb
On 14 October 2016 at 11:25, John Patrick wrote: > Imaging your stand alone jar runs an embedded http server, by default > it has a embedded testing certificate for the https listener. But in > some environments you need to disable https and others you want to > overwrite

Re: Commons CLI Nested Groups

2016-10-14 Thread John Patrick
Imaging your stand alone jar runs an embedded http server, by default it has a embedded testing certificate for the https listener. But in some environments you need to disable https and others you want to overwrite with values. So you have options, something like; [ A or [ B and C and [ D or E ]

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

2016-10-14 Thread Bruno P. Kinoshita
Hi Matt, Did you generate the site with Java 8? I tried: `mvn clean test install` `mvn site:site` In the parent project, but the site generation stopped while creating the Javadocs. I'm using Java 8, with Maven 3.3.9. --x snip x-- [ERROR] Failed to execute goal

Re: [logging] Is Apache Commons Logging still alive?

2016-10-14 Thread Gary Gregory
Apache Log4j 2 is the preferred migration path IMO. Log4j 2 provides a clean separation between API and implementation and a ton of powerful features. Version 2.7 was just released. Gary On Fri, Oct 14, 2016 at 12:14 AM, Christian Effertz < christian.effe...@web.de> wrote: > Hello, > > we

Re: [VOTE] Release Apache Commons Lang 3.5 based on RC2

2016-10-14 Thread Bruno P. Kinoshita
+1 (not binding) Build works fine with Java 8; java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) on Ubuntu 16.04 64 bits; Linux local 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64

[logging] Is Apache Commons Logging still alive?

2016-10-14 Thread Christian Effertz
Hello, we support several applications that rely on Apache Commons Logging and Log4j as implementation. After some years we got the budget to polish them. So we are currently considering how to update the logging framework those applications use. Log4j apparently received an update in recent