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:33 UTC

[logging-log4j2] branch release-2.x updated (4679a08 -> 463bafc)

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

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


    from 4679a08  [LOG4J2-2673] OutputStreamAppender.Builder ignores setFilter().
     new e2ed5bb  LOG4J2-2672 - Add automatic module names
     new 463bafc  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] 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 release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 463bafc9203ee211b9c5828c8e705fa436ecd1df
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Tue Aug 13 20:08:49 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 a9ec160..763c832 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,10 +30,13 @@
          - "remove" - Removed
     -->
     <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>


[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 release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit e2ed5bbbd68da369be506a423946ff9b18e84108
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Tue Aug 13 20:03:52 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 e199296..09d4c24 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 6434369..b602e33 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>