You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/04/23 08:42:33 UTC

[1/2] logging-log4j2 git commit: LOG4J2-1373 added comment on @since versioning convention in generated code

Repository: logging-log4j2
Updated Branches:
  refs/heads/master f89df325e -> a290fede2


LOG4J2-1373 added comment on @since versioning convention in generated code


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b81dbd39
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b81dbd39
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b81dbd39

Branch: refs/heads/master
Commit: b81dbd39c173abad57f1fa50085039d1340ca85b
Parents: f89df32
Author: rpopma <rp...@apache.org>
Authored: Sat Apr 23 15:42:24 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sat Apr 23 15:42:24 2016 +0900

----------------------------------------------------------------------
 .../main/java/org/apache/logging/log4j/core/tools/Generate.java   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b81dbd39/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/Generate.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/Generate.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/Generate.java
index c86004d..b1ca676 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/Generate.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/Generate.java
@@ -44,6 +44,9 @@ import java.util.List;
  * DEFCON3=550}
  */
 public final class Generate {
+    // Implementation note:
+    // The generated code is in the user's namespace which has its own versioning scheme, so
+    // any @since tags in the generated code deliberately mention "Log4j-2.x" rather than just the log4j version number.
 
     static final String PACKAGE_DECLARATION = "package %s;%n%n";
 


[2/2] logging-log4j2 git commit: LOG4J2-1373 updated change log

Posted by rp...@apache.org.
LOG4J2-1373 updated change log


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a290fede
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a290fede
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a290fede

Branch: refs/heads/master
Commit: a290fede2ea2385c307cdc1e6ed0f6fe141edaf3
Parents: b81dbd3
Author: rpopma <rp...@apache.org>
Authored: Sat Apr 23 15:42:43 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sat Apr 23 15:42:43 2016 +0900

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a290fede/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0edfea6..4c23f35 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.6" date="2016-MM-DD" description="GA Release 2.6">
+      <action issue="LOG4J2-1373" dev="rpopma" type="add">
+        (GC) Update Logger wrapper Generator tool to generate methods for the new Logger methods.
+      </action>
       <action issue="LOG4J2-1372" dev="rgoers" type="fix" due-to="Kamal Mettananda, Gary Gregory">
         XMLLayout indents, but not the first child tag (Event).
       </action>