You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2019/08/14 03:18:39 UTC

[logging-log4j2] branch master updated (0da5090 -> cd87dd4)

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from 0da5090  Make test platform indenpendent.
     new e420376  LOG4J2-2672 - Add automatic module names
     new cd87dd4  LOG4J2-2672 - Add automatic module names

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 log4j-1.2-api/pom.xml    | 2 +-
 log4j-slf4j-impl/pom.xml | 2 ++
 src/changes/changes.xml  | 5 ++++-
 3 files changed, 7 insertions(+), 2 deletions(-)


[logging-log4j2] 01/02: LOG4J2-2672 - Add automatic module names

Posted by rg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit e4203761ea6b3fb5261346dbb40edea70b158af2
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Tue Aug 13 20:04:33 2019 -0700

    LOG4J2-2672 - Add automatic module names
---
 log4j-1.2-api/pom.xml    | 2 +-
 log4j-slf4j-impl/pom.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml
index 65d81cb..9c529d7 100644
--- a/log4j-1.2-api/pom.xml
+++ b/log4j-1.2-api/pom.xml
@@ -24,7 +24,7 @@
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-1.2-api</artifactId>
-  <packaging>bundle</packaging>
+  <packaging>jar</packaging>
   <name>Apache Log4j 1.x Compatibility API</name>
   <description>The Apache Log4j 1.x Compatibility API</description>
   <properties>
diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml
index 2a5f6eb..97644d2 100644
--- a/log4j-slf4j-impl/pom.xml
+++ b/log4j-slf4j-impl/pom.xml
@@ -32,6 +32,7 @@
     <docLabel>SLF4J Documentation</docLabel>
     <projectDir>/slf4j-impl</projectDir>
     <slf4j.version>1.7.25</slf4j.version>
+    <module.name>org.apache.logging.log4j.slf4j</module.name>
   </properties>
   <dependencies>
     <dependency>
@@ -127,6 +128,7 @@
                   <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
                   <X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK>
                   <X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK>
+                  <Automatic-Module-Name>${module.name}</Automatic-Module-Name>
                 </manifestEntries>
               </archive>
             </configuration>


[logging-log4j2] 02/02: LOG4J2-2672 - Add automatic module names

Posted by rg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit cd87dd40405166a4d5f6707a27cbaf7ddcf833b6
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Tue Aug 13 20:08:37 2019 -0700

    LOG4J2-2672 - Add automatic module names
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 876cf3d..2b19f00 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -142,10 +142,13 @@
       </action>
     </release>
     <release version="2.13.0" date="2019-MM-DD" description="GA Release 2.13.0">
+      <action issue="LOG4J-2672" dev="rgoers" type="fix" due-to="Stephen Colebourne">
+        Add automatic module names where missing.
+      </action>
       <action issue="LOG4J2-2639" dev="rgoers" type="add">
         Add builder pattern to Logger interface.
       </action>
-      <action issue="LOG4J2-2673" dev="ggregory" type="fix" due-to="Yuichi Sugimura, Gary Gregory">
+      <action issue="LOG4J2-2673" dev="ggregory" type="fix" due-to="Yuichi Sugimura">
         OutputStreamAppender.Builder ignores setFilter().
       </action>
     </release>