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 <[email protected]> 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 <[email protected]> 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 <[email protected] > <mailto:[email protected]>> > > 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 > >
