You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/20 08:36:55 UTC

[logging-log4j2] branch release-2.x updated (519008aff2 -> 4a157539c5)

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

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


    from 519008aff2 Removes dependency on log4j-samples-configuration
     new 27358b739b Minor POM fixes
     new 4a157539c5 Remove the link to the manual PDF

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:
 pom.xml                       | 25 +++++++++++++------------
 src/site/markdown/index.md.vm |  3 +--
 2 files changed, 14 insertions(+), 14 deletions(-)


[logging-log4j2] 02/02: Remove the link to the manual PDF

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

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

commit 4a157539c57188c46a53262b0ff0e2f936f18a9f
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Thu Jan 19 17:20:34 2023 +0100

    Remove the link to the manual PDF
---
 src/site/markdown/index.md.vm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm
index 3b3c4a42ef..e37559985b 100644
--- a/src/site/markdown/index.md.vm
+++ b/src/site/markdown/index.md.vm
@@ -153,8 +153,7 @@ of Log4j 2.13.0 Log4j 2 also provides experimental support for Log4j 1.x configu
 
 $h2 Documentation
 
-The Log4j 2 User's Guide is available on this [site](manual/index.html) or as a downloadable
-[PDF](log4j-users-guide.pdf).
+The Log4j 2 User's Guide is available on this [site](manual/index.html).
 
 $h2 Requirements
 


[logging-log4j2] 01/02: Minor POM fixes

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

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

commit 27358b739ba62e6a8bce76c0949841a53d48836e
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Thu Jan 19 17:20:06 2023 +0100

    Minor POM fixes
---
 pom.xml | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4840bf171d..1a08d7270d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,9 +221,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:git:https://gitbox.apache.org/repos/asf/logging-log4j2.git</connection>
-    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/logging-log4j2.git</developerConnection>
-    <url>https://gitbox.apache.org/repos/asf?p=logging-log4j2.git</url>
+    <connection>scm:git:https://github.com/apache/logging-log4j2.git</connection>
+    <developerConnection>scm:git:https://github.com/apache/logging-log4j2.git</developerConnection>
+    <url>https://github.com/apache/logging-log4j2</url>
     <tag>log4j-${Log4jReleaseVersion}</tag>
   </scm>
 
@@ -249,11 +249,12 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <!-- See https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    <!-- 1641056400 = Jan 1 2022, instead of 1969, which shows up in Javadoc -->
-    <project.build.outputTimestamp>1663368682</project.build.outputTimestamp>
+    <!-- 1672527600 = 2023-01-01, instead of the default 1969, which shows up in Javadoc -->
+    <project.build.outputTimestamp>1672527600</project.build.outputTimestamp>
     <docLabel>Site Documentation</docLabel>
     <projectDir/>
     <module.name/>
+    <javadoc.skip>false</javadoc.skip>
     <!-- Skipping `maven-site-plugin` globally.
          It is manually enabled only for the parent module below. -->
     <maven.site.skip>true</maven.site.skip>
@@ -308,7 +309,7 @@
     <!-- =====================================================
          Dependency version properties (in alphabetical order)
          ===================================================== -->
-    <activemq.version>5.17.2</activemq.version>
+    <activemq.version>5.17.3</activemq.version>
     <assertj.version>3.23.1</assertj.version>
     <awaitility.version>4.2.0</awaitility.version>
     <bsh.version>2.0b6</bsh.version>
@@ -355,7 +356,6 @@
     <javax-servlet-jsp.version>2.3.3</javax-servlet-jsp.version>
     <jansi.version>2.4.0</jansi.version>
     <java-allocation-instrumenter.version>3.3.0</java-allocation-instrumenter.version>
-    <javadoc.skip>false</javadoc.skip>
     <jconsole.version>1.7.0</jconsole.version>
     <jctools.version>3.3.0</jctools.version>
     <je.version>18.3.12</je.version>
@@ -367,7 +367,7 @@
     <json-unit.version>2.36.0</json-unit.version>
     <junit.version>4.13.2</junit.version>
     <junit-jupiter.version>5.9.1</junit-jupiter.version>
-    <junit-pioneer.version>1.6.2</junit-pioneer.version>
+    <junit-pioneer.version>1.9.1</junit-pioneer.version>
     <kafka.version>1.1.1</kafka.version>
     <kubernetes-client.version>5.12.2</kubernetes-client.version>
     <lightcouch.version>0.2.0</lightcouch.version>
@@ -826,7 +826,7 @@
       <dependency>
         <groupId>com.google.code.java-allocation-instrumenter</groupId>
         <artifactId>java-allocation-instrumenter</artifactId>
-        <version>3.3.0</version>
+        <version>${java-allocation-instrumenter.version}</version>
       </dependency>
 
       <dependency>
@@ -1712,7 +1712,8 @@
 
   </build>
 
-  <!-- *Warning!* Do not add anything to `reporting`, unless you disable something inherited from parent POMs.
+  <!-- WARNING!
+       Do not add anything to `reporting`, unless you disable something inherited from parent POMs.
        Site generation is actively worked on to move away from `maven-site-plugin` et al. -->
   <reporting>
     <plugins>
@@ -1797,7 +1798,7 @@
 
   <profiles>
 
-    <!-- shortcut to populate `src/changelog/<releaseVersion>` from `src/changelog/.<releaseVersionMajor>.x.x` -->
+    <!-- Shortcut to populate `src/changelog/<releaseVersion>` from `src/changelog/.<releaseVersionMajor>.x.x` -->
     <profile>
       <id>changelog-releaser</id>
       <build>
@@ -1847,7 +1848,7 @@
       </build>
     </profile>
 
-    <!-- shortcut to enable `log4j-distribution` module creating the release distribution containing artifacts, sources, etc. -->
+    <!-- Shortcut to enable `log4j-distribution` module creating the release distribution containing artifacts, sources, etc. -->
     <profile>
       <id>apache-release</id>
       <build>