[VOTE] Release Logging 1.2 based on RC1

2014-06-27 Thread Thomas Neidhart
This is a vote to release Commons Logging 1.2 based on the first RC. This release drops support for Java 1.1, mainly to address LOGGING-37. Logging 1.2 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/logging/ (svn revision 5694) Maven artifacts are here: ht

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-28 Thread Gary Gregory
The RN state: "Java 1.2 or later is required." I'm pretty sure this will only build with Java >= 1.4 even though the compile target is 1.2. So we have a different requirement for build and run-time. I had to set my Eclipse project to a 1.4 JDK because it would not compile with a 1.3. I do not had

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-28 Thread Gary Gregory
This is all based on the src zip. Gary On Sat, Jun 28, 2014 at 8:43 AM, Gary Gregory wrote: > The RN state: "Java 1.2 or later is required." > > I'm pretty sure this will only build with Java >= 1.4 even though the > compile target is 1.2. So we have a different requirement for build and > run

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-28 Thread Gary Gregory
So -1 because the pmd.xml file is missing from the src zip. Gary On Sat, Jun 28, 2014 at 8:43 AM, Gary Gregory wrote: > This is all based on the src zip. > > Gary > > > On Sat, Jun 28, 2014 at 8:43 AM, Gary Gregory > wrote: > >> The RN state: "Java 1.2 or later is required." >> >> I'm pretty

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-28 Thread Thomas Neidhart
On 06/28/2014 02:45 PM, Gary Gregory wrote: > So -1 because the pmd.xml file is missing from the src zip. r1484126 | ggregory | 2013-05-18 17:15:22 +0200 (Sat, 18 May 2013) | 1 line Add FindBugs and PMD reports. Ha, you added the reports, and I did not notice it. That is unfortunate. btw. I did

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-28 Thread Gary Gregory
On Sat, Jun 28, 2014 at 9:01 AM, Thomas Neidhart wrote: > On 06/28/2014 02:45 PM, Gary Gregory wrote: > > So -1 because the pmd.xml file is missing from the src zip. > > r1484126 | ggregory | 2013-05-18 17:15:22 +0200 (Sat, 18 May 2013) | 1 line > > Add FindBugs and PMD reports. > > > Ha, you add

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-28 Thread Gary Gregory
On Sat, Jun 28, 2014 at 9:23 AM, Gary Gregory wrote: > On Sat, Jun 28, 2014 at 9:01 AM, Thomas Neidhart < > thomas.neidh...@gmail.com> wrote: > >> On 06/28/2014 02:45 PM, Gary Gregory wrote: >> > So -1 because the pmd.xml file is missing from the src zip. >> >> r1484126 | ggregory | 2013-05-18 17

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-28 Thread Gary Gregory
On Sat, Jun 28, 2014 at 9:25 AM, Gary Gregory wrote: > On Sat, Jun 28, 2014 at 9:23 AM, Gary Gregory > wrote: > >> On Sat, Jun 28, 2014 at 9:01 AM, Thomas Neidhart < >> thomas.neidh...@gmail.com> wrote: >> >>> On 06/28/2014 02:45 PM, Gary Gregory wrote: >>> > So -1 because the pmd.xml file is mi

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-28 Thread Thomas Neidhart
On 06/28/2014 03:27 PM, Gary Gregory wrote: > On Sat, Jun 28, 2014 at 9:25 AM, Gary Gregory > wrote: > >> On Sat, Jun 28, 2014 at 9:23 AM, Gary Gregory >> wrote: >> >>> On Sat, Jun 28, 2014 at 9:01 AM, Thomas Neidhart < >>> thomas.neidh...@gmail.com> wrote: >>> On 06/28/2014 02:45 PM, Gary

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-28 Thread Gary Gregory
project with some small changes. Gary Original message From: Thomas Neidhart Date:06/28/2014 10:40 (GMT-05:00) To: Commons Developers List Subject: Re: [VOTE] Release Logging 1.2 based on RC1 On 06/28/2014 03:27 PM, Gary Gregory wrote: > On Sat, Jun 28, 2014 at 9:25

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-28 Thread Thomas Neidhart
On 06/28/2014 06:45 PM, Gary Gregory wrote: > Yes, I agree about not fixing all issues found by the new reports. The > reports are more for our own need going forward. Perhaps we can make a note > of the fact that issues found by the reports are known and are just tips for > current developers a

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-29 Thread Gary Gregory
On Sat, Jun 28, 2014 at 8:43 AM, Gary Gregory wrote: > The RN state: "Java 1.2 or later is required." > > I'm pretty sure this will only build with Java >= 1.4 even though the > compile target is 1.2. So we have a different requirement for build and > run-time. I had to set my Eclipse project to

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-29 Thread Thomas Neidhart
On 06/28/2014 02:43 PM, Gary Gregory wrote: > The RN state: "Java 1.2 or later is required." > > I'm pretty sure this will only build with Java >= 1.4 even though the > compile target is 1.2. So we have a different requirement for build and > run-time. I had to set my Eclipse project to a 1.4 JDK

[CANCEL][VOTE] Release Logging 1.2 based on RC1

2014-06-29 Thread Thomas Neidhart
On 06/27/2014 09:34 PM, Thomas Neidhart wrote: > This is a vote to release Commons Logging 1.2 based on the first RC. > > This release drops support for Java 1.1, mainly to address LOGGING-37. > > Logging 1.2 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/log

Re: [VOTE] Release Logging 1.2 based on RC1

2014-06-29 Thread Gary Gregory
On Sun, Jun 29, 2014 at 9:03 AM, Thomas Neidhart wrote: > On 06/28/2014 02:43 PM, Gary Gregory wrote: > > The RN state: "Java 1.2 or later is required." > > > > I'm pretty sure this will only build with Java >= 1.4 even though the > > compile target is 1.2. So we have a different requirement for