[RESULT][VOTE] Release Log4j Audit 1.0.1 rc1

2018-12-10 Thread Ralph Goers
The vote has passed received binding +1 votes from Gary Gregory, Matt Sicker and Ralph Goers. It also received a +1 vote from David Olorundare. No other votes were cast. I will continue the release process later today. Ralph

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-10 Thread Ralph Goers
+1 Ralph > On Dec 2, 2018, at 8:42 PM, Ralph Goers wrote: > > This is a vote to release Log4j-Audit 1.0.1, the second release of the Log4j > Audit project. > > Please download, test, and cast your votes on the log4j developers list. > [] +1, release the artifacts > [] -1, don't release becaus

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-10 Thread Matt Sicker
Running the following fails: git clone https://github.com/apache/logging-log4j-audit.git cd logging-log4j-audit git fetch --tags git checkout tags/log4-audit-1.0.1-rc1 error: pathspec 'tags/log4-audit-1.0.1-rc1' did not match any file(s) known to git On Mon, 10 Dec 2018 at 10:39, Gary Gregory w

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-10 Thread Matt Sicker
+1 (binding) Signatures good, builds and tests fine. On Mon, 10 Dec 2018 at 10:55, Matt Sicker wrote: > Oh I just noticed there's a typo in the tag checkout. You're missing a "j". > > On Mon, 10 Dec 2018 at 10:54, Matt Sicker wrote: > >> Running the following fails: >> >> git clone https://git

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-10 Thread Matt Sicker
Oh I just noticed there's a typo in the tag checkout. You're missing a "j". On Mon, 10 Dec 2018 at 10:54, Matt Sicker wrote: > Running the following fails: > > git clone https://github.com/apache/logging-log4j-audit.git > cd logging-log4j-audit > git fetch --tags > git checkout tags/log4-audit-1

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-10 Thread Gary Gregory
Dang it, sorry about that. Gary On Mon, Dec 10, 2018 at 8:35 AM Ralph Goers wrote: > Why are you looking at logging-audit-sample? That is not what is being > released. > > Ralph > > > On Dec 10, 2018, at 8:10 AM, Gary Gregory > wrote: > > > > Hi Ralph, > > > > Nope, still no tags: > > https://

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-10 Thread Gary Gregory
+1 Based on the tag, 'mvn clean package' works with Java 8: Maven home: C:\Java\apache-maven-3.6.0\bin\.. Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_191\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", a

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-10 Thread Ralph Goers
Why are you looking at logging-audit-sample? That is not what is being released. Ralph > On Dec 10, 2018, at 8:10 AM, Gary Gregory wrote: > > Hi Ralph, > > Nope, still no tags: > https://github.com/apache/logging-log4j-audit-sample/tags > > Did you go a push your tag? > > Gary > > On Sat,

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-10 Thread Gary Gregory
Hi Ralph, Nope, still no tags: https://github.com/apache/logging-log4j-audit-sample/tags Did you go a push your tag? Gary On Sat, Dec 8, 2018 at 12:32 PM Ralph Goers wrote: > I edited the message below to get rid of the extra stuff my email client > must have added. > > Ralph > > > On Dec 8,

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-10 Thread Matt Sicker
Sorry for not getting to this earlier. I’ll be casting a vote later today. On Sat, Dec 8, 2018 at 13:32, Ralph Goers wrote: > I edited the message below to get rid of the extra stuff my email client > must have added. > > Ralph > > > On Dec 8, 2018, at 12:16 PM, Ralph Goers > wrote: > > > > Gar

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-08 Thread Ralph Goers
I edited the message below to get rid of the extra stuff my email client must have added. Ralph > On Dec 8, 2018, at 12:16 PM, Ralph Goers wrote: > > Gary, > > I did both > > git clone -b log4j-audit-1.0.1-rc1 > https://github.com/apache/logging-log4j-audit.git temp > And > git clone http

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-08 Thread Ralph Goers
Gary, I did both git clone -b log4j-audit-1.0.1-rc1 https://github.com/apache/logging-log4j-audit.git temp And git clone https://github.com/apache/logging-log4j-audit.git temp cd temp git c

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-07 Thread David Olorundare
Vote: +1 No problems encountered so far with this RC for my team’s project. Code for reference: https://github.com/jenkinsci/audit-log-plugin David

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-06 Thread Gary Gregory
Ralph, FTR, may you post the proper git URL and tag we should use to validate this RC SVP? Gary On Thu, Dec 6, 2018 at 9:47 AM Ralph Goers wrote: > Thanks, I thought I had fixed the repo references after the change to > gitbox but I must have missed something. I will take a look. > > I am not s

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-06 Thread Gary Gregory
On Thu, Dec 6, 2018 at 9:47 AM Ralph Goers wrote: > Thanks, I thought I had fixed the repo references after the change to > gitbox but I must have missed something. I will take a look. > > I am not sure what to do about the Java 11 problem. Obviously it is > missing the java.xml.ws.annotation < >

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-06 Thread Matt Sicker
For Java 11, I think you just need to add some explicit dependencies that used to be implicit in the JDK. Applies to most of the XML APIs as far as I can tell. On Thu, 6 Dec 2018 at 10:47, Ralph Goers wrote: > Thanks, I thought I had fixed the repo references after the change to > gitbox but I m

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-06 Thread Ralph Goers
Thanks, I thought I had fixed the repo references after the change to gitbox but I must have missed something. I will take a look. I am not sure what to do about the Java 11 problem. Obviously it is missing the java.xml.ws.annotation

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-06 Thread Gary Gregory
Building with Java 8 'mvn clean package': Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T12:41:47-06:00) Maven home: C:\Java\apache-maven-3.6.0\bin\.. Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_191\jre Default locale: en_U

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-06 Thread Gary Gregory
On Wed, Dec 5, 2018 at 2:18 PM Gary Gregory wrote: > On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers > wrote: > >> This is a vote to release Log4j-Audit 1.0.1, the second release of the >> Log4j Audit project. >> >> Please download, test, and cast your votes on the log4j developers list. >> [] +1, re

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-05 Thread Gary Gregory
On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers wrote: > This is a vote to release Log4j-Audit 1.0.1, the second release of the > Log4j Audit project. > > Please download, test, and cast your votes on the log4j developers list. > [] +1, release the artifacts > [] -1, don't release because... > > The v

[DISCUSS] [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-05 Thread Ralph Goers
This vote has now been open for 2 1/2 days. Please find the time to review it. I should also note that the Kotlin vote has been open for over a month now. Please review that as well. Ralph > On Dec 2, 2018, at 8:42 PM, Ralph Goers wrote: > > This is a vote to release Log4j-Audit 1.0.1, the

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-04 Thread Matt Sicker
Not a vote (yet), but this RC seems to be working with my project so far. Code for reference: https://github.com/jenkinsci/audit-log-plugin Will follow up with a more thorough check of the artifacts and site later. Thanks for starting the RC! On Sun, 2 Dec 2018 at 21:42, Ralph Goers wrote: > Th

[VOTE] Release Log4j Audit 1.0.1 RC1

2018-12-02 Thread Ralph Goers
This is a vote to release Log4j-Audit 1.0.1, the second release of the Log4j Audit project. Please download, test, and cast your votes on the log4j developers list. [] +1, release the artifacts [] -1, don't release because... The vote will remain open for 72 hours (or more if required). All vote