pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/apache/axis-axis2-java-core/commit/f0dade92256ccecba1dd6d56dad49a50e8b5ba8e

link crossorigen="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-52276e82f63bb403.css" /> AXIS2-5993 upgrade entirely to log4j2 · apache/axis-axis2-java-core@f0dade9 · GitHub
Skip to content

Commit f0dade9

Browse files
AXIS2-5993 upgrade entirely to log4j2
1 parent 8f9695a commit f0dade9

File tree

62 files changed

+451
-550
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+451
-550
lines changed

modules/distribution/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,12 @@
266266
on our users. However, for the binary distribution, we need to
267267
choose one. -->
268268
<dependency>
269-
<groupId>log4j</groupId>
270-
<artifactId>log4j</artifactId>
269+
<groupId>org.apache.logging.log4j</groupId>
270+
<artifactId>log4j-api</artifactId>
271+
</dependency>
272+
<dependency>
273+
<groupId>org.apache.logging.log4j</groupId>
274+
<artifactId>log4j-core</artifactId>
271275
</dependency>
272276

273277
<!-- This is needed to build the WAR distribution -->

modules/distribution/src/main/assembly/bin-assembly.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<directory>../../modules/kernel/conf</directory>
103103
<outputDirectory>conf</outputDirectory>
104104
<includes>
105-
<include>log4j.properties</include>
105+
<include>log4j2.xml</include>
106106
<include>commons-logging.properties</include>
107107
</includes>
108108
</fileSet>

modules/integration/pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,16 @@
114114
<scope>test</scope>
115115
</dependency>
116116
<dependency>
117-
<groupId>log4j</groupId>
118-
<artifactId>log4j</artifactId>
119-
<scope>test</scope>
117+
<groupId>org.apache.logging.log4j</groupId>
118+
<artifactId>log4j-api</artifactId>
119+
</dependency>
120+
<dependency>
121+
<groupId>org.apache.logging.log4j</groupId>
122+
<artifactId>log4j-core</artifactId>
123+
</dependency>
124+
<dependency>
125+
<groupId>org.apache.logging.log4j</groupId>
126+
<artifactId>log4j-slf4j-impl</artifactId>
120127
</dependency>
121128
<dependency>
122129
<groupId>commons-httpclient</groupId>

modules/integration/test/org/apache/axis2/engine/MessageContextSaveATest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ public void receive(MessageContext messageCtx) {
299299

300300

301301
protected void setUp() throws Exception {
302-
//org.apache.log4j.BasicConfigurator.configure();
303302
}
304303

305304

modules/integration/test/org/apache/axis2/engine/MessageContextSaveBTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ private MessageContext createMessageContext(OperationContext oc) throws Exceptio
547547
}
548548

549549
protected void setUp() throws Exception {
550-
//org.apache.log4j.BasicConfigurator.configure();
551550
}
552551

553552
public void testServiceProperties() throws Exception {

modules/integration/test/org/apache/axis2/engine/MessageContextSaveCTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@ private MessageContext createMessageContext(OperationContext oc, ConfigurationCo
541541
}
542542

543543
protected void setUp() throws Exception {
544-
//org.apache.log4j.BasicConfigurator.configure();
545544
}
546545

547546
public void testHierarchyNewContext() throws Exception {

modules/integration/test/org/apache/axis2/engine/MessageContextSelfManagedDataTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ public void receive(MessageContext messageCtx) {
269269
* for their respective functions.
270270
*/
271271
protected void setUp() throws Exception {
272-
//org.apache.log4j.BasicConfigurator.configure();
273272

274273
invokecallcount = 0;
275274

modules/integration/test/org/apache/axis2/engine/ObjectSave2Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public ObjectSave2Test(String arg0) {
5454
}
5555

5656
protected void setUp() throws Exception {
57-
// org.apache.log4j.BasicConfigurator.configure();
5857
}
5958

6059
public void testObjectSerializable() throws Exception {

modules/integration/test/org/apache/axis2/engine/ObjectSaveTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public ObjectSaveTest(String arg0) {
5353
}
5454

5555
protected void setUp() throws Exception {
56-
// org.apache.log4j.BasicConfigurator.configure();
5756
}
5857

5958
public void testObjectSerializable() throws Exception {

modules/integration/test/org/apache/axis2/engine/OperationContextSaveTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ public void receive(MessageContext messageCtx) {
227227

228228

229229
protected void setUp() throws Exception {
230-
//org.apache.log4j.BasicConfigurator.configure();
231230
}
232231

233232

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy