You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by Ralph Goers <ra...@dslextreme.com> on 2018/12/03 03:42:01 UTC

[VOTE] Release Log4j Audit 1.0.1 RC1

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 votes are welcome and we encourage everyone to test the release, but only Logging PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.

Tag: 
a)  for a new copy do "git clone https://github.com/apache/logging-log4j-audit.git <https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>" and then "git checkout tags/log4-audit-1.0.1-rc1”
b) for an existing working copy to “git pull” and then “git checkout tags/log4j-audit-1.0.1-rc1”

Web Site:  http://rgoers.github.io/log4j-audit/index.html <http://rgoers.github.io/log4j-audit/index.html>

Maven Artifacts: https://repository.apache.org/content/repositories/orgapachelogging-1041/

Distribution archives: https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>

You may download all the Maven artifacts by executing:
wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/

Ralph

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Ralph Goers <ra...@dslextreme.com>.
+1

Ralph

> On Dec 2, 2018, at 8:42 PM, Ralph Goers <ra...@dslextreme.com> 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 vote will remain open for 72 hours (or more if required). All votes are welcome and we encourage everyone to test the release, but only Logging PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
> 
> Tag: 
> a)  for a new copy do "git clone https://github.com/apache/logging-log4j-audit.git <https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>" and then "git checkout tags/log4-audit-1.0.1-rc1”
> b) for an existing working copy to “git pull” and then “git checkout tags/log4j-audit-1.0.1-rc1”
> 
> Web Site:  http://rgoers.github.io/log4j-audit/index.html <http://rgoers.github.io/log4j-audit/index.html>
> 
> Maven Artifacts: https://repository.apache.org/content/repositories/orgapachelogging-1041/
> 
> Distribution archives: https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>
> 
> You may download all the Maven artifacts by executing:
> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> 
> Ralph



Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Gary Gregory <ga...@gmail.com>.
+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", arch: "amd64", family: "windows"

but fails with Java 11:

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: 11.0.1, vendor: Oracle Corporation, runtime: C:\Program
Files\Java\jdk-11.0.1
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] ootstrap class path not set in conjunction with -source 8
warning: No processor claimed any of these annotations:
org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
error: package javax.annotation does not exist
[ERROR]
C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
error: cannot find symbol
  symbol:   class PreDestroy
  location: class ApplicationConfiguration
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Log4j Audit 1.0.1:
[INFO]
[INFO] Apache Log4j Audit ................................. SUCCESS [
2.055 s]
[INFO] Log4j Catalog Parent ............................... SUCCESS [
0.203 s]
[INFO] Log4j Catalog API .................................. SUCCESS [
5.257 s]
[INFO] Log4j Catalog Git DAO .............................. FAILURE [
3.956 s]
[INFO] Log4j Catalog JPA DAO .............................. SKIPPED
[INFO] Log4j Catalog Editor ............................... SKIPPED
[INFO] Log4j Audit ........................................ SKIPPED
[INFO] Log4j Audit API .................................... SKIPPED
[INFO] Log4j Audit Service ................................ SKIPPED
[INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time:  12.857 s
[INFO] Finished at: 2018-12-10T09:29:55-07:00
[INFO]
------------------------------------------------------------------------

Also note that if I build with Java and 'mvn clean package -DskipTests' and
then test with Java 11, it fails:

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.logging.log4j.audit.service.CatalogTest
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.springframework.cglib.core.ReflectUtils$1
(file:/C:/Users/ggregory/.m2/repository/org/springframework/spring-core/4.3.14.RELEASE/spring-core-4.3.14.RELEASE.jar)
to method
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of
org.springframework.cglib.core.ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[EL Info]: 2018-12-10 09:35:00.74--ServerSession(320945958)--EclipseLink,
version: Eclipse Persistence Services - 2.7.0.v20170811-d680af5
[EL Info]: connection: 2018-12-10
09:35:00.893--ServerSession(320945958)--/file:/C:/temp/rc/logging-log4j-audit/log4j-audit/log4j-audit-war/target/test-classes/_default
login successful
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 15.189 sec
<<< FAILURE! - in org.apache.logging.log4j.audit.service.CatalogTest
testCatalogAPI(org.apache.logging.log4j.audit.service.CatalogTest)  Time
elapsed: 0.67 sec  <<< FAILURE!
java.lang.AssertionError: Incorrect number of attributes in list
expected:<10> but was:<0>
        at
org.apache.logging.log4j.audit.service.CatalogTest.testCatalogAPI(CatalogTest.java:95)

[EL Info]: connection: 2018-12-10
09:35:09.643--ServerSession(320945958)--/file:/C:/temp/rc/logging-log4j-audit/log4j-audit/log4j-audit-war/target/test-classes/_default
logout successful

Results :

Failed tests:
  CatalogTest.testCatalogAPI:95 Incorrect number of attributes in list
expected:<10> but was:<0>

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Log4j Audit 1.0.1:
[INFO]
[INFO] Apache Log4j Audit ................................. SUCCESS [
1.941 s]
[INFO] Log4j Catalog Parent ............................... SUCCESS [
0.090 s]
[INFO] Log4j Catalog API .................................. SUCCESS [
4.085 s]
[INFO] Log4j Catalog Git DAO .............................. SUCCESS [
42.359 s]
[INFO] Log4j Catalog JPA DAO .............................. SUCCESS [
23.902 s]
[INFO] Log4j Catalog Editor ............................... SUCCESS [
4.063 s]
[INFO] Log4j Audit ........................................ SUCCESS [
0.139 s]
[INFO] Log4j Audit API .................................... SUCCESS [
19.442 s]
[INFO] Log4j Audit Service ................................ FAILURE [
17.197 s]
[INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time:  01:54 min
[INFO] Finished at: 2018-12-10T09:35:10-07:00
[INFO]
------------------------------------------------------------------------

Gary

On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <ra...@dslextreme.com>
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 vote will remain open for 72 hours (or more if required). All votes
> are welcome and we encourage everyone to test the release, but only Logging
> PMC votes are “officially” counted. As always, at least 3 +1 votes and more
> positive than negative votes are required.
>
> Tag:
> a)  for a new copy do "git clone
> https://github.com/apache/logging-log4j-audit.git <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>" and
> then "git checkout tags/log4-audit-1.0.1-rc1”
> b) for an existing working copy to “git pull” and then “git checkout
> tags/log4j-audit-1.0.1-rc1”
>
> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
> http://rgoers.github.io/log4j-audit/index.html>
>
> Maven Artifacts:
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>
> Distribution archives:
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>
>
> You may download all the Maven artifacts by executing:
> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>
> Ralph

[DISCUSS] [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Ralph Goers <ra...@dslextreme.com>.
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 <ra...@dslextreme.com> 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 vote will remain open for 72 hours (or more if required). All votes are welcome and we encourage everyone to test the release, but only Logging PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
> 
> Tag: 
> a)  for a new copy do "git clone https://github.com/apache/logging-log4j-audit.git <https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>" and then "git checkout tags/log4-audit-1.0.1-rc1”
> b) for an existing working copy to “git pull” and then “git checkout tags/log4j-audit-1.0.1-rc1”
> 
> Web Site:  http://rgoers.github.io/log4j-audit/index.html <http://rgoers.github.io/log4j-audit/index.html>
> 
> Maven Artifacts: https://repository.apache.org/content/repositories/orgapachelogging-1041/
> 
> Distribution archives: https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>
> 
> You may download all the Maven artifacts by executing:
> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> 
> Ralph



Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Matt Sicker <bo...@gmail.com>.
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 <ra...@dslextreme.com> 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 vote will remain open for 72 hours (or more if required). All votes
> are welcome and we encourage everyone to test the release, but only Logging
> PMC votes are “officially” counted. As always, at least 3 +1 votes and more
> positive than negative votes are required.
>
> Tag:
> a)  for a new copy do "git clone
> https://github.com/apache/logging-log4j-audit.git <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>" and
> then "git checkout tags/log4-audit-1.0.1-rc1”
> b) for an existing working copy to “git pull” and then “git checkout
> tags/log4j-audit-1.0.1-rc1”
>
> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
> http://rgoers.github.io/log4j-audit/index.html>
>
> Maven Artifacts:
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>
> Distribution archives:
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>
>
> You may download all the Maven artifacts by executing:
> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>
> Ralph



-- 
Matt Sicker <bo...@gmail.com>

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Matt Sicker <bo...@gmail.com>.
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 <ra...@dslextreme.com>
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 <ra...@dslextreme.com>
> 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 https://github.com/apache/logging-log4j-audit.git  temp
> > cd temp
> > git checkout log4j-audit-1.0.1-rc1
> >
> > and both properly checked out the release candidate. I also verified
> that the tag is pointing to
> https://github.com/apache/logging-log4j-audit-sample.git, so I don’t know
> what you were building against below.
> >
> > Ralph
> >
> >> On Dec 6, 2018, at 2:06 PM, Gary Gregory <ga...@gmail.com>
> wrote:
> >>
> >> 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 <ra...@dslextreme.com>
> >> 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 <
> >>>
> https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html
> >
> >>> module.
> >>>
> >>> Ralph
> >>>
> >>>> On Dec 6, 2018, at 8:53 AM, Gary Gregory <ga...@gmail.com>
> wrote:
> >>>>
> >>>> 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_US, platform encoding: Cp1252
> >>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
> "windows"
> >>>>
> >>>> [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
> >>>> log4j-catalog-git ---
> >>>>
> >>>> -------------------------------------------------------
> >>>> T E S T S
> >>>> -------------------------------------------------------
> >>>> Running org.apache.logging.log4j.catalog.git.CatalogTest
> >>>> Dec 06, 2018 8:50:17 AM
> >>>>
> org.springframework.test.context.support.DefaultTestContextBootstrapper
> >>>> getDefaultTestExecutionListenerClassNames
> >>>> INFO: Loaded default TestExecutionListener class names from location
> >>>> [META-INF/spring.factories]:
> >>>> [org.springframework.test.context.web.ServletTestExecutionListener,
> >>>>
> >>>
> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
> >>>>
> >>>
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
> >>>>
> >>>
> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
> >>>>
> >>>
> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
> >>>> org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
> >>>> Dec 06, 2018 8:50:17 AM
> >>>>
> org.springframework.test.context.support.DefaultTestContextBootstrapper
> >>>> getTestExecutionListeners
> >>>> INFO: Using TestExecutionListeners:
> >>>>
> >>>
> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff
> >>> ,
> >>>>
> >>>
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1
> >>> ,
> >>>>
> >>>
> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
> >>>> ]
> >>>> Dec 06, 2018 8:50:17 AM
> >>>> org.springframework.context.support.GenericApplicationContext
> >>> prepareRefresh
> >>>> INFO: Refreshing
> >>>> org.springframework.context.support.GenericApplicationContext@3e6fa38a
> :
> >>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
> >>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.939
> >>> sec
> >>>> <<< FAILURE! - in org.apache.logging.log4j.catalog.git.CatalogTest
> >>>> testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)
> >>> Time
> >>>> elapsed: 3.439 sec  <<< ERROR!
> >>>>
> org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
> >>>> Unable to clone remote catalog at
> >>>>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git <
> >>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git>
> to
> >>>> C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
> >>>>      at
> >>>>
> >>>
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> >>>> Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid
> >>>> remote: origin
> >>>>      at
> >>>>
> >>>
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> >>>> Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
> >>>>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
> >>> <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:>
> >>>>
> >>>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> >>> <
> >>>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> >>>>
> >>>> not found
> >>>>      at
> >>>>
> >>>
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> >>>>
> >>>> Dec 06, 2018 8:50:22 AM
> >>>> org.springframework.context.support.GenericApplicationContext doClose
> >>>> INFO: Closing
> >>>> org.springframework.context.support.GenericApplicationContext@3e6fa38a
> :
> >>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
> >>>>
> >>>> Results :
> >>>>
> >>>> Tests in error:
> >>>> CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to clone
> >>>> remote ca...
> >>>>
> >>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
> >>>>
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> >>>> [INFO]
> >>>> [INFO] Apache Log4j Audit ................................. SUCCESS [
> >>>> 3.511 s]
> >>>> [INFO] Log4j Catalog Parent ............................... SUCCESS [
> >>>> 0.105 s]
> >>>> [INFO] Log4j Catalog API .................................. SUCCESS [
> >>>> 6.796 s]
> >>>> [INFO] Log4j Catalog Git DAO .............................. FAILURE [
> >>>> 13.076 s]
> >>>> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> >>>> [INFO] Log4j Catalog Editor ............................... SKIPPED
> >>>> [INFO] Log4j Audit ........................................ SKIPPED
> >>>> [INFO] Log4j Audit API .................................... SKIPPED
> >>>> [INFO] Log4j Audit Service ................................ SKIPPED
> >>>> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [INFO] BUILD FAILURE
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [INFO] Total time:  25.632 s
> >>>> [INFO] Finished at: 2018-12-06T08:50:23-07:00
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [ERROR] Failed to execute goal
> >>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
> (default-test)
> >>>> on project log4j-catalog-git: There are test failures.
> >>>> [ERROR]
> >>>> [ERROR] Please refer to
> >>>>
> >>>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
> >>>> for the individual test results.
> >>>> [ERROR] -> [Help 1]
> >>>> [ERROR]
> >>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
> the
> >>> -e
> >>>> switch.
> >>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >>>> [ERROR]
> >>>> [ERROR] For more information about the errors and possible solutions,
> >>>> please read the following articles:
> >>>> [ERROR] [Help 1]
> >>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> <
> >>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> >>>> [ERROR]
> >>>> [ERROR] After correcting the problems, you can resume the build with
> the
> >>>> command
> >>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
> >>>>
> >>>> Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime: C:\Program
> >>>> Files\Java\jdk-11.0.1
> >>>> Default locale: en_US, platform encoding: Cp1252
> >>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
> "windows"
> >>>>
> >>>> [INFO] --- maven-compiler-plugin:3.6.1:testCompile
> (default-testCompile)
> >>> @
> >>>> log4j-catalog-git ---
> >>>> [INFO] Changes detected - recompiling the module!
> >>>> [INFO] Compiling 2 source files to
> >>>>
> >>>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
> >>>> [INFO] -------------------------------------------------------------
> >>>> [ERROR] COMPILATION ERROR :
> >>>> [INFO] -------------------------------------------------------------
> >>>> [ERROR] ootstrap class path not set in conjunction with -source 8
> >>>> warning: No processor claimed any of these annotations:
> >>>>
> >>>
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> >>>>
> >>>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> >>>> error: package javax.annotation does not exist
> >>>> [ERROR]
> >>>>
> >>>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> >>>> error: cannot find symbol
> >>>> symbol:   class PreDestroy
> >>>> location: class ApplicationConfiguration
> >>>> [INFO] 2 errors
> >>>> [INFO] -------------------------------------------------------------
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> >>>> [INFO]
> >>>> [INFO] Apache Log4j Audit ................................. SUCCESS [
> >>>> 19.336 s]
> >>>> [INFO] Log4j Catalog Parent ............................... SUCCESS [
> >>>> 0.162 s]
> >>>> [INFO] Log4j Catalog API .................................. SUCCESS [
> >>>> 11.947 s]
> >>>> [INFO] Log4j Catalog Git DAO .............................. FAILURE [
> >>>> 9.731 s]
> >>>> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> >>>> [INFO] Log4j Catalog Editor ............................... SKIPPED
> >>>> [INFO] Log4j Audit ........................................ SKIPPED
> >>>> [INFO] Log4j Audit API .................................... SKIPPED
> >>>> [INFO] Log4j Audit Service ................................ SKIPPED
> >>>> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [INFO] BUILD FAILURE
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [INFO] Total time:  44.272 s
> >>>> [INFO] Finished at: 2018-12-06T08:36:25-07:00
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [ERROR] Failed to execute goal
> >>>> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
> >>>> (default-testCompile) on project log4j-catalog-git: Compilation
> failure:
> >>>> Compilation failure:
> >>>> [ERROR] ootstrap class path not set in conjunction with -source 8
> >>>> [ERROR] warning: No processor claimed any of these annotations:
> >>>>
> >>>
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> >>>> [ERROR]
> >>>>
> >>>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> >>>> error: package javax.annotation does not exist
> >>>> [ERROR]
> >>>>
> >>>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> >>>> error: cannot find symbol
> >>>> [ERROR]   symbol:   class PreDestroy
> >>>> [ERROR]   location: class ApplicationConfiguration
> >>>> [ERROR] -> [Help 1]
> >>>> [ERROR]
> >>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
> the
> >>> -e
> >>>> switch.
> >>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >>>> [ERROR]
> >>>> [ERROR] For more information about the errors and possible solutions,
> >>>> please read the following articles:
> >>>> [ERROR] [Help 1]
> >>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> <
> >>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> >>>> [ERROR]
> >>>> [ERROR] After correcting the problems, you can resume the build with
> the
> >>>> command
> >>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
> >>>>
> >>>> Gary
> >>>>
> >>>> On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <
> ralph.goers@dslextreme.com
> >>> <ma...@dslextreme.com>>
> >>>> 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 vote will remain open for 72 hours (or more if required). All
> votes
> >>>>> are welcome and we encourage everyone to test the release, but only
> >>> Logging
> >>>>> PMC votes are “officially” counted. As always, at least 3 +1 votes
> and
> >>> more
> >>>>> positive than negative votes are required.
> >>>>>
> >>>>> Tag:
> >>>>> a)  for a new copy do "git clone
> >>>>> https://github.com/apache/logging-log4j-audit.git <
> >>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git <
> >>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>>" and
> >>>>> then "git checkout tags/log4-audit-1.0.1-rc1”
> >>>>> b) for an existing working copy to “git pull” and then “git checkout
> >>>>> tags/log4j-audit-1.0.1-rc1”
> >>>>>
> >>>>> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
> >>> http://rgoers.github.io/log4j-audit/index.html> <
> >>>>> http://rgoers.github.io/log4j-audit/index.html <
> >>> http://rgoers.github.io/log4j-audit/index.html>>
> >>>>>
> >>>>> Maven Artifacts:
> >>>>>
> >>>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
> >>> <
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
> >>>>
> >>>>>
> >>>>> Distribution archives:
> >>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> >>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
> >>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> >>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
> >>>>>
> >>>>> You may download all the Maven artifacts by executing:
> >>>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> >>>>>
> >>>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> >>> <
> >>>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> >>>>
> >>>>>
> >>>>> Ralph
> >>>
> >>>
> >
>
>
> --
Matt Sicker <bo...@gmail.com>

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Matt Sicker <bo...@gmail.com>.
+1 (binding)

Signatures good, builds and tests fine.

On Mon, 10 Dec 2018 at 10:55, Matt Sicker <bo...@gmail.com> 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 <bo...@gmail.com> 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.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 <ga...@gmail.com>
>> wrote:
>>
>>> Dang it, sorry about that.
>>> Gary
>>>
>>> On Mon, Dec 10, 2018 at 8:35 AM Ralph Goers <ra...@dslextreme.com>
>>> 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 <ga...@gmail.com>
>>> > 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, Dec 8, 2018 at 12:32 PM Ralph Goers <
>>> ralph.goers@dslextreme.com>
>>> > > 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 <
>>> ralph.goers@dslextreme.com>
>>> > >> 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 https://github.com/apache/logging-log4j-audit.git  temp
>>> > >>> cd temp
>>> > >>> git checkout log4j-audit-1.0.1-rc1
>>> > >>>
>>> > >>> and both properly checked out the release candidate. I also
>>> verified
>>> > >> that the tag is pointing to
>>> > >> https://github.com/apache/logging-log4j-audit-sample.git, so I
>>> don’t
>>> > know
>>> > >> what you were building against below.
>>> > >>>
>>> > >>> Ralph
>>> > >>>
>>> > >>>> On Dec 6, 2018, at 2:06 PM, Gary Gregory <ga...@gmail.com>
>>> > >> wrote:
>>> > >>>>
>>> > >>>> 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 <
>>> > ralph.goers@dslextreme.com>
>>> > >>>> 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 <
>>> > >>>>>
>>> > >>
>>> >
>>> https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html
>>> > >>>
>>> > >>>>> module.
>>> > >>>>>
>>> > >>>>> Ralph
>>> > >>>>>
>>> > >>>>>> On Dec 6, 2018, at 8:53 AM, Gary Gregory <
>>> garydgregory@gmail.com>
>>> > >> wrote:
>>> > >>>>>>
>>> > >>>>>> 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_US, platform encoding: Cp1252
>>> > >>>>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
>>> > >> "windows"
>>> > >>>>>>
>>> > >>>>>> [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
>>> > >>>>>> log4j-catalog-git ---
>>> > >>>>>>
>>> > >>>>>> -------------------------------------------------------
>>> > >>>>>> T E S T S
>>> > >>>>>> -------------------------------------------------------
>>> > >>>>>> Running org.apache.logging.log4j.catalog.git.CatalogTest
>>> > >>>>>> Dec 06, 2018 8:50:17 AM
>>> > >>>>>>
>>> > >>
>>> org.springframework.test.context.support.DefaultTestContextBootstrapper
>>> > >>>>>> getDefaultTestExecutionListenerClassNames
>>> > >>>>>> INFO: Loaded default TestExecutionListener class names from
>>> location
>>> > >>>>>> [META-INF/spring.factories]:
>>> > >>>>>>
>>> [org.springframework.test.context.web.ServletTestExecutionListener,
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
>>> > >>>>>>
>>> > org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
>>> > >>>>>> Dec 06, 2018 8:50:17 AM
>>> > >>>>>>
>>> > >>
>>> org.springframework.test.context.support.DefaultTestContextBootstrapper
>>> > >>>>>> getTestExecutionListeners
>>> > >>>>>> INFO: Using TestExecutionListeners:
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff
>>> > >>>>> ,
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1
>>> > >>>>> ,
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
>>> > >>>>>> ]
>>> > >>>>>> Dec 06, 2018 8:50:17 AM
>>> > >>>>>> org.springframework.context.support.GenericApplicationContext
>>> > >>>>> prepareRefresh
>>> > >>>>>> INFO: Refreshing
>>> > >>>>>>
>>> > org.springframework.context.support.GenericApplicationContext@3e6fa38a
>>> > >> :
>>> > >>>>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context
>>> > hierarchy
>>> > >>>>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
>>> > 5.939
>>> > >>>>> sec
>>> > >>>>>> <<< FAILURE! - in
>>> org.apache.logging.log4j.catalog.git.CatalogTest
>>> > >>>>>>
>>> > testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)
>>> > >>>>> Time
>>> > >>>>>> elapsed: 3.439 sec  <<< ERROR!
>>> > >>>>>>
>>> > >>
>>> org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
>>> > >>>>>> Unable to clone remote catalog at
>>> > >>>>>>
>>> > >>
>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git
>>> > <
>>> > >>>>>
>>> > https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git
>>> >
>>> > >> to
>>> > >>>>>> C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
>>> > >>>>>>     at
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>>> > >>>>>> Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException:
>>> > Invalid
>>> > >>>>>> remote: origin
>>> > >>>>>>     at
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>>> > >>>>>> Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
>>> > >>>>>>
>>> > >>
>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
>>> > >>>>> <
>>> > >>
>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git
>>> > :>
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
>>> > >>>>> <
>>> > >>>>>
>>> > >>
>>> >
>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
>>> > >>>>>>
>>> > >>>>>> not found
>>> > >>>>>>     at
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>>> > >>>>>>
>>> > >>>>>> Dec 06, 2018 8:50:22 AM
>>> > >>>>>> org.springframework.context.support.GenericApplicationContext
>>> > doClose
>>> > >>>>>> INFO: Closing
>>> > >>>>>>
>>> > org.springframework.context.support.GenericApplicationContext@3e6fa38a
>>> > >> :
>>> > >>>>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context
>>> > hierarchy
>>> > >>>>>>
>>> > >>>>>> Results :
>>> > >>>>>>
>>> > >>>>>> Tests in error:
>>> > >>>>>> CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to
>>> clone
>>> > >>>>>> remote ca...
>>> > >>>>>>
>>> > >>>>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
>>> > >>>>>>
>>> > >>>>>> [INFO]
>>> > >>>>>>
>>> > >>
>>> ------------------------------------------------------------------------
>>> > >>>>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
>>> > >>>>>> [INFO]
>>> > >>>>>> [INFO] Apache Log4j Audit .................................
>>> SUCCESS
>>> > [
>>> > >>>>>> 3.511 s]
>>> > >>>>>> [INFO] Log4j Catalog Parent ...............................
>>> SUCCESS
>>> > [
>>> > >>>>>> 0.105 s]
>>> > >>>>>> [INFO] Log4j Catalog API ..................................
>>> SUCCESS
>>> > [
>>> > >>>>>> 6.796 s]
>>> > >>>>>> [INFO] Log4j Catalog Git DAO ..............................
>>> FAILURE
>>> > [
>>> > >>>>>> 13.076 s]
>>> > >>>>>> [INFO] Log4j Catalog JPA DAO ..............................
>>> SKIPPED
>>> > >>>>>> [INFO] Log4j Catalog Editor ...............................
>>> SKIPPED
>>> > >>>>>> [INFO] Log4j Audit ........................................
>>> SKIPPED
>>> > >>>>>> [INFO] Log4j Audit API ....................................
>>> SKIPPED
>>> > >>>>>> [INFO] Log4j Audit Service ................................
>>> SKIPPED
>>> > >>>>>> [INFO] log4j-audit-maven-plugin Maven Plugin ..............
>>> SKIPPED
>>> > >>>>>> [INFO]
>>> > >>>>>>
>>> > >>
>>> ------------------------------------------------------------------------
>>> > >>>>>> [INFO] BUILD FAILURE
>>> > >>>>>> [INFO]
>>> > >>>>>>
>>> > >>
>>> ------------------------------------------------------------------------
>>> > >>>>>> [INFO] Total time:  25.632 s
>>> > >>>>>> [INFO] Finished at: 2018-12-06T08:50:23-07:00
>>> > >>>>>> [INFO]
>>> > >>>>>>
>>> > >>
>>> ------------------------------------------------------------------------
>>> > >>>>>> [ERROR] Failed to execute goal
>>> > >>>>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>>> > >> (default-test)
>>> > >>>>>> on project log4j-catalog-git: There are test failures.
>>> > >>>>>> [ERROR]
>>> > >>>>>> [ERROR] Please refer to
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
>>> > >>>>>> for the individual test results.
>>> > >>>>>> [ERROR] -> [Help 1]
>>> > >>>>>> [ERROR]
>>> > >>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven
>>> with
>>> > >> the
>>> > >>>>> -e
>>> > >>>>>> switch.
>>> > >>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug
>>> > logging.
>>> > >>>>>> [ERROR]
>>> > >>>>>> [ERROR] For more information about the errors and possible
>>> > solutions,
>>> > >>>>>> please read the following articles:
>>> > >>>>>> [ERROR] [Help 1]
>>> > >>>>>>
>>> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>> > >> <
>>> > >>>>>
>>> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>>> > >>>>>> [ERROR]
>>> > >>>>>> [ERROR] After correcting the problems, you can resume the build
>>> with
>>> > >> the
>>> > >>>>>> command
>>> > >>>>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
>>> > >>>>>>
>>> > >>>>>> Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime:
>>> > C:\Program
>>> > >>>>>> Files\Java\jdk-11.0.1
>>> > >>>>>> Default locale: en_US, platform encoding: Cp1252
>>> > >>>>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
>>> > >> "windows"
>>> > >>>>>>
>>> > >>>>>> [INFO] --- maven-compiler-plugin:3.6.1:testCompile
>>> > >> (default-testCompile)
>>> > >>>>> @
>>> > >>>>>> log4j-catalog-git ---
>>> > >>>>>> [INFO] Changes detected - recompiling the module!
>>> > >>>>>> [INFO] Compiling 2 source files to
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
>>> > >>>>>> [INFO]
>>> -------------------------------------------------------------
>>> > >>>>>> [ERROR] COMPILATION ERROR :
>>> > >>>>>> [INFO]
>>> -------------------------------------------------------------
>>> > >>>>>> [ERROR] ootstrap class path not set in conjunction with -source
>>> 8
>>> > >>>>>> warning: No processor claimed any of these annotations:
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
>>> > >>>>>> error: package javax.annotation does not exist
>>> > >>>>>> [ERROR]
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
>>> > >>>>>> error: cannot find symbol
>>> > >>>>>> symbol:   class PreDestroy
>>> > >>>>>> location: class ApplicationConfiguration
>>> > >>>>>> [INFO] 2 errors
>>> > >>>>>> [INFO]
>>> -------------------------------------------------------------
>>> > >>>>>> [INFO]
>>> > >>>>>>
>>> > >>
>>> ------------------------------------------------------------------------
>>> > >>>>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
>>> > >>>>>> [INFO]
>>> > >>>>>> [INFO] Apache Log4j Audit .................................
>>> SUCCESS
>>> > [
>>> > >>>>>> 19.336 s]
>>> > >>>>>> [INFO] Log4j Catalog Parent ...............................
>>> SUCCESS
>>> > [
>>> > >>>>>> 0.162 s]
>>> > >>>>>> [INFO] Log4j Catalog API ..................................
>>> SUCCESS
>>> > [
>>> > >>>>>> 11.947 s]
>>> > >>>>>> [INFO] Log4j Catalog Git DAO ..............................
>>> FAILURE
>>> > [
>>> > >>>>>> 9.731 s]
>>> > >>>>>> [INFO] Log4j Catalog JPA DAO ..............................
>>> SKIPPED
>>> > >>>>>> [INFO] Log4j Catalog Editor ...............................
>>> SKIPPED
>>> > >>>>>> [INFO] Log4j Audit ........................................
>>> SKIPPED
>>> > >>>>>> [INFO] Log4j Audit API ....................................
>>> SKIPPED
>>> > >>>>>> [INFO] Log4j Audit Service ................................
>>> SKIPPED
>>> > >>>>>> [INFO] log4j-audit-maven-plugin Maven Plugin ..............
>>> SKIPPED
>>> > >>>>>> [INFO]
>>> > >>>>>>
>>> > >>
>>> ------------------------------------------------------------------------
>>> > >>>>>> [INFO] BUILD FAILURE
>>> > >>>>>> [INFO]
>>> > >>>>>>
>>> > >>
>>> ------------------------------------------------------------------------
>>> > >>>>>> [INFO] Total time:  44.272 s
>>> > >>>>>> [INFO] Finished at: 2018-12-06T08:36:25-07:00
>>> > >>>>>> [INFO]
>>> > >>>>>>
>>> > >>
>>> ------------------------------------------------------------------------
>>> > >>>>>> [ERROR] Failed to execute goal
>>> > >>>>>> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
>>> > >>>>>> (default-testCompile) on project log4j-catalog-git: Compilation
>>> > >> failure:
>>> > >>>>>> Compilation failure:
>>> > >>>>>> [ERROR] ootstrap class path not set in conjunction with -source
>>> 8
>>> > >>>>>> [ERROR] warning: No processor claimed any of these annotations:
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
>>> > >>>>>> [ERROR]
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
>>> > >>>>>> error: package javax.annotation does not exist
>>> > >>>>>> [ERROR]
>>> > >>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
>>> > >>>>>> error: cannot find symbol
>>> > >>>>>> [ERROR]   symbol:   class PreDestroy
>>> > >>>>>> [ERROR]   location: class ApplicationConfiguration
>>> > >>>>>> [ERROR] -> [Help 1]
>>> > >>>>>> [ERROR]
>>> > >>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven
>>> with
>>> > >> the
>>> > >>>>> -e
>>> > >>>>>> switch.
>>> > >>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug
>>> > logging.
>>> > >>>>>> [ERROR]
>>> > >>>>>> [ERROR] For more information about the errors and possible
>>> > solutions,
>>> > >>>>>> please read the following articles:
>>> > >>>>>> [ERROR] [Help 1]
>>> > >>>>>>
>>> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>> > >> <
>>> > >>>>>
>>> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>>> > >>>>>> [ERROR]
>>> > >>>>>> [ERROR] After correcting the problems, you can resume the build
>>> with
>>> > >> the
>>> > >>>>>> command
>>> > >>>>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
>>> > >>>>>>
>>> > >>>>>> Gary
>>> > >>>>>>
>>> > >>>>>> On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <
>>> > >> ralph.goers@dslextreme.com
>>> > >>>>> <ma...@dslextreme.com>>
>>> > >>>>>> 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 vote will remain open for 72 hours (or more if required).
>>> All
>>> > >> votes
>>> > >>>>>>> are welcome and we encourage everyone to test the release, but
>>> only
>>> > >>>>> Logging
>>> > >>>>>>> PMC votes are “officially” counted. As always, at least 3 +1
>>> votes
>>> > >> and
>>> > >>>>> more
>>> > >>>>>>> positive than negative votes are required.
>>> > >>>>>>>
>>> > >>>>>>> Tag:
>>> > >>>>>>> a)  for a new copy do "git clone
>>> > >>>>>>> https://github.com/apache/logging-log4j-audit.git <
>>> > >>>>>>>
>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git <
>>> > >>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git
>>> >>"
>>> > and
>>> > >>>>>>> then "git checkout tags/log4-audit-1.0.1-rc1”
>>> > >>>>>>> b) for an existing working copy to “git pull” and then “git
>>> > checkout
>>> > >>>>>>> tags/log4j-audit-1.0.1-rc1”
>>> > >>>>>>>
>>> > >>>>>>> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
>>> > >>>>> http://rgoers.github.io/log4j-audit/index.html> <
>>> > >>>>>>> http://rgoers.github.io/log4j-audit/index.html <
>>> > >>>>> http://rgoers.github.io/log4j-audit/index.html>>
>>> > >>>>>>>
>>> > >>>>>>> Maven Artifacts:
>>> > >>>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>>> > >>>>> <
>>> > >>
>>> >
>>> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>>> > >>>>>>
>>> > >>>>>>>
>>> > >>>>>>> Distribution archives:
>>> > >>>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
>>> > >>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
>>> > >>>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
>>> > >>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
>>> > >>>>>>>
>>> > >>>>>>> You may download all the Maven artifacts by executing:
>>> > >>>>>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np
>>> > --no-check-certificate
>>> > >>>>>>>
>>> > >>>>>
>>> > >>
>>> >
>>> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>>> > >>>>> <
>>> > >>>>>
>>> > >>
>>> >
>>> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>>> > >>>>>>
>>> > >>>>>>>
>>> > >>>>>>> Ralph
>>> > >>>>>
>>> > >>>>>
>>> > >>>
>>> > >>
>>> > >>
>>> > >>
>>> >
>>> >
>>> >
>>>
>>
>>
>> --
>> Matt Sicker <bo...@gmail.com>
>>
>
>
> --
> Matt Sicker <bo...@gmail.com>
>


-- 
Matt Sicker <bo...@gmail.com>

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Matt Sicker <bo...@gmail.com>.
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 <bo...@gmail.com> 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.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 <ga...@gmail.com> wrote:
>
>> Dang it, sorry about that.
>> Gary
>>
>> On Mon, Dec 10, 2018 at 8:35 AM Ralph Goers <ra...@dslextreme.com>
>> 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 <ga...@gmail.com>
>> > 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, Dec 8, 2018 at 12:32 PM Ralph Goers <
>> ralph.goers@dslextreme.com>
>> > > 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 <
>> ralph.goers@dslextreme.com>
>> > >> 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 https://github.com/apache/logging-log4j-audit.git  temp
>> > >>> cd temp
>> > >>> git checkout log4j-audit-1.0.1-rc1
>> > >>>
>> > >>> and both properly checked out the release candidate. I also verified
>> > >> that the tag is pointing to
>> > >> https://github.com/apache/logging-log4j-audit-sample.git, so I don’t
>> > know
>> > >> what you were building against below.
>> > >>>
>> > >>> Ralph
>> > >>>
>> > >>>> On Dec 6, 2018, at 2:06 PM, Gary Gregory <ga...@gmail.com>
>> > >> wrote:
>> > >>>>
>> > >>>> 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 <
>> > ralph.goers@dslextreme.com>
>> > >>>> 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 <
>> > >>>>>
>> > >>
>> >
>> https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html
>> > >>>
>> > >>>>> module.
>> > >>>>>
>> > >>>>> Ralph
>> > >>>>>
>> > >>>>>> On Dec 6, 2018, at 8:53 AM, Gary Gregory <garydgregory@gmail.com
>> >
>> > >> wrote:
>> > >>>>>>
>> > >>>>>> 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_US, platform encoding: Cp1252
>> > >>>>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
>> > >> "windows"
>> > >>>>>>
>> > >>>>>> [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
>> > >>>>>> log4j-catalog-git ---
>> > >>>>>>
>> > >>>>>> -------------------------------------------------------
>> > >>>>>> T E S T S
>> > >>>>>> -------------------------------------------------------
>> > >>>>>> Running org.apache.logging.log4j.catalog.git.CatalogTest
>> > >>>>>> Dec 06, 2018 8:50:17 AM
>> > >>>>>>
>> > >>
>> org.springframework.test.context.support.DefaultTestContextBootstrapper
>> > >>>>>> getDefaultTestExecutionListenerClassNames
>> > >>>>>> INFO: Loaded default TestExecutionListener class names from
>> location
>> > >>>>>> [META-INF/spring.factories]:
>> > >>>>>>
>> [org.springframework.test.context.web.ServletTestExecutionListener,
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
>> > >>>>>>
>> > org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
>> > >>>>>> Dec 06, 2018 8:50:17 AM
>> > >>>>>>
>> > >>
>> org.springframework.test.context.support.DefaultTestContextBootstrapper
>> > >>>>>> getTestExecutionListeners
>> > >>>>>> INFO: Using TestExecutionListeners:
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff
>> > >>>>> ,
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1
>> > >>>>> ,
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
>> > >>>>>> ]
>> > >>>>>> Dec 06, 2018 8:50:17 AM
>> > >>>>>> org.springframework.context.support.GenericApplicationContext
>> > >>>>> prepareRefresh
>> > >>>>>> INFO: Refreshing
>> > >>>>>>
>> > org.springframework.context.support.GenericApplicationContext@3e6fa38a
>> > >> :
>> > >>>>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context
>> > hierarchy
>> > >>>>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
>> > 5.939
>> > >>>>> sec
>> > >>>>>> <<< FAILURE! - in
>> org.apache.logging.log4j.catalog.git.CatalogTest
>> > >>>>>>
>> > testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)
>> > >>>>> Time
>> > >>>>>> elapsed: 3.439 sec  <<< ERROR!
>> > >>>>>>
>> > >>
>> org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
>> > >>>>>> Unable to clone remote catalog at
>> > >>>>>>
>> > >>
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git
>> > <
>> > >>>>>
>> > https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git>
>> > >> to
>> > >>>>>> C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
>> > >>>>>>     at
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>> > >>>>>> Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException:
>> > Invalid
>> > >>>>>> remote: origin
>> > >>>>>>     at
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>> > >>>>>> Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
>> > >>>>>>
>> > >>
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
>> > >>>>> <
>> > >>
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git
>> > :>
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
>> > >>>>> <
>> > >>>>>
>> > >>
>> >
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
>> > >>>>>>
>> > >>>>>> not found
>> > >>>>>>     at
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>> > >>>>>>
>> > >>>>>> Dec 06, 2018 8:50:22 AM
>> > >>>>>> org.springframework.context.support.GenericApplicationContext
>> > doClose
>> > >>>>>> INFO: Closing
>> > >>>>>>
>> > org.springframework.context.support.GenericApplicationContext@3e6fa38a
>> > >> :
>> > >>>>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context
>> > hierarchy
>> > >>>>>>
>> > >>>>>> Results :
>> > >>>>>>
>> > >>>>>> Tests in error:
>> > >>>>>> CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to
>> clone
>> > >>>>>> remote ca...
>> > >>>>>>
>> > >>>>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
>> > >>>>>>
>> > >>>>>> [INFO]
>> > >>>>>>
>> > >>
>> ------------------------------------------------------------------------
>> > >>>>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
>> > >>>>>> [INFO]
>> > >>>>>> [INFO] Apache Log4j Audit .................................
>> SUCCESS
>> > [
>> > >>>>>> 3.511 s]
>> > >>>>>> [INFO] Log4j Catalog Parent ...............................
>> SUCCESS
>> > [
>> > >>>>>> 0.105 s]
>> > >>>>>> [INFO] Log4j Catalog API ..................................
>> SUCCESS
>> > [
>> > >>>>>> 6.796 s]
>> > >>>>>> [INFO] Log4j Catalog Git DAO ..............................
>> FAILURE
>> > [
>> > >>>>>> 13.076 s]
>> > >>>>>> [INFO] Log4j Catalog JPA DAO ..............................
>> SKIPPED
>> > >>>>>> [INFO] Log4j Catalog Editor ...............................
>> SKIPPED
>> > >>>>>> [INFO] Log4j Audit ........................................
>> SKIPPED
>> > >>>>>> [INFO] Log4j Audit API ....................................
>> SKIPPED
>> > >>>>>> [INFO] Log4j Audit Service ................................
>> SKIPPED
>> > >>>>>> [INFO] log4j-audit-maven-plugin Maven Plugin ..............
>> SKIPPED
>> > >>>>>> [INFO]
>> > >>>>>>
>> > >>
>> ------------------------------------------------------------------------
>> > >>>>>> [INFO] BUILD FAILURE
>> > >>>>>> [INFO]
>> > >>>>>>
>> > >>
>> ------------------------------------------------------------------------
>> > >>>>>> [INFO] Total time:  25.632 s
>> > >>>>>> [INFO] Finished at: 2018-12-06T08:50:23-07:00
>> > >>>>>> [INFO]
>> > >>>>>>
>> > >>
>> ------------------------------------------------------------------------
>> > >>>>>> [ERROR] Failed to execute goal
>> > >>>>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>> > >> (default-test)
>> > >>>>>> on project log4j-catalog-git: There are test failures.
>> > >>>>>> [ERROR]
>> > >>>>>> [ERROR] Please refer to
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
>> > >>>>>> for the individual test results.
>> > >>>>>> [ERROR] -> [Help 1]
>> > >>>>>> [ERROR]
>> > >>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven
>> with
>> > >> the
>> > >>>>> -e
>> > >>>>>> switch.
>> > >>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug
>> > logging.
>> > >>>>>> [ERROR]
>> > >>>>>> [ERROR] For more information about the errors and possible
>> > solutions,
>> > >>>>>> please read the following articles:
>> > >>>>>> [ERROR] [Help 1]
>> > >>>>>>
>> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>> > >> <
>> > >>>>>
>> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>> > >>>>>> [ERROR]
>> > >>>>>> [ERROR] After correcting the problems, you can resume the build
>> with
>> > >> the
>> > >>>>>> command
>> > >>>>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
>> > >>>>>>
>> > >>>>>> Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime:
>> > C:\Program
>> > >>>>>> Files\Java\jdk-11.0.1
>> > >>>>>> Default locale: en_US, platform encoding: Cp1252
>> > >>>>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
>> > >> "windows"
>> > >>>>>>
>> > >>>>>> [INFO] --- maven-compiler-plugin:3.6.1:testCompile
>> > >> (default-testCompile)
>> > >>>>> @
>> > >>>>>> log4j-catalog-git ---
>> > >>>>>> [INFO] Changes detected - recompiling the module!
>> > >>>>>> [INFO] Compiling 2 source files to
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
>> > >>>>>> [INFO]
>> -------------------------------------------------------------
>> > >>>>>> [ERROR] COMPILATION ERROR :
>> > >>>>>> [INFO]
>> -------------------------------------------------------------
>> > >>>>>> [ERROR] ootstrap class path not set in conjunction with -source 8
>> > >>>>>> warning: No processor claimed any of these annotations:
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
>> > >>>>>> error: package javax.annotation does not exist
>> > >>>>>> [ERROR]
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
>> > >>>>>> error: cannot find symbol
>> > >>>>>> symbol:   class PreDestroy
>> > >>>>>> location: class ApplicationConfiguration
>> > >>>>>> [INFO] 2 errors
>> > >>>>>> [INFO]
>> -------------------------------------------------------------
>> > >>>>>> [INFO]
>> > >>>>>>
>> > >>
>> ------------------------------------------------------------------------
>> > >>>>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
>> > >>>>>> [INFO]
>> > >>>>>> [INFO] Apache Log4j Audit .................................
>> SUCCESS
>> > [
>> > >>>>>> 19.336 s]
>> > >>>>>> [INFO] Log4j Catalog Parent ...............................
>> SUCCESS
>> > [
>> > >>>>>> 0.162 s]
>> > >>>>>> [INFO] Log4j Catalog API ..................................
>> SUCCESS
>> > [
>> > >>>>>> 11.947 s]
>> > >>>>>> [INFO] Log4j Catalog Git DAO ..............................
>> FAILURE
>> > [
>> > >>>>>> 9.731 s]
>> > >>>>>> [INFO] Log4j Catalog JPA DAO ..............................
>> SKIPPED
>> > >>>>>> [INFO] Log4j Catalog Editor ...............................
>> SKIPPED
>> > >>>>>> [INFO] Log4j Audit ........................................
>> SKIPPED
>> > >>>>>> [INFO] Log4j Audit API ....................................
>> SKIPPED
>> > >>>>>> [INFO] Log4j Audit Service ................................
>> SKIPPED
>> > >>>>>> [INFO] log4j-audit-maven-plugin Maven Plugin ..............
>> SKIPPED
>> > >>>>>> [INFO]
>> > >>>>>>
>> > >>
>> ------------------------------------------------------------------------
>> > >>>>>> [INFO] BUILD FAILURE
>> > >>>>>> [INFO]
>> > >>>>>>
>> > >>
>> ------------------------------------------------------------------------
>> > >>>>>> [INFO] Total time:  44.272 s
>> > >>>>>> [INFO] Finished at: 2018-12-06T08:36:25-07:00
>> > >>>>>> [INFO]
>> > >>>>>>
>> > >>
>> ------------------------------------------------------------------------
>> > >>>>>> [ERROR] Failed to execute goal
>> > >>>>>> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
>> > >>>>>> (default-testCompile) on project log4j-catalog-git: Compilation
>> > >> failure:
>> > >>>>>> Compilation failure:
>> > >>>>>> [ERROR] ootstrap class path not set in conjunction with -source 8
>> > >>>>>> [ERROR] warning: No processor claimed any of these annotations:
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
>> > >>>>>> [ERROR]
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
>> > >>>>>> error: package javax.annotation does not exist
>> > >>>>>> [ERROR]
>> > >>>>>>
>> > >>>>>
>> > >>
>> >
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
>> > >>>>>> error: cannot find symbol
>> > >>>>>> [ERROR]   symbol:   class PreDestroy
>> > >>>>>> [ERROR]   location: class ApplicationConfiguration
>> > >>>>>> [ERROR] -> [Help 1]
>> > >>>>>> [ERROR]
>> > >>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven
>> with
>> > >> the
>> > >>>>> -e
>> > >>>>>> switch.
>> > >>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug
>> > logging.
>> > >>>>>> [ERROR]
>> > >>>>>> [ERROR] For more information about the errors and possible
>> > solutions,
>> > >>>>>> please read the following articles:
>> > >>>>>> [ERROR] [Help 1]
>> > >>>>>>
>> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>> > >> <
>> > >>>>>
>> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>> > >>>>>> [ERROR]
>> > >>>>>> [ERROR] After correcting the problems, you can resume the build
>> with
>> > >> the
>> > >>>>>> command
>> > >>>>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
>> > >>>>>>
>> > >>>>>> Gary
>> > >>>>>>
>> > >>>>>> On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <
>> > >> ralph.goers@dslextreme.com
>> > >>>>> <ma...@dslextreme.com>>
>> > >>>>>> 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 vote will remain open for 72 hours (or more if required).
>> All
>> > >> votes
>> > >>>>>>> are welcome and we encourage everyone to test the release, but
>> only
>> > >>>>> Logging
>> > >>>>>>> PMC votes are “officially” counted. As always, at least 3 +1
>> votes
>> > >> and
>> > >>>>> more
>> > >>>>>>> positive than negative votes are required.
>> > >>>>>>>
>> > >>>>>>> Tag:
>> > >>>>>>> a)  for a new copy do "git clone
>> > >>>>>>> https://github.com/apache/logging-log4j-audit.git <
>> > >>>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git
>> <
>> > >>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git
>> >>"
>> > and
>> > >>>>>>> then "git checkout tags/log4-audit-1.0.1-rc1”
>> > >>>>>>> b) for an existing working copy to “git pull” and then “git
>> > checkout
>> > >>>>>>> tags/log4j-audit-1.0.1-rc1”
>> > >>>>>>>
>> > >>>>>>> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
>> > >>>>> http://rgoers.github.io/log4j-audit/index.html> <
>> > >>>>>>> http://rgoers.github.io/log4j-audit/index.html <
>> > >>>>> http://rgoers.github.io/log4j-audit/index.html>>
>> > >>>>>>>
>> > >>>>>>> Maven Artifacts:
>> > >>>>>>>
>> > >>>>>
>> > >>
>> >
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>> > >>>>> <
>> > >>
>> >
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>> > >>>>>>
>> > >>>>>>>
>> > >>>>>>> Distribution archives:
>> > >>>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
>> > >>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
>> > >>>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
>> > >>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
>> > >>>>>>>
>> > >>>>>>> You may download all the Maven artifacts by executing:
>> > >>>>>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np
>> > --no-check-certificate
>> > >>>>>>>
>> > >>>>>
>> > >>
>> >
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>> > >>>>> <
>> > >>>>>
>> > >>
>> >
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>> > >>>>>>
>> > >>>>>>>
>> > >>>>>>> Ralph
>> > >>>>>
>> > >>>>>
>> > >>>
>> > >>
>> > >>
>> > >>
>> >
>> >
>> >
>>
>
>
> --
> Matt Sicker <bo...@gmail.com>
>


-- 
Matt Sicker <bo...@gmail.com>

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Matt Sicker <bo...@gmail.com>.
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 <ga...@gmail.com> wrote:

> Dang it, sorry about that.
> Gary
>
> On Mon, Dec 10, 2018 at 8:35 AM Ralph Goers <ra...@dslextreme.com>
> 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 <ga...@gmail.com>
> > 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, Dec 8, 2018 at 12:32 PM Ralph Goers <
> ralph.goers@dslextreme.com>
> > > 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 <ralph.goers@dslextreme.com
> >
> > >> 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 https://github.com/apache/logging-log4j-audit.git  temp
> > >>> cd temp
> > >>> git checkout log4j-audit-1.0.1-rc1
> > >>>
> > >>> and both properly checked out the release candidate. I also verified
> > >> that the tag is pointing to
> > >> https://github.com/apache/logging-log4j-audit-sample.git, so I don’t
> > know
> > >> what you were building against below.
> > >>>
> > >>> Ralph
> > >>>
> > >>>> On Dec 6, 2018, at 2:06 PM, Gary Gregory <ga...@gmail.com>
> > >> wrote:
> > >>>>
> > >>>> 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 <
> > ralph.goers@dslextreme.com>
> > >>>> 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 <
> > >>>>>
> > >>
> >
> https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html
> > >>>
> > >>>>> module.
> > >>>>>
> > >>>>> Ralph
> > >>>>>
> > >>>>>> On Dec 6, 2018, at 8:53 AM, Gary Gregory <ga...@gmail.com>
> > >> wrote:
> > >>>>>>
> > >>>>>> 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_US, platform encoding: Cp1252
> > >>>>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
> > >> "windows"
> > >>>>>>
> > >>>>>> [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
> > >>>>>> log4j-catalog-git ---
> > >>>>>>
> > >>>>>> -------------------------------------------------------
> > >>>>>> T E S T S
> > >>>>>> -------------------------------------------------------
> > >>>>>> Running org.apache.logging.log4j.catalog.git.CatalogTest
> > >>>>>> Dec 06, 2018 8:50:17 AM
> > >>>>>>
> > >>
> org.springframework.test.context.support.DefaultTestContextBootstrapper
> > >>>>>> getDefaultTestExecutionListenerClassNames
> > >>>>>> INFO: Loaded default TestExecutionListener class names from
> location
> > >>>>>> [META-INF/spring.factories]:
> > >>>>>>
> [org.springframework.test.context.web.ServletTestExecutionListener,
> > >>>>>>
> > >>>>>
> > >>
> >
> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
> > >>>>>>
> > >>>>>
> > >>
> >
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
> > >>>>>>
> > >>>>>
> > >>
> >
> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
> > >>>>>>
> > >>>>>
> > >>
> >
> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
> > >>>>>>
> > org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
> > >>>>>> Dec 06, 2018 8:50:17 AM
> > >>>>>>
> > >>
> org.springframework.test.context.support.DefaultTestContextBootstrapper
> > >>>>>> getTestExecutionListeners
> > >>>>>> INFO: Using TestExecutionListeners:
> > >>>>>>
> > >>>>>
> > >>
> >
> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff
> > >>>>> ,
> > >>>>>>
> > >>>>>
> > >>
> >
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1
> > >>>>> ,
> > >>>>>>
> > >>>>>
> > >>
> >
> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
> > >>>>>> ]
> > >>>>>> Dec 06, 2018 8:50:17 AM
> > >>>>>> org.springframework.context.support.GenericApplicationContext
> > >>>>> prepareRefresh
> > >>>>>> INFO: Refreshing
> > >>>>>>
> > org.springframework.context.support.GenericApplicationContext@3e6fa38a
> > >> :
> > >>>>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context
> > hierarchy
> > >>>>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> > 5.939
> > >>>>> sec
> > >>>>>> <<< FAILURE! - in org.apache.logging.log4j.catalog.git.CatalogTest
> > >>>>>>
> > testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)
> > >>>>> Time
> > >>>>>> elapsed: 3.439 sec  <<< ERROR!
> > >>>>>>
> > >>
> org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
> > >>>>>> Unable to clone remote catalog at
> > >>>>>>
> > >>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git
> > <
> > >>>>>
> > https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git>
> > >> to
> > >>>>>> C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
> > >>>>>>     at
> > >>>>>>
> > >>>>>
> > >>
> >
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> > >>>>>> Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException:
> > Invalid
> > >>>>>> remote: origin
> > >>>>>>     at
> > >>>>>>
> > >>>>>
> > >>
> >
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> > >>>>>> Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
> > >>>>>>
> > >>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
> > >>>>> <
> > >>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git
> > :>
> > >>>>>>
> > >>>>>
> > >>
> >
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> > >>>>> <
> > >>>>>
> > >>
> >
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> > >>>>>>
> > >>>>>> not found
> > >>>>>>     at
> > >>>>>>
> > >>>>>
> > >>
> >
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> > >>>>>>
> > >>>>>> Dec 06, 2018 8:50:22 AM
> > >>>>>> org.springframework.context.support.GenericApplicationContext
> > doClose
> > >>>>>> INFO: Closing
> > >>>>>>
> > org.springframework.context.support.GenericApplicationContext@3e6fa38a
> > >> :
> > >>>>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context
> > hierarchy
> > >>>>>>
> > >>>>>> Results :
> > >>>>>>
> > >>>>>> Tests in error:
> > >>>>>> CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to
> clone
> > >>>>>> remote ca...
> > >>>>>>
> > >>>>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
> > >>>>>>
> > >>>>>> [INFO]
> > >>>>>>
> > >>
> ------------------------------------------------------------------------
> > >>>>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> > >>>>>> [INFO]
> > >>>>>> [INFO] Apache Log4j Audit .................................
> SUCCESS
> > [
> > >>>>>> 3.511 s]
> > >>>>>> [INFO] Log4j Catalog Parent ...............................
> SUCCESS
> > [
> > >>>>>> 0.105 s]
> > >>>>>> [INFO] Log4j Catalog API ..................................
> SUCCESS
> > [
> > >>>>>> 6.796 s]
> > >>>>>> [INFO] Log4j Catalog Git DAO ..............................
> FAILURE
> > [
> > >>>>>> 13.076 s]
> > >>>>>> [INFO] Log4j Catalog JPA DAO ..............................
> SKIPPED
> > >>>>>> [INFO] Log4j Catalog Editor ...............................
> SKIPPED
> > >>>>>> [INFO] Log4j Audit ........................................
> SKIPPED
> > >>>>>> [INFO] Log4j Audit API ....................................
> SKIPPED
> > >>>>>> [INFO] Log4j Audit Service ................................
> SKIPPED
> > >>>>>> [INFO] log4j-audit-maven-plugin Maven Plugin ..............
> SKIPPED
> > >>>>>> [INFO]
> > >>>>>>
> > >>
> ------------------------------------------------------------------------
> > >>>>>> [INFO] BUILD FAILURE
> > >>>>>> [INFO]
> > >>>>>>
> > >>
> ------------------------------------------------------------------------
> > >>>>>> [INFO] Total time:  25.632 s
> > >>>>>> [INFO] Finished at: 2018-12-06T08:50:23-07:00
> > >>>>>> [INFO]
> > >>>>>>
> > >>
> ------------------------------------------------------------------------
> > >>>>>> [ERROR] Failed to execute goal
> > >>>>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
> > >> (default-test)
> > >>>>>> on project log4j-catalog-git: There are test failures.
> > >>>>>> [ERROR]
> > >>>>>> [ERROR] Please refer to
> > >>>>>>
> > >>>>>
> > >>
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
> > >>>>>> for the individual test results.
> > >>>>>> [ERROR] -> [Help 1]
> > >>>>>> [ERROR]
> > >>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven
> with
> > >> the
> > >>>>> -e
> > >>>>>> switch.
> > >>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug
> > logging.
> > >>>>>> [ERROR]
> > >>>>>> [ERROR] For more information about the errors and possible
> > solutions,
> > >>>>>> please read the following articles:
> > >>>>>> [ERROR] [Help 1]
> > >>>>>>
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> > >> <
> > >>>>>
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> > >>>>>> [ERROR]
> > >>>>>> [ERROR] After correcting the problems, you can resume the build
> with
> > >> the
> > >>>>>> command
> > >>>>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
> > >>>>>>
> > >>>>>> Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime:
> > C:\Program
> > >>>>>> Files\Java\jdk-11.0.1
> > >>>>>> Default locale: en_US, platform encoding: Cp1252
> > >>>>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
> > >> "windows"
> > >>>>>>
> > >>>>>> [INFO] --- maven-compiler-plugin:3.6.1:testCompile
> > >> (default-testCompile)
> > >>>>> @
> > >>>>>> log4j-catalog-git ---
> > >>>>>> [INFO] Changes detected - recompiling the module!
> > >>>>>> [INFO] Compiling 2 source files to
> > >>>>>>
> > >>>>>
> > >>
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
> > >>>>>> [INFO]
> -------------------------------------------------------------
> > >>>>>> [ERROR] COMPILATION ERROR :
> > >>>>>> [INFO]
> -------------------------------------------------------------
> > >>>>>> [ERROR] ootstrap class path not set in conjunction with -source 8
> > >>>>>> warning: No processor claimed any of these annotations:
> > >>>>>>
> > >>>>>
> > >>
> >
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> > >>>>>>
> > >>>>>
> > >>
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> > >>>>>> error: package javax.annotation does not exist
> > >>>>>> [ERROR]
> > >>>>>>
> > >>>>>
> > >>
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> > >>>>>> error: cannot find symbol
> > >>>>>> symbol:   class PreDestroy
> > >>>>>> location: class ApplicationConfiguration
> > >>>>>> [INFO] 2 errors
> > >>>>>> [INFO]
> -------------------------------------------------------------
> > >>>>>> [INFO]
> > >>>>>>
> > >>
> ------------------------------------------------------------------------
> > >>>>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> > >>>>>> [INFO]
> > >>>>>> [INFO] Apache Log4j Audit .................................
> SUCCESS
> > [
> > >>>>>> 19.336 s]
> > >>>>>> [INFO] Log4j Catalog Parent ...............................
> SUCCESS
> > [
> > >>>>>> 0.162 s]
> > >>>>>> [INFO] Log4j Catalog API ..................................
> SUCCESS
> > [
> > >>>>>> 11.947 s]
> > >>>>>> [INFO] Log4j Catalog Git DAO ..............................
> FAILURE
> > [
> > >>>>>> 9.731 s]
> > >>>>>> [INFO] Log4j Catalog JPA DAO ..............................
> SKIPPED
> > >>>>>> [INFO] Log4j Catalog Editor ...............................
> SKIPPED
> > >>>>>> [INFO] Log4j Audit ........................................
> SKIPPED
> > >>>>>> [INFO] Log4j Audit API ....................................
> SKIPPED
> > >>>>>> [INFO] Log4j Audit Service ................................
> SKIPPED
> > >>>>>> [INFO] log4j-audit-maven-plugin Maven Plugin ..............
> SKIPPED
> > >>>>>> [INFO]
> > >>>>>>
> > >>
> ------------------------------------------------------------------------
> > >>>>>> [INFO] BUILD FAILURE
> > >>>>>> [INFO]
> > >>>>>>
> > >>
> ------------------------------------------------------------------------
> > >>>>>> [INFO] Total time:  44.272 s
> > >>>>>> [INFO] Finished at: 2018-12-06T08:36:25-07:00
> > >>>>>> [INFO]
> > >>>>>>
> > >>
> ------------------------------------------------------------------------
> > >>>>>> [ERROR] Failed to execute goal
> > >>>>>> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
> > >>>>>> (default-testCompile) on project log4j-catalog-git: Compilation
> > >> failure:
> > >>>>>> Compilation failure:
> > >>>>>> [ERROR] ootstrap class path not set in conjunction with -source 8
> > >>>>>> [ERROR] warning: No processor claimed any of these annotations:
> > >>>>>>
> > >>>>>
> > >>
> >
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> > >>>>>> [ERROR]
> > >>>>>>
> > >>>>>
> > >>
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> > >>>>>> error: package javax.annotation does not exist
> > >>>>>> [ERROR]
> > >>>>>>
> > >>>>>
> > >>
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> > >>>>>> error: cannot find symbol
> > >>>>>> [ERROR]   symbol:   class PreDestroy
> > >>>>>> [ERROR]   location: class ApplicationConfiguration
> > >>>>>> [ERROR] -> [Help 1]
> > >>>>>> [ERROR]
> > >>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven
> with
> > >> the
> > >>>>> -e
> > >>>>>> switch.
> > >>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug
> > logging.
> > >>>>>> [ERROR]
> > >>>>>> [ERROR] For more information about the errors and possible
> > solutions,
> > >>>>>> please read the following articles:
> > >>>>>> [ERROR] [Help 1]
> > >>>>>>
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> > >> <
> > >>>>>
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> > >>>>>> [ERROR]
> > >>>>>> [ERROR] After correcting the problems, you can resume the build
> with
> > >> the
> > >>>>>> command
> > >>>>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
> > >>>>>>
> > >>>>>> Gary
> > >>>>>>
> > >>>>>> On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <
> > >> ralph.goers@dslextreme.com
> > >>>>> <ma...@dslextreme.com>>
> > >>>>>> 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 vote will remain open for 72 hours (or more if required). All
> > >> votes
> > >>>>>>> are welcome and we encourage everyone to test the release, but
> only
> > >>>>> Logging
> > >>>>>>> PMC votes are “officially” counted. As always, at least 3 +1
> votes
> > >> and
> > >>>>> more
> > >>>>>>> positive than negative votes are required.
> > >>>>>>>
> > >>>>>>> Tag:
> > >>>>>>> a)  for a new copy do "git clone
> > >>>>>>> https://github.com/apache/logging-log4j-audit.git <
> > >>>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git
> <
> > >>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>>"
> > and
> > >>>>>>> then "git checkout tags/log4-audit-1.0.1-rc1”
> > >>>>>>> b) for an existing working copy to “git pull” and then “git
> > checkout
> > >>>>>>> tags/log4j-audit-1.0.1-rc1”
> > >>>>>>>
> > >>>>>>> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
> > >>>>> http://rgoers.github.io/log4j-audit/index.html> <
> > >>>>>>> http://rgoers.github.io/log4j-audit/index.html <
> > >>>>> http://rgoers.github.io/log4j-audit/index.html>>
> > >>>>>>>
> > >>>>>>> Maven Artifacts:
> > >>>>>>>
> > >>>>>
> > >>
> >
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
> > >>>>> <
> > >>
> >
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
> > >>>>>>
> > >>>>>>>
> > >>>>>>> Distribution archives:
> > >>>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> > >>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
> > >>>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> > >>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
> > >>>>>>>
> > >>>>>>> You may download all the Maven artifacts by executing:
> > >>>>>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np
> > --no-check-certificate
> > >>>>>>>
> > >>>>>
> > >>
> >
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> > >>>>> <
> > >>>>>
> > >>
> >
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> > >>>>>>
> > >>>>>>>
> > >>>>>>> Ralph
> > >>>>>
> > >>>>>
> > >>>
> > >>
> > >>
> > >>
> >
> >
> >
>


-- 
Matt Sicker <bo...@gmail.com>

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Gary Gregory <ga...@gmail.com>.
Dang it, sorry about that.
Gary

On Mon, Dec 10, 2018 at 8:35 AM Ralph Goers <ra...@dslextreme.com>
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 <ga...@gmail.com>
> 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, Dec 8, 2018 at 12:32 PM Ralph Goers <ra...@dslextreme.com>
> > 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 <ra...@dslextreme.com>
> >> 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 https://github.com/apache/logging-log4j-audit.git  temp
> >>> cd temp
> >>> git checkout log4j-audit-1.0.1-rc1
> >>>
> >>> and both properly checked out the release candidate. I also verified
> >> that the tag is pointing to
> >> https://github.com/apache/logging-log4j-audit-sample.git, so I don’t
> know
> >> what you were building against below.
> >>>
> >>> Ralph
> >>>
> >>>> On Dec 6, 2018, at 2:06 PM, Gary Gregory <ga...@gmail.com>
> >> wrote:
> >>>>
> >>>> 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 <
> ralph.goers@dslextreme.com>
> >>>> 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 <
> >>>>>
> >>
> https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html
> >>>
> >>>>> module.
> >>>>>
> >>>>> Ralph
> >>>>>
> >>>>>> On Dec 6, 2018, at 8:53 AM, Gary Gregory <ga...@gmail.com>
> >> wrote:
> >>>>>>
> >>>>>> 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_US, platform encoding: Cp1252
> >>>>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
> >> "windows"
> >>>>>>
> >>>>>> [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
> >>>>>> log4j-catalog-git ---
> >>>>>>
> >>>>>> -------------------------------------------------------
> >>>>>> T E S T S
> >>>>>> -------------------------------------------------------
> >>>>>> Running org.apache.logging.log4j.catalog.git.CatalogTest
> >>>>>> Dec 06, 2018 8:50:17 AM
> >>>>>>
> >> org.springframework.test.context.support.DefaultTestContextBootstrapper
> >>>>>> getDefaultTestExecutionListenerClassNames
> >>>>>> INFO: Loaded default TestExecutionListener class names from location
> >>>>>> [META-INF/spring.factories]:
> >>>>>> [org.springframework.test.context.web.ServletTestExecutionListener,
> >>>>>>
> >>>>>
> >>
> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
> >>>>>>
> >>>>>
> >>
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
> >>>>>>
> >>>>>
> >>
> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
> >>>>>>
> >>>>>
> >>
> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
> >>>>>>
> org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
> >>>>>> Dec 06, 2018 8:50:17 AM
> >>>>>>
> >> org.springframework.test.context.support.DefaultTestContextBootstrapper
> >>>>>> getTestExecutionListeners
> >>>>>> INFO: Using TestExecutionListeners:
> >>>>>>
> >>>>>
> >>
> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff
> >>>>> ,
> >>>>>>
> >>>>>
> >>
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1
> >>>>> ,
> >>>>>>
> >>>>>
> >>
> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
> >>>>>> ]
> >>>>>> Dec 06, 2018 8:50:17 AM
> >>>>>> org.springframework.context.support.GenericApplicationContext
> >>>>> prepareRefresh
> >>>>>> INFO: Refreshing
> >>>>>>
> org.springframework.context.support.GenericApplicationContext@3e6fa38a
> >> :
> >>>>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context
> hierarchy
> >>>>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 5.939
> >>>>> sec
> >>>>>> <<< FAILURE! - in org.apache.logging.log4j.catalog.git.CatalogTest
> >>>>>>
> testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)
> >>>>> Time
> >>>>>> elapsed: 3.439 sec  <<< ERROR!
> >>>>>>
> >> org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
> >>>>>> Unable to clone remote catalog at
> >>>>>>
> >> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git
> <
> >>>>>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git>
> >> to
> >>>>>> C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
> >>>>>>     at
> >>>>>>
> >>>>>
> >>
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> >>>>>> Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException:
> Invalid
> >>>>>> remote: origin
> >>>>>>     at
> >>>>>>
> >>>>>
> >>
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> >>>>>> Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
> >>>>>>
> >> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
> >>>>> <
> >> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git
> :>
> >>>>>>
> >>>>>
> >>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> >>>>> <
> >>>>>
> >>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> >>>>>>
> >>>>>> not found
> >>>>>>     at
> >>>>>>
> >>>>>
> >>
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> >>>>>>
> >>>>>> Dec 06, 2018 8:50:22 AM
> >>>>>> org.springframework.context.support.GenericApplicationContext
> doClose
> >>>>>> INFO: Closing
> >>>>>>
> org.springframework.context.support.GenericApplicationContext@3e6fa38a
> >> :
> >>>>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context
> hierarchy
> >>>>>>
> >>>>>> Results :
> >>>>>>
> >>>>>> Tests in error:
> >>>>>> CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to clone
> >>>>>> remote ca...
> >>>>>>
> >>>>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
> >>>>>>
> >>>>>> [INFO]
> >>>>>>
> >> ------------------------------------------------------------------------
> >>>>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> >>>>>> [INFO]
> >>>>>> [INFO] Apache Log4j Audit ................................. SUCCESS
> [
> >>>>>> 3.511 s]
> >>>>>> [INFO] Log4j Catalog Parent ............................... SUCCESS
> [
> >>>>>> 0.105 s]
> >>>>>> [INFO] Log4j Catalog API .................................. SUCCESS
> [
> >>>>>> 6.796 s]
> >>>>>> [INFO] Log4j Catalog Git DAO .............................. FAILURE
> [
> >>>>>> 13.076 s]
> >>>>>> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> >>>>>> [INFO] Log4j Catalog Editor ............................... SKIPPED
> >>>>>> [INFO] Log4j Audit ........................................ SKIPPED
> >>>>>> [INFO] Log4j Audit API .................................... SKIPPED
> >>>>>> [INFO] Log4j Audit Service ................................ SKIPPED
> >>>>>> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> >>>>>> [INFO]
> >>>>>>
> >> ------------------------------------------------------------------------
> >>>>>> [INFO] BUILD FAILURE
> >>>>>> [INFO]
> >>>>>>
> >> ------------------------------------------------------------------------
> >>>>>> [INFO] Total time:  25.632 s
> >>>>>> [INFO] Finished at: 2018-12-06T08:50:23-07:00
> >>>>>> [INFO]
> >>>>>>
> >> ------------------------------------------------------------------------
> >>>>>> [ERROR] Failed to execute goal
> >>>>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
> >> (default-test)
> >>>>>> on project log4j-catalog-git: There are test failures.
> >>>>>> [ERROR]
> >>>>>> [ERROR] Please refer to
> >>>>>>
> >>>>>
> >>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
> >>>>>> for the individual test results.
> >>>>>> [ERROR] -> [Help 1]
> >>>>>> [ERROR]
> >>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
> >> the
> >>>>> -e
> >>>>>> switch.
> >>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug
> logging.
> >>>>>> [ERROR]
> >>>>>> [ERROR] For more information about the errors and possible
> solutions,
> >>>>>> please read the following articles:
> >>>>>> [ERROR] [Help 1]
> >>>>>>
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> >> <
> >>>>>
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> >>>>>> [ERROR]
> >>>>>> [ERROR] After correcting the problems, you can resume the build with
> >> the
> >>>>>> command
> >>>>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
> >>>>>>
> >>>>>> Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime:
> C:\Program
> >>>>>> Files\Java\jdk-11.0.1
> >>>>>> Default locale: en_US, platform encoding: Cp1252
> >>>>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
> >> "windows"
> >>>>>>
> >>>>>> [INFO] --- maven-compiler-plugin:3.6.1:testCompile
> >> (default-testCompile)
> >>>>> @
> >>>>>> log4j-catalog-git ---
> >>>>>> [INFO] Changes detected - recompiling the module!
> >>>>>> [INFO] Compiling 2 source files to
> >>>>>>
> >>>>>
> >>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
> >>>>>> [INFO] -------------------------------------------------------------
> >>>>>> [ERROR] COMPILATION ERROR :
> >>>>>> [INFO] -------------------------------------------------------------
> >>>>>> [ERROR] ootstrap class path not set in conjunction with -source 8
> >>>>>> warning: No processor claimed any of these annotations:
> >>>>>>
> >>>>>
> >>
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> >>>>>>
> >>>>>
> >>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> >>>>>> error: package javax.annotation does not exist
> >>>>>> [ERROR]
> >>>>>>
> >>>>>
> >>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> >>>>>> error: cannot find symbol
> >>>>>> symbol:   class PreDestroy
> >>>>>> location: class ApplicationConfiguration
> >>>>>> [INFO] 2 errors
> >>>>>> [INFO] -------------------------------------------------------------
> >>>>>> [INFO]
> >>>>>>
> >> ------------------------------------------------------------------------
> >>>>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> >>>>>> [INFO]
> >>>>>> [INFO] Apache Log4j Audit ................................. SUCCESS
> [
> >>>>>> 19.336 s]
> >>>>>> [INFO] Log4j Catalog Parent ............................... SUCCESS
> [
> >>>>>> 0.162 s]
> >>>>>> [INFO] Log4j Catalog API .................................. SUCCESS
> [
> >>>>>> 11.947 s]
> >>>>>> [INFO] Log4j Catalog Git DAO .............................. FAILURE
> [
> >>>>>> 9.731 s]
> >>>>>> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> >>>>>> [INFO] Log4j Catalog Editor ............................... SKIPPED
> >>>>>> [INFO] Log4j Audit ........................................ SKIPPED
> >>>>>> [INFO] Log4j Audit API .................................... SKIPPED
> >>>>>> [INFO] Log4j Audit Service ................................ SKIPPED
> >>>>>> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> >>>>>> [INFO]
> >>>>>>
> >> ------------------------------------------------------------------------
> >>>>>> [INFO] BUILD FAILURE
> >>>>>> [INFO]
> >>>>>>
> >> ------------------------------------------------------------------------
> >>>>>> [INFO] Total time:  44.272 s
> >>>>>> [INFO] Finished at: 2018-12-06T08:36:25-07:00
> >>>>>> [INFO]
> >>>>>>
> >> ------------------------------------------------------------------------
> >>>>>> [ERROR] Failed to execute goal
> >>>>>> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
> >>>>>> (default-testCompile) on project log4j-catalog-git: Compilation
> >> failure:
> >>>>>> Compilation failure:
> >>>>>> [ERROR] ootstrap class path not set in conjunction with -source 8
> >>>>>> [ERROR] warning: No processor claimed any of these annotations:
> >>>>>>
> >>>>>
> >>
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> >>>>>> [ERROR]
> >>>>>>
> >>>>>
> >>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> >>>>>> error: package javax.annotation does not exist
> >>>>>> [ERROR]
> >>>>>>
> >>>>>
> >>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> >>>>>> error: cannot find symbol
> >>>>>> [ERROR]   symbol:   class PreDestroy
> >>>>>> [ERROR]   location: class ApplicationConfiguration
> >>>>>> [ERROR] -> [Help 1]
> >>>>>> [ERROR]
> >>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
> >> the
> >>>>> -e
> >>>>>> switch.
> >>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug
> logging.
> >>>>>> [ERROR]
> >>>>>> [ERROR] For more information about the errors and possible
> solutions,
> >>>>>> please read the following articles:
> >>>>>> [ERROR] [Help 1]
> >>>>>>
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> >> <
> >>>>>
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> >>>>>> [ERROR]
> >>>>>> [ERROR] After correcting the problems, you can resume the build with
> >> the
> >>>>>> command
> >>>>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
> >>>>>>
> >>>>>> Gary
> >>>>>>
> >>>>>> On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <
> >> ralph.goers@dslextreme.com
> >>>>> <ma...@dslextreme.com>>
> >>>>>> 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 vote will remain open for 72 hours (or more if required). All
> >> votes
> >>>>>>> are welcome and we encourage everyone to test the release, but only
> >>>>> Logging
> >>>>>>> PMC votes are “officially” counted. As always, at least 3 +1 votes
> >> and
> >>>>> more
> >>>>>>> positive than negative votes are required.
> >>>>>>>
> >>>>>>> Tag:
> >>>>>>> a)  for a new copy do "git clone
> >>>>>>> https://github.com/apache/logging-log4j-audit.git <
> >>>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git <
> >>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>>"
> and
> >>>>>>> then "git checkout tags/log4-audit-1.0.1-rc1”
> >>>>>>> b) for an existing working copy to “git pull” and then “git
> checkout
> >>>>>>> tags/log4j-audit-1.0.1-rc1”
> >>>>>>>
> >>>>>>> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
> >>>>> http://rgoers.github.io/log4j-audit/index.html> <
> >>>>>>> http://rgoers.github.io/log4j-audit/index.html <
> >>>>> http://rgoers.github.io/log4j-audit/index.html>>
> >>>>>>>
> >>>>>>> Maven Artifacts:
> >>>>>>>
> >>>>>
> >>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
> >>>>> <
> >>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
> >>>>>>
> >>>>>>>
> >>>>>>> Distribution archives:
> >>>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> >>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
> >>>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> >>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
> >>>>>>>
> >>>>>>> You may download all the Maven artifacts by executing:
> >>>>>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np
> --no-check-certificate
> >>>>>>>
> >>>>>
> >>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> >>>>> <
> >>>>>
> >>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> >>>>>>
> >>>>>>>
> >>>>>>> Ralph
> >>>>>
> >>>>>
> >>>
> >>
> >>
> >>
>
>
>

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Ralph Goers <ra...@dslextreme.com>.
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 <ga...@gmail.com> 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, Dec 8, 2018 at 12:32 PM Ralph Goers <ra...@dslextreme.com>
> 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 <ra...@dslextreme.com>
>> 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 https://github.com/apache/logging-log4j-audit.git  temp
>>> cd temp
>>> git checkout log4j-audit-1.0.1-rc1
>>> 
>>> and both properly checked out the release candidate. I also verified
>> that the tag is pointing to
>> https://github.com/apache/logging-log4j-audit-sample.git, so I don’t know
>> what you were building against below.
>>> 
>>> Ralph
>>> 
>>>> On Dec 6, 2018, at 2:06 PM, Gary Gregory <ga...@gmail.com>
>> wrote:
>>>> 
>>>> 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 <ra...@dslextreme.com>
>>>> 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 <
>>>>> 
>> https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html
>>> 
>>>>> module.
>>>>> 
>>>>> Ralph
>>>>> 
>>>>>> On Dec 6, 2018, at 8:53 AM, Gary Gregory <ga...@gmail.com>
>> wrote:
>>>>>> 
>>>>>> 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_US, platform encoding: Cp1252
>>>>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
>> "windows"
>>>>>> 
>>>>>> [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
>>>>>> log4j-catalog-git ---
>>>>>> 
>>>>>> -------------------------------------------------------
>>>>>> T E S T S
>>>>>> -------------------------------------------------------
>>>>>> Running org.apache.logging.log4j.catalog.git.CatalogTest
>>>>>> Dec 06, 2018 8:50:17 AM
>>>>>> 
>> org.springframework.test.context.support.DefaultTestContextBootstrapper
>>>>>> getDefaultTestExecutionListenerClassNames
>>>>>> INFO: Loaded default TestExecutionListener class names from location
>>>>>> [META-INF/spring.factories]:
>>>>>> [org.springframework.test.context.web.ServletTestExecutionListener,
>>>>>> 
>>>>> 
>> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
>>>>>> 
>>>>> 
>> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
>>>>>> 
>>>>> 
>> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
>>>>>> 
>>>>> 
>> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
>>>>>> org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
>>>>>> Dec 06, 2018 8:50:17 AM
>>>>>> 
>> org.springframework.test.context.support.DefaultTestContextBootstrapper
>>>>>> getTestExecutionListeners
>>>>>> INFO: Using TestExecutionListeners:
>>>>>> 
>>>>> 
>> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff
>>>>> ,
>>>>>> 
>>>>> 
>> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1
>>>>> ,
>>>>>> 
>>>>> 
>> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
>>>>>> ]
>>>>>> Dec 06, 2018 8:50:17 AM
>>>>>> org.springframework.context.support.GenericApplicationContext
>>>>> prepareRefresh
>>>>>> INFO: Refreshing
>>>>>> org.springframework.context.support.GenericApplicationContext@3e6fa38a
>> :
>>>>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
>>>>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.939
>>>>> sec
>>>>>> <<< FAILURE! - in org.apache.logging.log4j.catalog.git.CatalogTest
>>>>>> testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)
>>>>> Time
>>>>>> elapsed: 3.439 sec  <<< ERROR!
>>>>>> 
>> org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
>>>>>> Unable to clone remote catalog at
>>>>>> 
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git <
>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git>
>> to
>>>>>> C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
>>>>>>     at
>>>>>> 
>>>>> 
>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>>>>>> Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid
>>>>>> remote: origin
>>>>>>     at
>>>>>> 
>>>>> 
>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>>>>>> Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
>>>>>> 
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
>>>>> <
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:>
>>>>>> 
>>>>> 
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
>>>>> <
>>>>> 
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
>>>>>> 
>>>>>> not found
>>>>>>     at
>>>>>> 
>>>>> 
>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>>>>>> 
>>>>>> Dec 06, 2018 8:50:22 AM
>>>>>> org.springframework.context.support.GenericApplicationContext doClose
>>>>>> INFO: Closing
>>>>>> org.springframework.context.support.GenericApplicationContext@3e6fa38a
>> :
>>>>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
>>>>>> 
>>>>>> Results :
>>>>>> 
>>>>>> Tests in error:
>>>>>> CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to clone
>>>>>> remote ca...
>>>>>> 
>>>>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
>>>>>> 
>>>>>> [INFO]
>>>>>> 
>> ------------------------------------------------------------------------
>>>>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
>>>>>> [INFO]
>>>>>> [INFO] Apache Log4j Audit ................................. SUCCESS [
>>>>>> 3.511 s]
>>>>>> [INFO] Log4j Catalog Parent ............................... SUCCESS [
>>>>>> 0.105 s]
>>>>>> [INFO] Log4j Catalog API .................................. SUCCESS [
>>>>>> 6.796 s]
>>>>>> [INFO] Log4j Catalog Git DAO .............................. FAILURE [
>>>>>> 13.076 s]
>>>>>> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
>>>>>> [INFO] Log4j Catalog Editor ............................... SKIPPED
>>>>>> [INFO] Log4j Audit ........................................ SKIPPED
>>>>>> [INFO] Log4j Audit API .................................... SKIPPED
>>>>>> [INFO] Log4j Audit Service ................................ SKIPPED
>>>>>> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
>>>>>> [INFO]
>>>>>> 
>> ------------------------------------------------------------------------
>>>>>> [INFO] BUILD FAILURE
>>>>>> [INFO]
>>>>>> 
>> ------------------------------------------------------------------------
>>>>>> [INFO] Total time:  25.632 s
>>>>>> [INFO] Finished at: 2018-12-06T08:50:23-07:00
>>>>>> [INFO]
>>>>>> 
>> ------------------------------------------------------------------------
>>>>>> [ERROR] Failed to execute goal
>>>>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>> (default-test)
>>>>>> on project log4j-catalog-git: There are test failures.
>>>>>> [ERROR]
>>>>>> [ERROR] Please refer to
>>>>>> 
>>>>> 
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
>>>>>> for the individual test results.
>>>>>> [ERROR] -> [Help 1]
>>>>>> [ERROR]
>>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>> the
>>>>> -e
>>>>>> switch.
>>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>>>> [ERROR]
>>>>>> [ERROR] For more information about the errors and possible solutions,
>>>>>> please read the following articles:
>>>>>> [ERROR] [Help 1]
>>>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>> <
>>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>>>>>> [ERROR]
>>>>>> [ERROR] After correcting the problems, you can resume the build with
>> the
>>>>>> command
>>>>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
>>>>>> 
>>>>>> Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime: C:\Program
>>>>>> Files\Java\jdk-11.0.1
>>>>>> Default locale: en_US, platform encoding: Cp1252
>>>>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
>> "windows"
>>>>>> 
>>>>>> [INFO] --- maven-compiler-plugin:3.6.1:testCompile
>> (default-testCompile)
>>>>> @
>>>>>> log4j-catalog-git ---
>>>>>> [INFO] Changes detected - recompiling the module!
>>>>>> [INFO] Compiling 2 source files to
>>>>>> 
>>>>> 
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
>>>>>> [INFO] -------------------------------------------------------------
>>>>>> [ERROR] COMPILATION ERROR :
>>>>>> [INFO] -------------------------------------------------------------
>>>>>> [ERROR] ootstrap class path not set in conjunction with -source 8
>>>>>> warning: No processor claimed any of these annotations:
>>>>>> 
>>>>> 
>> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
>>>>>> 
>>>>> 
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
>>>>>> error: package javax.annotation does not exist
>>>>>> [ERROR]
>>>>>> 
>>>>> 
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
>>>>>> error: cannot find symbol
>>>>>> symbol:   class PreDestroy
>>>>>> location: class ApplicationConfiguration
>>>>>> [INFO] 2 errors
>>>>>> [INFO] -------------------------------------------------------------
>>>>>> [INFO]
>>>>>> 
>> ------------------------------------------------------------------------
>>>>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
>>>>>> [INFO]
>>>>>> [INFO] Apache Log4j Audit ................................. SUCCESS [
>>>>>> 19.336 s]
>>>>>> [INFO] Log4j Catalog Parent ............................... SUCCESS [
>>>>>> 0.162 s]
>>>>>> [INFO] Log4j Catalog API .................................. SUCCESS [
>>>>>> 11.947 s]
>>>>>> [INFO] Log4j Catalog Git DAO .............................. FAILURE [
>>>>>> 9.731 s]
>>>>>> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
>>>>>> [INFO] Log4j Catalog Editor ............................... SKIPPED
>>>>>> [INFO] Log4j Audit ........................................ SKIPPED
>>>>>> [INFO] Log4j Audit API .................................... SKIPPED
>>>>>> [INFO] Log4j Audit Service ................................ SKIPPED
>>>>>> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
>>>>>> [INFO]
>>>>>> 
>> ------------------------------------------------------------------------
>>>>>> [INFO] BUILD FAILURE
>>>>>> [INFO]
>>>>>> 
>> ------------------------------------------------------------------------
>>>>>> [INFO] Total time:  44.272 s
>>>>>> [INFO] Finished at: 2018-12-06T08:36:25-07:00
>>>>>> [INFO]
>>>>>> 
>> ------------------------------------------------------------------------
>>>>>> [ERROR] Failed to execute goal
>>>>>> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
>>>>>> (default-testCompile) on project log4j-catalog-git: Compilation
>> failure:
>>>>>> Compilation failure:
>>>>>> [ERROR] ootstrap class path not set in conjunction with -source 8
>>>>>> [ERROR] warning: No processor claimed any of these annotations:
>>>>>> 
>>>>> 
>> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
>>>>>> [ERROR]
>>>>>> 
>>>>> 
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
>>>>>> error: package javax.annotation does not exist
>>>>>> [ERROR]
>>>>>> 
>>>>> 
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
>>>>>> error: cannot find symbol
>>>>>> [ERROR]   symbol:   class PreDestroy
>>>>>> [ERROR]   location: class ApplicationConfiguration
>>>>>> [ERROR] -> [Help 1]
>>>>>> [ERROR]
>>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>> the
>>>>> -e
>>>>>> switch.
>>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>>>> [ERROR]
>>>>>> [ERROR] For more information about the errors and possible solutions,
>>>>>> please read the following articles:
>>>>>> [ERROR] [Help 1]
>>>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>> <
>>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>>>>>> [ERROR]
>>>>>> [ERROR] After correcting the problems, you can resume the build with
>> the
>>>>>> command
>>>>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
>>>>>> 
>>>>>> Gary
>>>>>> 
>>>>>> On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <
>> ralph.goers@dslextreme.com
>>>>> <ma...@dslextreme.com>>
>>>>>> 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 vote will remain open for 72 hours (or more if required). All
>> votes
>>>>>>> are welcome and we encourage everyone to test the release, but only
>>>>> Logging
>>>>>>> PMC votes are “officially” counted. As always, at least 3 +1 votes
>> and
>>>>> more
>>>>>>> positive than negative votes are required.
>>>>>>> 
>>>>>>> Tag:
>>>>>>> a)  for a new copy do "git clone
>>>>>>> https://github.com/apache/logging-log4j-audit.git <
>>>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git <
>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>>" and
>>>>>>> then "git checkout tags/log4-audit-1.0.1-rc1”
>>>>>>> b) for an existing working copy to “git pull” and then “git checkout
>>>>>>> tags/log4j-audit-1.0.1-rc1”
>>>>>>> 
>>>>>>> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
>>>>> http://rgoers.github.io/log4j-audit/index.html> <
>>>>>>> http://rgoers.github.io/log4j-audit/index.html <
>>>>> http://rgoers.github.io/log4j-audit/index.html>>
>>>>>>> 
>>>>>>> Maven Artifacts:
>>>>>>> 
>>>>> 
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>>>>> <
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>>>>>> 
>>>>>>> 
>>>>>>> Distribution archives:
>>>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
>>>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
>>>>>>> 
>>>>>>> You may download all the Maven artifacts by executing:
>>>>>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>>>>>>> 
>>>>> 
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>>>>> <
>>>>> 
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>>>>>> 
>>>>>>> 
>>>>>>> Ralph
>>>>> 
>>>>> 
>>> 
>> 
>> 
>> 



Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Gary Gregory <ga...@gmail.com>.
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 <ra...@dslextreme.com>
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 <ra...@dslextreme.com>
> 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 https://github.com/apache/logging-log4j-audit.git  temp
> > cd temp
> > git checkout log4j-audit-1.0.1-rc1
> >
> > and both properly checked out the release candidate. I also verified
> that the tag is pointing to
> https://github.com/apache/logging-log4j-audit-sample.git, so I don’t know
> what you were building against below.
> >
> > Ralph
> >
> >> On Dec 6, 2018, at 2:06 PM, Gary Gregory <ga...@gmail.com>
> wrote:
> >>
> >> 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 <ra...@dslextreme.com>
> >> 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 <
> >>>
> https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html
> >
> >>> module.
> >>>
> >>> Ralph
> >>>
> >>>> On Dec 6, 2018, at 8:53 AM, Gary Gregory <ga...@gmail.com>
> wrote:
> >>>>
> >>>> 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_US, platform encoding: Cp1252
> >>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
> "windows"
> >>>>
> >>>> [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
> >>>> log4j-catalog-git ---
> >>>>
> >>>> -------------------------------------------------------
> >>>> T E S T S
> >>>> -------------------------------------------------------
> >>>> Running org.apache.logging.log4j.catalog.git.CatalogTest
> >>>> Dec 06, 2018 8:50:17 AM
> >>>>
> org.springframework.test.context.support.DefaultTestContextBootstrapper
> >>>> getDefaultTestExecutionListenerClassNames
> >>>> INFO: Loaded default TestExecutionListener class names from location
> >>>> [META-INF/spring.factories]:
> >>>> [org.springframework.test.context.web.ServletTestExecutionListener,
> >>>>
> >>>
> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
> >>>>
> >>>
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
> >>>>
> >>>
> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
> >>>>
> >>>
> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
> >>>> org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
> >>>> Dec 06, 2018 8:50:17 AM
> >>>>
> org.springframework.test.context.support.DefaultTestContextBootstrapper
> >>>> getTestExecutionListeners
> >>>> INFO: Using TestExecutionListeners:
> >>>>
> >>>
> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff
> >>> ,
> >>>>
> >>>
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1
> >>> ,
> >>>>
> >>>
> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
> >>>> ]
> >>>> Dec 06, 2018 8:50:17 AM
> >>>> org.springframework.context.support.GenericApplicationContext
> >>> prepareRefresh
> >>>> INFO: Refreshing
> >>>> org.springframework.context.support.GenericApplicationContext@3e6fa38a
> :
> >>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
> >>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.939
> >>> sec
> >>>> <<< FAILURE! - in org.apache.logging.log4j.catalog.git.CatalogTest
> >>>> testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)
> >>> Time
> >>>> elapsed: 3.439 sec  <<< ERROR!
> >>>>
> org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
> >>>> Unable to clone remote catalog at
> >>>>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git <
> >>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git>
> to
> >>>> C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
> >>>>      at
> >>>>
> >>>
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> >>>> Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid
> >>>> remote: origin
> >>>>      at
> >>>>
> >>>
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> >>>> Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
> >>>>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
> >>> <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:>
> >>>>
> >>>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> >>> <
> >>>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> >>>>
> >>>> not found
> >>>>      at
> >>>>
> >>>
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> >>>>
> >>>> Dec 06, 2018 8:50:22 AM
> >>>> org.springframework.context.support.GenericApplicationContext doClose
> >>>> INFO: Closing
> >>>> org.springframework.context.support.GenericApplicationContext@3e6fa38a
> :
> >>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
> >>>>
> >>>> Results :
> >>>>
> >>>> Tests in error:
> >>>> CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to clone
> >>>> remote ca...
> >>>>
> >>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
> >>>>
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> >>>> [INFO]
> >>>> [INFO] Apache Log4j Audit ................................. SUCCESS [
> >>>> 3.511 s]
> >>>> [INFO] Log4j Catalog Parent ............................... SUCCESS [
> >>>> 0.105 s]
> >>>> [INFO] Log4j Catalog API .................................. SUCCESS [
> >>>> 6.796 s]
> >>>> [INFO] Log4j Catalog Git DAO .............................. FAILURE [
> >>>> 13.076 s]
> >>>> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> >>>> [INFO] Log4j Catalog Editor ............................... SKIPPED
> >>>> [INFO] Log4j Audit ........................................ SKIPPED
> >>>> [INFO] Log4j Audit API .................................... SKIPPED
> >>>> [INFO] Log4j Audit Service ................................ SKIPPED
> >>>> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [INFO] BUILD FAILURE
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [INFO] Total time:  25.632 s
> >>>> [INFO] Finished at: 2018-12-06T08:50:23-07:00
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [ERROR] Failed to execute goal
> >>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
> (default-test)
> >>>> on project log4j-catalog-git: There are test failures.
> >>>> [ERROR]
> >>>> [ERROR] Please refer to
> >>>>
> >>>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
> >>>> for the individual test results.
> >>>> [ERROR] -> [Help 1]
> >>>> [ERROR]
> >>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
> the
> >>> -e
> >>>> switch.
> >>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >>>> [ERROR]
> >>>> [ERROR] For more information about the errors and possible solutions,
> >>>> please read the following articles:
> >>>> [ERROR] [Help 1]
> >>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> <
> >>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> >>>> [ERROR]
> >>>> [ERROR] After correcting the problems, you can resume the build with
> the
> >>>> command
> >>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
> >>>>
> >>>> Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime: C:\Program
> >>>> Files\Java\jdk-11.0.1
> >>>> Default locale: en_US, platform encoding: Cp1252
> >>>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
> "windows"
> >>>>
> >>>> [INFO] --- maven-compiler-plugin:3.6.1:testCompile
> (default-testCompile)
> >>> @
> >>>> log4j-catalog-git ---
> >>>> [INFO] Changes detected - recompiling the module!
> >>>> [INFO] Compiling 2 source files to
> >>>>
> >>>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
> >>>> [INFO] -------------------------------------------------------------
> >>>> [ERROR] COMPILATION ERROR :
> >>>> [INFO] -------------------------------------------------------------
> >>>> [ERROR] ootstrap class path not set in conjunction with -source 8
> >>>> warning: No processor claimed any of these annotations:
> >>>>
> >>>
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> >>>>
> >>>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> >>>> error: package javax.annotation does not exist
> >>>> [ERROR]
> >>>>
> >>>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> >>>> error: cannot find symbol
> >>>> symbol:   class PreDestroy
> >>>> location: class ApplicationConfiguration
> >>>> [INFO] 2 errors
> >>>> [INFO] -------------------------------------------------------------
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> >>>> [INFO]
> >>>> [INFO] Apache Log4j Audit ................................. SUCCESS [
> >>>> 19.336 s]
> >>>> [INFO] Log4j Catalog Parent ............................... SUCCESS [
> >>>> 0.162 s]
> >>>> [INFO] Log4j Catalog API .................................. SUCCESS [
> >>>> 11.947 s]
> >>>> [INFO] Log4j Catalog Git DAO .............................. FAILURE [
> >>>> 9.731 s]
> >>>> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> >>>> [INFO] Log4j Catalog Editor ............................... SKIPPED
> >>>> [INFO] Log4j Audit ........................................ SKIPPED
> >>>> [INFO] Log4j Audit API .................................... SKIPPED
> >>>> [INFO] Log4j Audit Service ................................ SKIPPED
> >>>> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [INFO] BUILD FAILURE
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [INFO] Total time:  44.272 s
> >>>> [INFO] Finished at: 2018-12-06T08:36:25-07:00
> >>>> [INFO]
> >>>>
> ------------------------------------------------------------------------
> >>>> [ERROR] Failed to execute goal
> >>>> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
> >>>> (default-testCompile) on project log4j-catalog-git: Compilation
> failure:
> >>>> Compilation failure:
> >>>> [ERROR] ootstrap class path not set in conjunction with -source 8
> >>>> [ERROR] warning: No processor claimed any of these annotations:
> >>>>
> >>>
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> >>>> [ERROR]
> >>>>
> >>>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> >>>> error: package javax.annotation does not exist
> >>>> [ERROR]
> >>>>
> >>>
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> >>>> error: cannot find symbol
> >>>> [ERROR]   symbol:   class PreDestroy
> >>>> [ERROR]   location: class ApplicationConfiguration
> >>>> [ERROR] -> [Help 1]
> >>>> [ERROR]
> >>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
> the
> >>> -e
> >>>> switch.
> >>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >>>> [ERROR]
> >>>> [ERROR] For more information about the errors and possible solutions,
> >>>> please read the following articles:
> >>>> [ERROR] [Help 1]
> >>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> <
> >>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> >>>> [ERROR]
> >>>> [ERROR] After correcting the problems, you can resume the build with
> the
> >>>> command
> >>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
> >>>>
> >>>> Gary
> >>>>
> >>>> On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <
> ralph.goers@dslextreme.com
> >>> <ma...@dslextreme.com>>
> >>>> 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 vote will remain open for 72 hours (or more if required). All
> votes
> >>>>> are welcome and we encourage everyone to test the release, but only
> >>> Logging
> >>>>> PMC votes are “officially” counted. As always, at least 3 +1 votes
> and
> >>> more
> >>>>> positive than negative votes are required.
> >>>>>
> >>>>> Tag:
> >>>>> a)  for a new copy do "git clone
> >>>>> https://github.com/apache/logging-log4j-audit.git <
> >>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git <
> >>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>>" and
> >>>>> then "git checkout tags/log4-audit-1.0.1-rc1”
> >>>>> b) for an existing working copy to “git pull” and then “git checkout
> >>>>> tags/log4j-audit-1.0.1-rc1”
> >>>>>
> >>>>> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
> >>> http://rgoers.github.io/log4j-audit/index.html> <
> >>>>> http://rgoers.github.io/log4j-audit/index.html <
> >>> http://rgoers.github.io/log4j-audit/index.html>>
> >>>>>
> >>>>> Maven Artifacts:
> >>>>>
> >>>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
> >>> <
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
> >>>>
> >>>>>
> >>>>> Distribution archives:
> >>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> >>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
> >>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> >>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
> >>>>>
> >>>>> You may download all the Maven artifacts by executing:
> >>>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> >>>>>
> >>>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> >>> <
> >>>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> >>>>
> >>>>>
> >>>>> Ralph
> >>>
> >>>
> >
>
>
>

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Ralph Goers <ra...@dslextreme.com>.
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 <ra...@dslextreme.com> 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 https://github.com/apache/logging-log4j-audit.git  temp
> cd temp
> git checkout log4j-audit-1.0.1-rc1
> 
> and both properly checked out the release candidate. I also verified that the tag is pointing to https://github.com/apache/logging-log4j-audit-sample.git, so I don’t know what you were building against below.
> 
> Ralph
> 
>> On Dec 6, 2018, at 2:06 PM, Gary Gregory <ga...@gmail.com> wrote:
>> 
>> 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 <ra...@dslextreme.com>
>> 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 <
>>> https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html>
>>> module.
>>> 
>>> Ralph
>>> 
>>>> On Dec 6, 2018, at 8:53 AM, Gary Gregory <ga...@gmail.com> wrote:
>>>> 
>>>> 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_US, platform encoding: Cp1252
>>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>>> 
>>>> [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
>>>> log4j-catalog-git ---
>>>> 
>>>> -------------------------------------------------------
>>>> T E S T S
>>>> -------------------------------------------------------
>>>> Running org.apache.logging.log4j.catalog.git.CatalogTest
>>>> Dec 06, 2018 8:50:17 AM
>>>> org.springframework.test.context.support.DefaultTestContextBootstrapper
>>>> getDefaultTestExecutionListenerClassNames
>>>> INFO: Loaded default TestExecutionListener class names from location
>>>> [META-INF/spring.factories]:
>>>> [org.springframework.test.context.web.ServletTestExecutionListener,
>>>> 
>>> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
>>>> 
>>> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
>>>> 
>>> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
>>>> 
>>> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
>>>> org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
>>>> Dec 06, 2018 8:50:17 AM
>>>> org.springframework.test.context.support.DefaultTestContextBootstrapper
>>>> getTestExecutionListeners
>>>> INFO: Using TestExecutionListeners:
>>>> 
>>> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff
>>> ,
>>>> 
>>> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1
>>> ,
>>>> 
>>> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
>>>> ]
>>>> Dec 06, 2018 8:50:17 AM
>>>> org.springframework.context.support.GenericApplicationContext
>>> prepareRefresh
>>>> INFO: Refreshing
>>>> org.springframework.context.support.GenericApplicationContext@3e6fa38a:
>>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
>>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.939
>>> sec
>>>> <<< FAILURE! - in org.apache.logging.log4j.catalog.git.CatalogTest
>>>> testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)
>>> Time
>>>> elapsed: 3.439 sec  <<< ERROR!
>>>> org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
>>>> Unable to clone remote catalog at
>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git <
>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git> to
>>>> C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
>>>>      at
>>>> 
>>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>>>> Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid
>>>> remote: origin
>>>>      at
>>>> 
>>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>>>> Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
>>> <https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:>
>>>> 
>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
>>> <
>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
>>>> 
>>>> not found
>>>>      at
>>>> 
>>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>>>> 
>>>> Dec 06, 2018 8:50:22 AM
>>>> org.springframework.context.support.GenericApplicationContext doClose
>>>> INFO: Closing
>>>> org.springframework.context.support.GenericApplicationContext@3e6fa38a:
>>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
>>>> 
>>>> Results :
>>>> 
>>>> Tests in error:
>>>> CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to clone
>>>> remote ca...
>>>> 
>>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
>>>> 
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
>>>> [INFO]
>>>> [INFO] Apache Log4j Audit ................................. SUCCESS [
>>>> 3.511 s]
>>>> [INFO] Log4j Catalog Parent ............................... SUCCESS [
>>>> 0.105 s]
>>>> [INFO] Log4j Catalog API .................................. SUCCESS [
>>>> 6.796 s]
>>>> [INFO] Log4j Catalog Git DAO .............................. FAILURE [
>>>> 13.076 s]
>>>> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
>>>> [INFO] Log4j Catalog Editor ............................... SKIPPED
>>>> [INFO] Log4j Audit ........................................ SKIPPED
>>>> [INFO] Log4j Audit API .................................... SKIPPED
>>>> [INFO] Log4j Audit Service ................................ SKIPPED
>>>> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] BUILD FAILURE
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Total time:  25.632 s
>>>> [INFO] Finished at: 2018-12-06T08:50:23-07:00
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test)
>>>> on project log4j-catalog-git: There are test failures.
>>>> [ERROR]
>>>> [ERROR] Please refer to
>>>> 
>>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
>>>> for the individual test results.
>>>> [ERROR] -> [Help 1]
>>>> [ERROR]
>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>> -e
>>>> switch.
>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>> [ERROR]
>>>> [ERROR] For more information about the errors and possible solutions,
>>>> please read the following articles:
>>>> [ERROR] [Help 1]
>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <
>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>>>> [ERROR]
>>>> [ERROR] After correcting the problems, you can resume the build with the
>>>> command
>>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
>>>> 
>>>> Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime: C:\Program
>>>> Files\Java\jdk-11.0.1
>>>> Default locale: en_US, platform encoding: Cp1252
>>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>>> 
>>>> [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile)
>>> @
>>>> log4j-catalog-git ---
>>>> [INFO] Changes detected - recompiling the module!
>>>> [INFO] Compiling 2 source files to
>>>> 
>>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
>>>> [INFO] -------------------------------------------------------------
>>>> [ERROR] COMPILATION ERROR :
>>>> [INFO] -------------------------------------------------------------
>>>> [ERROR] ootstrap class path not set in conjunction with -source 8
>>>> warning: No processor claimed any of these annotations:
>>>> 
>>> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
>>>> 
>>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
>>>> error: package javax.annotation does not exist
>>>> [ERROR]
>>>> 
>>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
>>>> error: cannot find symbol
>>>> symbol:   class PreDestroy
>>>> location: class ApplicationConfiguration
>>>> [INFO] 2 errors
>>>> [INFO] -------------------------------------------------------------
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
>>>> [INFO]
>>>> [INFO] Apache Log4j Audit ................................. SUCCESS [
>>>> 19.336 s]
>>>> [INFO] Log4j Catalog Parent ............................... SUCCESS [
>>>> 0.162 s]
>>>> [INFO] Log4j Catalog API .................................. SUCCESS [
>>>> 11.947 s]
>>>> [INFO] Log4j Catalog Git DAO .............................. FAILURE [
>>>> 9.731 s]
>>>> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
>>>> [INFO] Log4j Catalog Editor ............................... SKIPPED
>>>> [INFO] Log4j Audit ........................................ SKIPPED
>>>> [INFO] Log4j Audit API .................................... SKIPPED
>>>> [INFO] Log4j Audit Service ................................ SKIPPED
>>>> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] BUILD FAILURE
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Total time:  44.272 s
>>>> [INFO] Finished at: 2018-12-06T08:36:25-07:00
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
>>>> (default-testCompile) on project log4j-catalog-git: Compilation failure:
>>>> Compilation failure:
>>>> [ERROR] ootstrap class path not set in conjunction with -source 8
>>>> [ERROR] warning: No processor claimed any of these annotations:
>>>> 
>>> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
>>>> [ERROR]
>>>> 
>>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
>>>> error: package javax.annotation does not exist
>>>> [ERROR]
>>>> 
>>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
>>>> error: cannot find symbol
>>>> [ERROR]   symbol:   class PreDestroy
>>>> [ERROR]   location: class ApplicationConfiguration
>>>> [ERROR] -> [Help 1]
>>>> [ERROR]
>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>> -e
>>>> switch.
>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>> [ERROR]
>>>> [ERROR] For more information about the errors and possible solutions,
>>>> please read the following articles:
>>>> [ERROR] [Help 1]
>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <
>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>>>> [ERROR]
>>>> [ERROR] After correcting the problems, you can resume the build with the
>>>> command
>>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
>>>> 
>>>> Gary
>>>> 
>>>> On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <ralph.goers@dslextreme.com
>>> <ma...@dslextreme.com>>
>>>> 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 vote will remain open for 72 hours (or more if required). All votes
>>>>> are welcome and we encourage everyone to test the release, but only
>>> Logging
>>>>> PMC votes are “officially” counted. As always, at least 3 +1 votes and
>>> more
>>>>> positive than negative votes are required.
>>>>> 
>>>>> Tag:
>>>>> a)  for a new copy do "git clone
>>>>> https://github.com/apache/logging-log4j-audit.git <
>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git <
>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>>" and
>>>>> then "git checkout tags/log4-audit-1.0.1-rc1”
>>>>> b) for an existing working copy to “git pull” and then “git checkout
>>>>> tags/log4j-audit-1.0.1-rc1”
>>>>> 
>>>>> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
>>> http://rgoers.github.io/log4j-audit/index.html> <
>>>>> http://rgoers.github.io/log4j-audit/index.html <
>>> http://rgoers.github.io/log4j-audit/index.html>>
>>>>> 
>>>>> Maven Artifacts:
>>>>> 
>>> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>>> <https://repository.apache.org/content/repositories/orgapachelogging-1041/
>>>> 
>>>>> 
>>>>> Distribution archives:
>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
>>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
>>>>> 
>>>>> You may download all the Maven artifacts by executing:
>>>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>>>>> 
>>> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>>> <
>>> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>>>> 
>>>>> 
>>>>> Ralph
>>> 
>>> 
> 



Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Ralph Goers <ra...@dslextreme.com>.
Gary, 

I did both

git clone -b log4j-audit-1.0.1-rc1 https://github.com/apache/logging-log4j-audit.git <https://github.com/apache/logging-log4j-audit.git> temp
And
git clone https://github.com/apache/logging-log4j-audit.git <https://github.com/apache/logging-log4j-audit.git> temp
cd temp
git checkout log4j-audit-1.0.1-rc1

and both properly checked out the release candidate. I also verified that the tag is pointing to https://github.com/apache/logging-log4j-audit-sample.git <https://github.com/apache/logging-log4j-audit-sample.git>, so I don’t know what you were building against below.

Ralph

> On Dec 6, 2018, at 2:06 PM, Gary Gregory <ga...@gmail.com> wrote:
> 
> 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 <ra...@dslextreme.com>
> 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 <
>> https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html>
>> module.
>> 
>> Ralph
>> 
>>> On Dec 6, 2018, at 8:53 AM, Gary Gregory <ga...@gmail.com> wrote:
>>> 
>>> 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_US, platform encoding: Cp1252
>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>> 
>>> [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
>>> log4j-catalog-git ---
>>> 
>>> -------------------------------------------------------
>>> T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.logging.log4j.catalog.git.CatalogTest
>>> Dec 06, 2018 8:50:17 AM
>>> org.springframework.test.context.support.DefaultTestContextBootstrapper
>>> getDefaultTestExecutionListenerClassNames
>>> INFO: Loaded default TestExecutionListener class names from location
>>> [META-INF/spring.factories]:
>>> [org.springframework.test.context.web.ServletTestExecutionListener,
>>> 
>> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
>>> 
>> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
>>> 
>> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
>>> 
>> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
>>> org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
>>> Dec 06, 2018 8:50:17 AM
>>> org.springframework.test.context.support.DefaultTestContextBootstrapper
>>> getTestExecutionListeners
>>> INFO: Using TestExecutionListeners:
>>> 
>> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff
>> ,
>>> 
>> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1
>> ,
>>> 
>> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
>>> ]
>>> Dec 06, 2018 8:50:17 AM
>>> org.springframework.context.support.GenericApplicationContext
>> prepareRefresh
>>> INFO: Refreshing
>>> org.springframework.context.support.GenericApplicationContext@3e6fa38a:
>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.939
>> sec
>>> <<< FAILURE! - in org.apache.logging.log4j.catalog.git.CatalogTest
>>> testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)
>> Time
>>> elapsed: 3.439 sec  <<< ERROR!
>>> org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
>>> Unable to clone remote catalog at
>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git <
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git> to
>>> C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
>>>       at
>>> 
>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>>> Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid
>>> remote: origin
>>>       at
>>> 
>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>>> Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
>> <https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:>
>>> 
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
>> <
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
>>> 
>>> not found
>>>       at
>>> 
>> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
>>> 
>>> Dec 06, 2018 8:50:22 AM
>>> org.springframework.context.support.GenericApplicationContext doClose
>>> INFO: Closing
>>> org.springframework.context.support.GenericApplicationContext@3e6fa38a:
>>> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
>>> 
>>> Results :
>>> 
>>> Tests in error:
>>> CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to clone
>>> remote ca...
>>> 
>>> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
>>> 
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
>>> [INFO]
>>> [INFO] Apache Log4j Audit ................................. SUCCESS [
>>> 3.511 s]
>>> [INFO] Log4j Catalog Parent ............................... SUCCESS [
>>> 0.105 s]
>>> [INFO] Log4j Catalog API .................................. SUCCESS [
>>> 6.796 s]
>>> [INFO] Log4j Catalog Git DAO .............................. FAILURE [
>>> 13.076 s]
>>> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
>>> [INFO] Log4j Catalog Editor ............................... SKIPPED
>>> [INFO] Log4j Audit ........................................ SKIPPED
>>> [INFO] Log4j Audit API .................................... SKIPPED
>>> [INFO] Log4j Audit Service ................................ SKIPPED
>>> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time:  25.632 s
>>> [INFO] Finished at: 2018-12-06T08:50:23-07:00
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test)
>>> on project log4j-catalog-git: There are test failures.
>>> [ERROR]
>>> [ERROR] Please refer to
>>> 
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
>>> for the individual test results.
>>> [ERROR] -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e
>>> switch.
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions,
>>> please read the following articles:
>>> [ERROR] [Help 1]
>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>>> [ERROR]
>>> [ERROR] After correcting the problems, you can resume the build with the
>>> command
>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
>>> 
>>> Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime: C:\Program
>>> Files\Java\jdk-11.0.1
>>> Default locale: en_US, platform encoding: Cp1252
>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>> 
>>> [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile)
>> @
>>> log4j-catalog-git ---
>>> [INFO] Changes detected - recompiling the module!
>>> [INFO] Compiling 2 source files to
>>> 
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
>>> [INFO] -------------------------------------------------------------
>>> [ERROR] COMPILATION ERROR :
>>> [INFO] -------------------------------------------------------------
>>> [ERROR] ootstrap class path not set in conjunction with -source 8
>>> warning: No processor claimed any of these annotations:
>>> 
>> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
>>> 
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
>>> error: package javax.annotation does not exist
>>> [ERROR]
>>> 
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
>>> error: cannot find symbol
>>> symbol:   class PreDestroy
>>> location: class ApplicationConfiguration
>>> [INFO] 2 errors
>>> [INFO] -------------------------------------------------------------
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
>>> [INFO]
>>> [INFO] Apache Log4j Audit ................................. SUCCESS [
>>> 19.336 s]
>>> [INFO] Log4j Catalog Parent ............................... SUCCESS [
>>> 0.162 s]
>>> [INFO] Log4j Catalog API .................................. SUCCESS [
>>> 11.947 s]
>>> [INFO] Log4j Catalog Git DAO .............................. FAILURE [
>>> 9.731 s]
>>> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
>>> [INFO] Log4j Catalog Editor ............................... SKIPPED
>>> [INFO] Log4j Audit ........................................ SKIPPED
>>> [INFO] Log4j Audit API .................................... SKIPPED
>>> [INFO] Log4j Audit Service ................................ SKIPPED
>>> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time:  44.272 s
>>> [INFO] Finished at: 2018-12-06T08:36:25-07:00
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
>>> (default-testCompile) on project log4j-catalog-git: Compilation failure:
>>> Compilation failure:
>>> [ERROR] ootstrap class path not set in conjunction with -source 8
>>> [ERROR] warning: No processor claimed any of these annotations:
>>> 
>> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
>>> [ERROR]
>>> 
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
>>> error: package javax.annotation does not exist
>>> [ERROR]
>>> 
>> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
>>> error: cannot find symbol
>>> [ERROR]   symbol:   class PreDestroy
>>> [ERROR]   location: class ApplicationConfiguration
>>> [ERROR] -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e
>>> switch.
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions,
>>> please read the following articles:
>>> [ERROR] [Help 1]
>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>>> [ERROR]
>>> [ERROR] After correcting the problems, you can resume the build with the
>>> command
>>> [ERROR]   mvn <goals> -rf :log4j-catalog-git
>>> 
>>> Gary
>>> 
>>> On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <ralph.goers@dslextreme.com
>> <ma...@dslextreme.com>>
>>> 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 vote will remain open for 72 hours (or more if required). All votes
>>>> are welcome and we encourage everyone to test the release, but only
>> Logging
>>>> PMC votes are “officially” counted. As always, at least 3 +1 votes and
>> more
>>>> positive than negative votes are required.
>>>> 
>>>> Tag:
>>>> a)  for a new copy do "git clone
>>>> https://github.com/apache/logging-log4j-audit.git <
>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git <
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>>" and
>>>> then "git checkout tags/log4-audit-1.0.1-rc1”
>>>> b) for an existing working copy to “git pull” and then “git checkout
>>>> tags/log4j-audit-1.0.1-rc1”
>>>> 
>>>> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
>> http://rgoers.github.io/log4j-audit/index.html> <
>>>> http://rgoers.github.io/log4j-audit/index.html <
>> http://rgoers.github.io/log4j-audit/index.html>>
>>>> 
>>>> Maven Artifacts:
>>>> 
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>> <https://repository.apache.org/content/repositories/orgapachelogging-1041/
>>> 
>>>> 
>>>> Distribution archives:
>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
>>>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
>>>> 
>>>> You may download all the Maven artifacts by executing:
>>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>>>> 
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>> <
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>>> 
>>>> 
>>>> Ralph
>> 
>> 


Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Gary Gregory <ga...@gmail.com>.
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 <ra...@dslextreme.com>
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 <
> https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html>
> module.
>
> Ralph
>
> > On Dec 6, 2018, at 8:53 AM, Gary Gregory <ga...@gmail.com> wrote:
> >
> > 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_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> >
> > [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
> > log4j-catalog-git ---
> >
> > -------------------------------------------------------
> > T E S T S
> > -------------------------------------------------------
> > Running org.apache.logging.log4j.catalog.git.CatalogTest
> > Dec 06, 2018 8:50:17 AM
> > org.springframework.test.context.support.DefaultTestContextBootstrapper
> > getDefaultTestExecutionListenerClassNames
> > INFO: Loaded default TestExecutionListener class names from location
> > [META-INF/spring.factories]:
> > [org.springframework.test.context.web.ServletTestExecutionListener,
> >
> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
> >
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
> >
> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
> >
> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
> > org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
> > Dec 06, 2018 8:50:17 AM
> > org.springframework.test.context.support.DefaultTestContextBootstrapper
> > getTestExecutionListeners
> > INFO: Using TestExecutionListeners:
> >
> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff
> ,
> >
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1
> ,
> >
> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
> > ]
> > Dec 06, 2018 8:50:17 AM
> > org.springframework.context.support.GenericApplicationContext
> prepareRefresh
> > INFO: Refreshing
> > org.springframework.context.support.GenericApplicationContext@3e6fa38a:
> > startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
> > Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.939
> sec
> > <<< FAILURE! - in org.apache.logging.log4j.catalog.git.CatalogTest
> > testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)
> Time
> > elapsed: 3.439 sec  <<< ERROR!
> > org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
> > Unable to clone remote catalog at
> > https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git> to
> > C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
> >        at
> >
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> > Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid
> > remote: origin
> >        at
> >
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> > Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
> > https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
> <https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:>
> >
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> >
> > not found
> >        at
> >
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> >
> > Dec 06, 2018 8:50:22 AM
> > org.springframework.context.support.GenericApplicationContext doClose
> > INFO: Closing
> > org.springframework.context.support.GenericApplicationContext@3e6fa38a:
> > startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
> >
> > Results :
> >
> > Tests in error:
> >  CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to clone
> > remote ca...
> >
> > Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> > [INFO]
> > [INFO] Apache Log4j Audit ................................. SUCCESS [
> > 3.511 s]
> > [INFO] Log4j Catalog Parent ............................... SUCCESS [
> > 0.105 s]
> > [INFO] Log4j Catalog API .................................. SUCCESS [
> > 6.796 s]
> > [INFO] Log4j Catalog Git DAO .............................. FAILURE [
> > 13.076 s]
> > [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> > [INFO] Log4j Catalog Editor ............................... SKIPPED
> > [INFO] Log4j Audit ........................................ SKIPPED
> > [INFO] Log4j Audit API .................................... SKIPPED
> > [INFO] Log4j Audit Service ................................ SKIPPED
> > [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time:  25.632 s
> > [INFO] Finished at: 2018-12-06T08:50:23-07:00
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test)
> > on project log4j-catalog-git: There are test failures.
> > [ERROR]
> > [ERROR] Please refer to
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
> > for the individual test results.
> > [ERROR] -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <goals> -rf :log4j-catalog-git
> >
> > Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime: C:\Program
> > Files\Java\jdk-11.0.1
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> >
> > [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile)
> @
> > log4j-catalog-git ---
> > [INFO] Changes detected - recompiling the module!
> > [INFO] Compiling 2 source files to
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
> > [INFO] -------------------------------------------------------------
> > [ERROR] COMPILATION ERROR :
> > [INFO] -------------------------------------------------------------
> > [ERROR] ootstrap class path not set in conjunction with -source 8
> > warning: No processor claimed any of these annotations:
> >
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> > error: package javax.annotation does not exist
> > [ERROR]
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> > error: cannot find symbol
> >  symbol:   class PreDestroy
> >  location: class ApplicationConfiguration
> > [INFO] 2 errors
> > [INFO] -------------------------------------------------------------
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> > [INFO]
> > [INFO] Apache Log4j Audit ................................. SUCCESS [
> > 19.336 s]
> > [INFO] Log4j Catalog Parent ............................... SUCCESS [
> > 0.162 s]
> > [INFO] Log4j Catalog API .................................. SUCCESS [
> > 11.947 s]
> > [INFO] Log4j Catalog Git DAO .............................. FAILURE [
> > 9.731 s]
> > [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> > [INFO] Log4j Catalog Editor ............................... SKIPPED
> > [INFO] Log4j Audit ........................................ SKIPPED
> > [INFO] Log4j Audit API .................................... SKIPPED
> > [INFO] Log4j Audit Service ................................ SKIPPED
> > [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time:  44.272 s
> > [INFO] Finished at: 2018-12-06T08:36:25-07:00
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
> > (default-testCompile) on project log4j-catalog-git: Compilation failure:
> > Compilation failure:
> > [ERROR] ootstrap class path not set in conjunction with -source 8
> > [ERROR] warning: No processor claimed any of these annotations:
> >
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> > [ERROR]
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> > error: package javax.annotation does not exist
> > [ERROR]
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> > error: cannot find symbol
> > [ERROR]   symbol:   class PreDestroy
> > [ERROR]   location: class ApplicationConfiguration
> > [ERROR] -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <goals> -rf :log4j-catalog-git
> >
> > Gary
> >
> > On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <ralph.goers@dslextreme.com
> <ma...@dslextreme.com>>
> > 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 vote will remain open for 72 hours (or more if required). All votes
> >> are welcome and we encourage everyone to test the release, but only
> Logging
> >> PMC votes are “officially” counted. As always, at least 3 +1 votes and
> more
> >> positive than negative votes are required.
> >>
> >> Tag:
> >> a)  for a new copy do "git clone
> >> https://github.com/apache/logging-log4j-audit.git <
> >> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>>" and
> >> then "git checkout tags/log4-audit-1.0.1-rc1”
> >> b) for an existing working copy to “git pull” and then “git checkout
> >> tags/log4j-audit-1.0.1-rc1”
> >>
> >> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
> http://rgoers.github.io/log4j-audit/index.html> <
> >> http://rgoers.github.io/log4j-audit/index.html <
> http://rgoers.github.io/log4j-audit/index.html>>
> >>
> >> Maven Artifacts:
> >>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
> <https://repository.apache.org/content/repositories/orgapachelogging-1041/
> >
> >>
> >> Distribution archives:
> >> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
> >> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
> >>
> >> You may download all the Maven artifacts by executing:
> >> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> >>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> <
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> >
> >>
> >> Ralph
>
>

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Matt Sicker <bo...@gmail.com>.
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 <ra...@dslextreme.com> 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 <
> https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html>
> module.
>
> Ralph
>
> > On Dec 6, 2018, at 8:53 AM, Gary Gregory <ga...@gmail.com> wrote:
> >
> > 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_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> >
> > [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
> > log4j-catalog-git ---
> >
> > -------------------------------------------------------
> > T E S T S
> > -------------------------------------------------------
> > Running org.apache.logging.log4j.catalog.git.CatalogTest
> > Dec 06, 2018 8:50:17 AM
> > org.springframework.test.context.support.DefaultTestContextBootstrapper
> > getDefaultTestExecutionListenerClassNames
> > INFO: Loaded default TestExecutionListener class names from location
> > [META-INF/spring.factories]:
> > [org.springframework.test.context.web.ServletTestExecutionListener,
> >
> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
> >
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
> >
> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
> >
> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
> > org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
> > Dec 06, 2018 8:50:17 AM
> > org.springframework.test.context.support.DefaultTestContextBootstrapper
> > getTestExecutionListeners
> > INFO: Using TestExecutionListeners:
> >
> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff
> ,
> >
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1
> ,
> >
> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
> > ]
> > Dec 06, 2018 8:50:17 AM
> > org.springframework.context.support.GenericApplicationContext
> prepareRefresh
> > INFO: Refreshing
> > org.springframework.context.support.GenericApplicationContext@3e6fa38a:
> > startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
> > Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.939
> sec
> > <<< FAILURE! - in org.apache.logging.log4j.catalog.git.CatalogTest
> > testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)
> Time
> > elapsed: 3.439 sec  <<< ERROR!
> > org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
> > Unable to clone remote catalog at
> > https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git> to
> > C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
> >        at
> >
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> > Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid
> > remote: origin
> >        at
> >
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> > Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
> > https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
> <https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:>
> >
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> >
> > not found
> >        at
> >
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> >
> > Dec 06, 2018 8:50:22 AM
> > org.springframework.context.support.GenericApplicationContext doClose
> > INFO: Closing
> > org.springframework.context.support.GenericApplicationContext@3e6fa38a:
> > startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
> >
> > Results :
> >
> > Tests in error:
> >  CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to clone
> > remote ca...
> >
> > Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> > [INFO]
> > [INFO] Apache Log4j Audit ................................. SUCCESS [
> > 3.511 s]
> > [INFO] Log4j Catalog Parent ............................... SUCCESS [
> > 0.105 s]
> > [INFO] Log4j Catalog API .................................. SUCCESS [
> > 6.796 s]
> > [INFO] Log4j Catalog Git DAO .............................. FAILURE [
> > 13.076 s]
> > [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> > [INFO] Log4j Catalog Editor ............................... SKIPPED
> > [INFO] Log4j Audit ........................................ SKIPPED
> > [INFO] Log4j Audit API .................................... SKIPPED
> > [INFO] Log4j Audit Service ................................ SKIPPED
> > [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time:  25.632 s
> > [INFO] Finished at: 2018-12-06T08:50:23-07:00
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test)
> > on project log4j-catalog-git: There are test failures.
> > [ERROR]
> > [ERROR] Please refer to
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
> > for the individual test results.
> > [ERROR] -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <goals> -rf :log4j-catalog-git
> >
> > Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime: C:\Program
> > Files\Java\jdk-11.0.1
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> >
> > [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile)
> @
> > log4j-catalog-git ---
> > [INFO] Changes detected - recompiling the module!
> > [INFO] Compiling 2 source files to
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
> > [INFO] -------------------------------------------------------------
> > [ERROR] COMPILATION ERROR :
> > [INFO] -------------------------------------------------------------
> > [ERROR] ootstrap class path not set in conjunction with -source 8
> > warning: No processor claimed any of these annotations:
> >
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> > error: package javax.annotation does not exist
> > [ERROR]
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> > error: cannot find symbol
> >  symbol:   class PreDestroy
> >  location: class ApplicationConfiguration
> > [INFO] 2 errors
> > [INFO] -------------------------------------------------------------
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> > [INFO]
> > [INFO] Apache Log4j Audit ................................. SUCCESS [
> > 19.336 s]
> > [INFO] Log4j Catalog Parent ............................... SUCCESS [
> > 0.162 s]
> > [INFO] Log4j Catalog API .................................. SUCCESS [
> > 11.947 s]
> > [INFO] Log4j Catalog Git DAO .............................. FAILURE [
> > 9.731 s]
> > [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> > [INFO] Log4j Catalog Editor ............................... SKIPPED
> > [INFO] Log4j Audit ........................................ SKIPPED
> > [INFO] Log4j Audit API .................................... SKIPPED
> > [INFO] Log4j Audit Service ................................ SKIPPED
> > [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time:  44.272 s
> > [INFO] Finished at: 2018-12-06T08:36:25-07:00
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
> > (default-testCompile) on project log4j-catalog-git: Compilation failure:
> > Compilation failure:
> > [ERROR] ootstrap class path not set in conjunction with -source 8
> > [ERROR] warning: No processor claimed any of these annotations:
> >
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> > [ERROR]
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> > error: package javax.annotation does not exist
> > [ERROR]
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> > error: cannot find symbol
> > [ERROR]   symbol:   class PreDestroy
> > [ERROR]   location: class ApplicationConfiguration
> > [ERROR] -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <goals> -rf :log4j-catalog-git
> >
> > Gary
> >
> > On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <ralph.goers@dslextreme.com
> <ma...@dslextreme.com>>
> > 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 vote will remain open for 72 hours (or more if required). All votes
> >> are welcome and we encourage everyone to test the release, but only
> Logging
> >> PMC votes are “officially” counted. As always, at least 3 +1 votes and
> more
> >> positive than negative votes are required.
> >>
> >> Tag:
> >> a)  for a new copy do "git clone
> >> https://github.com/apache/logging-log4j-audit.git <
> >> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>>" and
> >> then "git checkout tags/log4-audit-1.0.1-rc1”
> >> b) for an existing working copy to “git pull” and then “git checkout
> >> tags/log4j-audit-1.0.1-rc1”
> >>
> >> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
> http://rgoers.github.io/log4j-audit/index.html> <
> >> http://rgoers.github.io/log4j-audit/index.html <
> http://rgoers.github.io/log4j-audit/index.html>>
> >>
> >> Maven Artifacts:
> >>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
> <https://repository.apache.org/content/repositories/orgapachelogging-1041/
> >
> >>
> >> Distribution archives:
> >> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
> >> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
> >>
> >> You may download all the Maven artifacts by executing:
> >> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> >>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> <
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> >
> >>
> >> Ralph
>
>

-- 
Matt Sicker <bo...@gmail.com>

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Gary Gregory <ga...@gmail.com>.
On Thu, Dec 6, 2018 at 9:47 AM Ralph Goers <ra...@dslextreme.com>
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 <
> https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html>
> module.
>

Maybe depend on com.sun.xml.ws:jaxws-ri or some subset of Glassfish?

Gary


>
> Ralph
>
> > On Dec 6, 2018, at 8:53 AM, Gary Gregory <ga...@gmail.com> wrote:
> >
> > 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_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> >
> > [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
> > log4j-catalog-git ---
> >
> > -------------------------------------------------------
> > T E S T S
> > -------------------------------------------------------
> > Running org.apache.logging.log4j.catalog.git.CatalogTest
> > Dec 06, 2018 8:50:17 AM
> > org.springframework.test.context.support.DefaultTestContextBootstrapper
> > getDefaultTestExecutionListenerClassNames
> > INFO: Loaded default TestExecutionListener class names from location
> > [META-INF/spring.factories]:
> > [org.springframework.test.context.web.ServletTestExecutionListener,
> >
> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
> >
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
> >
> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
> >
> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
> > org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
> > Dec 06, 2018 8:50:17 AM
> > org.springframework.test.context.support.DefaultTestContextBootstrapper
> > getTestExecutionListeners
> > INFO: Using TestExecutionListeners:
> >
> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff
> ,
> >
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1
> ,
> >
> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
> > ]
> > Dec 06, 2018 8:50:17 AM
> > org.springframework.context.support.GenericApplicationContext
> prepareRefresh
> > INFO: Refreshing
> > org.springframework.context.support.GenericApplicationContext@3e6fa38a:
> > startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
> > Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.939
> sec
> > <<< FAILURE! - in org.apache.logging.log4j.catalog.git.CatalogTest
> > testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)
> Time
> > elapsed: 3.439 sec  <<< ERROR!
> > org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
> > Unable to clone remote catalog at
> > https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git> to
> > C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
> >        at
> >
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> > Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid
> > remote: origin
> >        at
> >
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> > Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
> > https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
> <https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:>
> >
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
> >
> > not found
> >        at
> >
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> >
> > Dec 06, 2018 8:50:22 AM
> > org.springframework.context.support.GenericApplicationContext doClose
> > INFO: Closing
> > org.springframework.context.support.GenericApplicationContext@3e6fa38a:
> > startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
> >
> > Results :
> >
> > Tests in error:
> >  CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to clone
> > remote ca...
> >
> > Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> > [INFO]
> > [INFO] Apache Log4j Audit ................................. SUCCESS [
> > 3.511 s]
> > [INFO] Log4j Catalog Parent ............................... SUCCESS [
> > 0.105 s]
> > [INFO] Log4j Catalog API .................................. SUCCESS [
> > 6.796 s]
> > [INFO] Log4j Catalog Git DAO .............................. FAILURE [
> > 13.076 s]
> > [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> > [INFO] Log4j Catalog Editor ............................... SKIPPED
> > [INFO] Log4j Audit ........................................ SKIPPED
> > [INFO] Log4j Audit API .................................... SKIPPED
> > [INFO] Log4j Audit Service ................................ SKIPPED
> > [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time:  25.632 s
> > [INFO] Finished at: 2018-12-06T08:50:23-07:00
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test)
> > on project log4j-catalog-git: There are test failures.
> > [ERROR]
> > [ERROR] Please refer to
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
> > for the individual test results.
> > [ERROR] -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <goals> -rf :log4j-catalog-git
> >
> > Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime: C:\Program
> > Files\Java\jdk-11.0.1
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> >
> > [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile)
> @
> > log4j-catalog-git ---
> > [INFO] Changes detected - recompiling the module!
> > [INFO] Compiling 2 source files to
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
> > [INFO] -------------------------------------------------------------
> > [ERROR] COMPILATION ERROR :
> > [INFO] -------------------------------------------------------------
> > [ERROR] ootstrap class path not set in conjunction with -source 8
> > warning: No processor claimed any of these annotations:
> >
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> > error: package javax.annotation does not exist
> > [ERROR]
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> > error: cannot find symbol
> >  symbol:   class PreDestroy
> >  location: class ApplicationConfiguration
> > [INFO] 2 errors
> > [INFO] -------------------------------------------------------------
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> > [INFO]
> > [INFO] Apache Log4j Audit ................................. SUCCESS [
> > 19.336 s]
> > [INFO] Log4j Catalog Parent ............................... SUCCESS [
> > 0.162 s]
> > [INFO] Log4j Catalog API .................................. SUCCESS [
> > 11.947 s]
> > [INFO] Log4j Catalog Git DAO .............................. FAILURE [
> > 9.731 s]
> > [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> > [INFO] Log4j Catalog Editor ............................... SKIPPED
> > [INFO] Log4j Audit ........................................ SKIPPED
> > [INFO] Log4j Audit API .................................... SKIPPED
> > [INFO] Log4j Audit Service ................................ SKIPPED
> > [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time:  44.272 s
> > [INFO] Finished at: 2018-12-06T08:36:25-07:00
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
> > (default-testCompile) on project log4j-catalog-git: Compilation failure:
> > Compilation failure:
> > [ERROR] ootstrap class path not set in conjunction with -source 8
> > [ERROR] warning: No processor claimed any of these annotations:
> >
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> > [ERROR]
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> > error: package javax.annotation does not exist
> > [ERROR]
> >
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> > error: cannot find symbol
> > [ERROR]   symbol:   class PreDestroy
> > [ERROR]   location: class ApplicationConfiguration
> > [ERROR] -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <goals> -rf :log4j-catalog-git
> >
> > Gary
> >
> > On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <ralph.goers@dslextreme.com
> <ma...@dslextreme.com>>
> > 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 vote will remain open for 72 hours (or more if required). All votes
> >> are welcome and we encourage everyone to test the release, but only
> Logging
> >> PMC votes are “officially” counted. As always, at least 3 +1 votes and
> more
> >> positive than negative votes are required.
> >>
> >> Tag:
> >> a)  for a new copy do "git clone
> >> https://github.com/apache/logging-log4j-audit.git <
> >> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>>" and
> >> then "git checkout tags/log4-audit-1.0.1-rc1”
> >> b) for an existing working copy to “git pull” and then “git checkout
> >> tags/log4j-audit-1.0.1-rc1”
> >>
> >> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
> http://rgoers.github.io/log4j-audit/index.html> <
> >> http://rgoers.github.io/log4j-audit/index.html <
> http://rgoers.github.io/log4j-audit/index.html>>
> >>
> >> Maven Artifacts:
> >>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
> <https://repository.apache.org/content/repositories/orgapachelogging-1041/
> >
> >>
> >> Distribution archives:
> >> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
> >> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
> >>
> >> You may download all the Maven artifacts by executing:
> >> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> >>
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> <
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
> >
> >>
> >> Ralph
>
>

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Ralph Goers <ra...@dslextreme.com>.
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 <https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html> module.

Ralph

> On Dec 6, 2018, at 8:53 AM, Gary Gregory <ga...@gmail.com> wrote:
> 
> 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_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> 
> [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
> log4j-catalog-git ---
> 
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.logging.log4j.catalog.git.CatalogTest
> Dec 06, 2018 8:50:17 AM
> org.springframework.test.context.support.DefaultTestContextBootstrapper
> getDefaultTestExecutionListenerClassNames
> INFO: Loaded default TestExecutionListener class names from location
> [META-INF/spring.factories]:
> [org.springframework.test.context.web.ServletTestExecutionListener,
> org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
> org.springframework.test.context.support.DirtiesContextTestExecutionListener,
> org.springframework.test.context.transaction.TransactionalTestExecutionListener,
> org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
> Dec 06, 2018 8:50:17 AM
> org.springframework.test.context.support.DefaultTestContextBootstrapper
> getTestExecutionListeners
> INFO: Using TestExecutionListeners:
> [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff,
> org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1,
> org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
> ]
> Dec 06, 2018 8:50:17 AM
> org.springframework.context.support.GenericApplicationContext prepareRefresh
> INFO: Refreshing
> org.springframework.context.support.GenericApplicationContext@3e6fa38a:
> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.939 sec
> <<< FAILURE! - in org.apache.logging.log4j.catalog.git.CatalogTest
> testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)  Time
> elapsed: 3.439 sec  <<< ERROR!
> org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
> Unable to clone remote catalog at
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git <https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git> to
> C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
>        at
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid
> remote: origin
>        at
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git: <https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:>
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack <https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack>
> not found
>        at
> org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
> 
> Dec 06, 2018 8:50:22 AM
> org.springframework.context.support.GenericApplicationContext doClose
> INFO: Closing
> org.springframework.context.support.GenericApplicationContext@3e6fa38a:
> startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
> 
> Results :
> 
> Tests in error:
>  CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to clone
> remote ca...
> 
> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> [INFO]
> [INFO] Apache Log4j Audit ................................. SUCCESS [
> 3.511 s]
> [INFO] Log4j Catalog Parent ............................... SUCCESS [
> 0.105 s]
> [INFO] Log4j Catalog API .................................. SUCCESS [
> 6.796 s]
> [INFO] Log4j Catalog Git DAO .............................. FAILURE [
> 13.076 s]
> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> [INFO] Log4j Catalog Editor ............................... SKIPPED
> [INFO] Log4j Audit ........................................ SKIPPED
> [INFO] Log4j Audit API .................................... SKIPPED
> [INFO] Log4j Audit Service ................................ SKIPPED
> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time:  25.632 s
> [INFO] Finished at: 2018-12-06T08:50:23-07:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test)
> on project log4j-catalog-git: There are test failures.
> [ERROR]
> [ERROR] Please refer to
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
> for the individual test results.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :log4j-catalog-git
> 
> Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime: C:\Program
> Files\Java\jdk-11.0.1
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> 
> [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @
> log4j-catalog-git ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 2 source files to
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] ootstrap class path not set in conjunction with -source 8
> warning: No processor claimed any of these annotations:
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> error: package javax.annotation does not exist
> [ERROR]
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> error: cannot find symbol
>  symbol:   class PreDestroy
>  location: class ApplicationConfiguration
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
> [INFO]
> [INFO] Apache Log4j Audit ................................. SUCCESS [
> 19.336 s]
> [INFO] Log4j Catalog Parent ............................... SUCCESS [
> 0.162 s]
> [INFO] Log4j Catalog API .................................. SUCCESS [
> 11.947 s]
> [INFO] Log4j Catalog Git DAO .............................. FAILURE [
> 9.731 s]
> [INFO] Log4j Catalog JPA DAO .............................. SKIPPED
> [INFO] Log4j Catalog Editor ............................... SKIPPED
> [INFO] Log4j Audit ........................................ SKIPPED
> [INFO] Log4j Audit API .................................... SKIPPED
> [INFO] Log4j Audit Service ................................ SKIPPED
> [INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time:  44.272 s
> [INFO] Finished at: 2018-12-06T08:36:25-07:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
> (default-testCompile) on project log4j-catalog-git: Compilation failure:
> Compilation failure:
> [ERROR] ootstrap class path not set in conjunction with -source 8
> [ERROR] warning: No processor claimed any of these annotations:
> org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
> [ERROR]
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
> error: package javax.annotation does not exist
> [ERROR]
> C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
> error: cannot find symbol
> [ERROR]   symbol:   class PreDestroy
> [ERROR]   location: class ApplicationConfiguration
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :log4j-catalog-git
> 
> Gary
> 
> On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <ralph.goers@dslextreme.com <ma...@dslextreme.com>>
> 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 vote will remain open for 72 hours (or more if required). All votes
>> are welcome and we encourage everyone to test the release, but only Logging
>> PMC votes are “officially” counted. As always, at least 3 +1 votes and more
>> positive than negative votes are required.
>> 
>> Tag:
>> a)  for a new copy do "git clone
>> https://github.com/apache/logging-log4j-audit.git <
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git <https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>>" and
>> then "git checkout tags/log4-audit-1.0.1-rc1”
>> b) for an existing working copy to “git pull” and then “git checkout
>> tags/log4j-audit-1.0.1-rc1”
>> 
>> Web Site:  http://rgoers.github.io/log4j-audit/index.html <http://rgoers.github.io/log4j-audit/index.html> <
>> http://rgoers.github.io/log4j-audit/index.html <http://rgoers.github.io/log4j-audit/index.html>>
>> 
>> Maven Artifacts:
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/ <https://repository.apache.org/content/repositories/orgapachelogging-1041/>
>> 
>> Distribution archives:
>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <https://dist.apache.org/repos/dist/dev/logging/log4j-audit/> <
>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>>
>> 
>> You may download all the Maven artifacts by executing:
>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/ <https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/>
>> 
>> Ralph


Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Gary Gregory <ga...@gmail.com>.
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_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
log4j-catalog-git ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.logging.log4j.catalog.git.CatalogTest
Dec 06, 2018 8:50:17 AM
org.springframework.test.context.support.DefaultTestContextBootstrapper
getDefaultTestExecutionListenerClassNames
INFO: Loaded default TestExecutionListener class names from location
[META-INF/spring.factories]:
[org.springframework.test.context.web.ServletTestExecutionListener,
org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,
org.springframework.test.context.support.DependencyInjectionTestExecutionListener,
org.springframework.test.context.support.DirtiesContextTestExecutionListener,
org.springframework.test.context.transaction.TransactionalTestExecutionListener,
org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
Dec 06, 2018 8:50:17 AM
org.springframework.test.context.support.DefaultTestContextBootstrapper
getTestExecutionListeners
INFO: Using TestExecutionListeners:
[org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@402f32ff,
org.springframework.test.context.support.DependencyInjectionTestExecutionListener@573f2bb1,
org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ae9a829
]
Dec 06, 2018 8:50:17 AM
org.springframework.context.support.GenericApplicationContext prepareRefresh
INFO: Refreshing
org.springframework.context.support.GenericApplicationContext@3e6fa38a:
startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy
Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.939 sec
<<< FAILURE! - in org.apache.logging.log4j.catalog.git.CatalogTest
testRetrieveCatalog(org.apache.logging.log4j.catalog.git.CatalogTest)  Time
elapsed: 3.439 sec  <<< ERROR!
org.apache.logging.log4j.catalog.api.exception.CatalogNotFoundException:
Unable to clone remote catalog at
https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git to
C:\Users\ggregory\AppData\Local\Temp\/audit/catalog
        at
org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid
remote: origin
        at
org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)
Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException:
https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git:
https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git/info/refs?service=git-upload-pack
not found
        at
org.apache.logging.log4j.catalog.git.CatalogTest.testRetrieveCatalog(CatalogTest.java:54)

Dec 06, 2018 8:50:22 AM
org.springframework.context.support.GenericApplicationContext doClose
INFO: Closing
org.springframework.context.support.GenericApplicationContext@3e6fa38a:
startup date [Thu Dec 06 08:50:17 MST 2018]; root of context hierarchy

Results :

Tests in error:
  CatalogTest.testRetrieveCatalog:54 » CatalogNotFound Unable to clone
remote ca...

Tests run: 11, Failures: 0, Errors: 1, Skipped: 0

[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
[INFO]
[INFO] Apache Log4j Audit ................................. SUCCESS [
3.511 s]
[INFO] Log4j Catalog Parent ............................... SUCCESS [
0.105 s]
[INFO] Log4j Catalog API .................................. SUCCESS [
6.796 s]
[INFO] Log4j Catalog Git DAO .............................. FAILURE [
13.076 s]
[INFO] Log4j Catalog JPA DAO .............................. SKIPPED
[INFO] Log4j Catalog Editor ............................... SKIPPED
[INFO] Log4j Audit ........................................ SKIPPED
[INFO] Log4j Audit API .................................... SKIPPED
[INFO] Log4j Audit Service ................................ SKIPPED
[INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time:  25.632 s
[INFO] Finished at: 2018-12-06T08:50:23-07:00
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test)
on project log4j-catalog-git: There are test failures.
[ERROR]
[ERROR] Please refer to
C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\surefire-reports
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :log4j-catalog-git

Building with Java 11 '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: 11.0.1, vendor: Oracle Corporation, runtime: C:\Program
Files\Java\jdk-11.0.1
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @
log4j-catalog-git ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to
C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\target\test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] ootstrap class path not set in conjunction with -source 8
warning: No processor claimed any of these annotations:
org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
error: package javax.annotation does not exist
[ERROR]
C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
error: cannot find symbol
  symbol:   class PreDestroy
  location: class ApplicationConfiguration
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Log4j Audit 1.0.0:
[INFO]
[INFO] Apache Log4j Audit ................................. SUCCESS [
19.336 s]
[INFO] Log4j Catalog Parent ............................... SUCCESS [
0.162 s]
[INFO] Log4j Catalog API .................................. SUCCESS [
11.947 s]
[INFO] Log4j Catalog Git DAO .............................. FAILURE [
9.731 s]
[INFO] Log4j Catalog JPA DAO .............................. SKIPPED
[INFO] Log4j Catalog Editor ............................... SKIPPED
[INFO] Log4j Audit ........................................ SKIPPED
[INFO] Log4j Audit API .................................... SKIPPED
[INFO] Log4j Audit Service ................................ SKIPPED
[INFO] log4j-audit-maven-plugin Maven Plugin .............. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time:  44.272 s
[INFO] Finished at: 2018-12-06T08:36:25-07:00
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
(default-testCompile) on project log4j-catalog-git: Compilation failure:
Compilation failure:
[ERROR] ootstrap class path not set in conjunction with -source 8
[ERROR] warning: No processor claimed any of these annotations:
org.springframework.context.annotation.Configuration,org.junit.BeforeClass,org.springframework.test.context.ContextConfiguration,org.junit.runner.RunWith,PreDestroy,org.springframework.beans.factory.annotation.Autowired,org.springframework.test.context.ActiveProfiles,org.junit.Test,org.springframework.context.annotation.Bean,org.springframework.context.annotation.ComponentScan
[ERROR]
C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[19,23]
error: package javax.annotation does not exist
[ERROR]
C:\temp\rc\logging-log4j-audit\log4j-catalog\log4j-catalog-git\src\test\java\org\apache\logging\log4j\catalog\git\config\ApplicationConfiguration.java:[56,5]
error: cannot find symbol
[ERROR]   symbol:   class PreDestroy
[ERROR]   location: class ApplicationConfiguration
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :log4j-catalog-git

Gary

On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <ra...@dslextreme.com>
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 vote will remain open for 72 hours (or more if required). All votes
> are welcome and we encourage everyone to test the release, but only Logging
> PMC votes are “officially” counted. As always, at least 3 +1 votes and more
> positive than negative votes are required.
>
> Tag:
> a)  for a new copy do "git clone
> https://github.com/apache/logging-log4j-audit.git <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>" and
> then "git checkout tags/log4-audit-1.0.1-rc1”
> b) for an existing working copy to “git pull” and then “git checkout
> tags/log4j-audit-1.0.1-rc1”
>
> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
> http://rgoers.github.io/log4j-audit/index.html>
>
> Maven Artifacts:
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>
> Distribution archives:
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>
>
> You may download all the Maven artifacts by executing:
> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>
> Ralph

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Gary Gregory <ga...@gmail.com>.
On Wed, Dec 5, 2018 at 2:18 PM Gary Gregory <ga...@gmail.com> wrote:

> On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <ra...@dslextreme.com>
> 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 vote will remain open for 72 hours (or more if required). All votes
>> are welcome and we encourage everyone to test the release, but only Logging
>> PMC votes are “officially” counted. As always, at least 3 +1 votes and more
>> positive than negative votes are required.
>>
>> Tag:
>> a)  for a new copy do "git clone
>> https://github.com/apache/logging-log4j-audit.git <
>> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>" and
>> then "git checkout tags/log4-audit-1.0.1-rc1”
>>
>
> Weird:
>
> C:\temp\rc\logging-log4j-audit>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
>

This works:

git checkout --no-track -b Branch_log4j-a log4j-audit-1.0.0-rc1

Gary


>
> Gary
>
>
>> b) for an existing working copy to “git pull” and then “git checkout
>> tags/log4j-audit-1.0.1-rc1”
>>
>> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
>> http://rgoers.github.io/log4j-audit/index.html>
>>
>> Maven Artifacts:
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>>
>> Distribution archives:
>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
>> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>
>>
>> You may download all the Maven artifacts by executing:
>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>>
>> Ralph
>
>

Re: [VOTE] Release Log4j Audit 1.0.1 RC1

Posted by Gary Gregory <ga...@gmail.com>.
On Sun, Dec 2, 2018 at 8:42 PM Ralph Goers <ra...@dslextreme.com>
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 vote will remain open for 72 hours (or more if required). All votes
> are welcome and we encourage everyone to test the release, but only Logging
> PMC votes are “officially” counted. As always, at least 3 +1 votes and more
> positive than negative votes are required.
>
> Tag:
> a)  for a new copy do "git clone
> https://github.com/apache/logging-log4j-audit.git <
> https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git>" and
> then "git checkout tags/log4-audit-1.0.1-rc1”
>

Weird:

C:\temp\rc\logging-log4j-audit>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

Gary


> b) for an existing working copy to “git pull” and then “git checkout
> tags/log4j-audit-1.0.1-rc1”
>
> Web Site:  http://rgoers.github.io/log4j-audit/index.html <
> http://rgoers.github.io/log4j-audit/index.html>
>
> Maven Artifacts:
> https://repository.apache.org/content/repositories/orgapachelogging-1041/
>
> Distribution archives:
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/ <
> https://dist.apache.org/repos/dist/dev/logging/log4j-audit/>
>
> You may download all the Maven artifacts by executing:
> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> https://repository.apache.org/content/repositories/orgapachelogging-1041/org/apache/logging/log4j/
>
> Ralph