[axis-axis2-java-core] branch master updated: AXIS2-5993 upgrade entirely to log4j2

2020-12-03 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new f0dade9  AXIS2-5993 upgrade entirely to log4j2
f0dade9 is described below

commit f0dade92256ccecba1dd6d56dad49a50e8b5ba8e
Author: Robert Lazarski 
AuthorDate: Thu Dec 3 07:40:46 2020 -1000

AXIS2-5993 upgrade entirely to log4j2
---
 modules/distribution/pom.xml   |  8 ++-
 .../src/main/assembly/bin-assembly.xml |  2 +-
 modules/integration/pom.xml| 13 +++--
 .../axis2/engine/MessageContextSaveATest.java  |  1 -
 .../axis2/engine/MessageContextSaveBTest.java  |  1 -
 .../axis2/engine/MessageContextSaveCTest.java  |  1 -
 .../engine/MessageContextSelfManagedDataTest.java  |  1 -
 .../org/apache/axis2/engine/ObjectSave2Test.java   |  1 -
 .../org/apache/axis2/engine/ObjectSaveTest.java|  1 -
 .../axis2/engine/OperationContextSaveTest.java |  1 -
 .../org/apache/axis2/engine/OptionsSaveTest.java   |  1 -
 .../mtom/MessageSaveAndRestoreWithMTOMTest.java| 11 +++-
 modules/jaxws-integration/pom.xml  |  9 +++-
 .../xmlhttp/DispatchXMessageDataSourceTests.java   |  2 +-
 .../test-resources/log4j.properties| 60 --
 .../jaxws-integration/test-resources/log4j2.xml| 22 
 modules/jaxws/pom.xml  |  9 +++-
 modules/jaxws/test-resources/log4j.properties  | 58 -
 modules/jaxws/test-resources/log4j2.xml| 22 
 .../apache/axis2/jaxws/message/SOAP12Tests.java|  8 ++-
 modules/kernel/conf/log4j.properties   | 39 --
 modules/kernel/conf/log4j2.xml | 22 
 modules/metadata/pom.xml   |  9 +++-
 modules/metadata/test-resources/log4j.properties   | 41 ---
 modules/metadata/test-resources/log4j2.xml | 22 
 .../AnnotationProviderImplDescriptionTests.java|  7 ++-
 .../AnnotationServiceImplDescriptionTests.java |  7 ++-
 .../AnnotationServiceImplWithDBCTests.java |  1 -
 .../jaxws/description/ServiceAnnotationTests.java  |  7 ++-
 .../jaxws/description/WrapperPackageTests.java | 10 ++--
 .../converter/ReflectiveConverterTests.java|  7 ++-
 modules/saaj/pom.xml   | 13 -
 modules/saaj/test-resources/log4j.properties   | 42 ---
 modules/saaj/test-resources/log4j2.xml | 22 
 modules/samples/book/src/main/log4j.properties | 39 --
 modules/samples/book/src/main/log4j2.xml   | 44 
 .../src/webapp/WEB-INF/classes/log4j.properties| 40 ---
 .../src/webapp/WEB-INF/classes/log4j2.xml  | 44 
 .../src/webapp/WEB-INF/classes/log4j.properties| 40 ---
 .../src/webapp/WEB-INF/classes/log4j2.xml  | 44 
 .../src/test/resources/log4j.properties| 40 ---
 modules/tool/axis2-idea-plugin/pom.xml |  8 ++-
 modules/tool/axis2-wsdl2code-maven-plugin/pom.xml  |  4 +-
 .../src/test/resources/log4j.properties| 40 ---
 modules/transport/jms/pom.xml  |  2 +-
 .../org/apache/axis2/transport/jms/LogAspect.java  |  4 +-
 modules/transport/mail/pom.xml |  2 +-
 .../transport/mail/GreenMailTestEnvironment.java   |  6 +--
 .../org/apache/axis2/transport/mail/LogAspect.java |  4 +-
 modules/transport/tcp/pom.xml  |  2 +-
 modules/transport/testkit/pom.xml  | 10 
 .../axis2/transport/testkit/ManagedTestSuite.java  |  4 +-
 .../axis2/transport/testkit/axis2/LogAspect.java   | 16 +++---
 .../testkit/axis2/endpoint/AxisTestEndpoint.java   |  4 +-
 .../testkit/http/JettyByteArrayAsyncEndpoint.java  |  6 +--
 .../axis2/transport/testkit/package-info.java  |  6 +--
 .../transport/testkit/tests/ManagedTestCase.java   | 10 ++--
 .../{LogManager.java => TestKitLogManager.java}| 55 +---
 modules/webapp/pom.xml |  8 ++-
 pom.xml| 31 ---
 src/site/xdoc/docs/modules.xml |  5 --
 src/site/xdoc/docs/userguide.xml   |  2 +-
 62 files changed, 451 insertions(+), 550 deletions(-)

diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index db33dea..f08fede 100755
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -266,8 +266,12 @@
  on our users. However, for the binary distribution, we need to
  choose one. -->
 
-log4j
-log4j
+org.apache.logging.log4j
+log4j-api
+
+
+org.

[axis-axis2-java-core] branch master updated: add log4j2.xml to axis2.war

2020-12-03 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new 8c1c8dd  add log4j2.xml to axis2.war
8c1c8dd is described below

commit 8c1c8dd4e2afe75778d4cdafb8f20825f1fb366e
Author: Robert Lazarski 
AuthorDate: Thu Dec 3 08:40:42 2020 -1000

add log4j2.xml to axis2.war
---
 modules/webapp/conf/log4j2.xml | 22 ++
 modules/webapp/pom.xml |  7 +++
 2 files changed, 29 insertions(+)

diff --git a/modules/webapp/conf/log4j2.xml b/modules/webapp/conf/log4j2.xml
new file mode 100644
index 000..6decd11
--- /dev/null
+++ b/modules/webapp/conf/log4j2.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/modules/webapp/pom.xml b/modules/webapp/pom.xml
index 0536371..41f5bb6 100644
--- a/modules/webapp/pom.xml
+++ b/modules/webapp/pom.xml
@@ -404,6 +404,13 @@
 servlet*.txt
 
 
+
+conf
+WEB-INF/classes
+
+*.xml
+
+