You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2022/12/19 03:11:21 UTC

[logging-chainsaw] branch master updated (dd79e70 -> 42288bc)

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

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


    from dd79e70  Save width of tree divider
     new 437c7d6  Update log4j version
     new 14a98f1  Fixed links in site xml
     new 42288bc  Added asf yml

The 3 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:
 .../receivers/known.receivers => .asf.yaml         | 23 +++++++++++-----------
 pom.xml                                            |  4 ++--
 src/site/site.xml                                  | 21 ++++++++++----------
 3 files changed, 24 insertions(+), 24 deletions(-)
 copy src/main/resources/org/apache/log4j/chainsaw/receivers/known.receivers => .asf.yaml (59%)


[logging-chainsaw] 03/03: Added asf yml

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

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

commit 42288bc3d09a790dc15087a6f08748456d359858
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sun Dec 18 22:11:14 2022 -0500

    Added asf yml
---
 .asf.yaml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..bf078e2
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,27 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+notifications:
+  jira_options: link label
+
+github:
+  description: "Apache Chainsaw is a GUI log viewer"
+  homepage: http://logging.apache.org/chainsaw
+  labels:
+    - apache
+    - logging
+    - java
+  features:
+    issues: true


[logging-chainsaw] 01/03: Update log4j version

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

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

commit 437c7d6f888ee0586c185492e050052fb16af771
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sun Dec 18 21:56:17 2022 -0500

    Update log4j version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 22fadea..304ea18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,12 +146,12 @@
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
-      <version>2.17.1</version>
+      <version>2.19.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
-      <version>2.17.1</version>
+      <version>2.19.0</version>
     </dependency>
     <dependency>
       <groupId>org.jmdns</groupId>


[logging-chainsaw] 02/03: Fixed links in site xml

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

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

commit 14a98f184148119a75d29b16f910ae73e4b696f7
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sun Dec 18 22:09:41 2022 -0500

    Fixed links in site xml
---
 src/site/site.xml | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 1a67b38..50a34b6 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,24 +23,17 @@
     <href>http://logging.apache.org/</href>
   </bannerLeft>
   <bannerRight>
-    <name>Apache log4j</name>
+    <name>Apache Chainsaw</name>
     <src>images/logo.png</src>
-    <href>https://logging.apache.org/log4j/2.x/</href>
+    <href>https://logging.apache.org/chainsaw/</href>
   </bannerRight>
   <body>
     <breadcrumbs>
       <item name="Apache" href="http://www.apache.org/" />
 	  <item name="Logging Services" href="http://logging.apache.org/" />
-	  <item name="Chainsaw" href="http://logging.apache.org:80/chainsaw/" />
+	  <item name="Chainsaw" href="https://logging.apache.org/chainsaw/" />
     </breadcrumbs>
 
-	<menu name="Get Chainsaw">
-	   <item name="Download" href="/download.html"/>
-	   <item name="Changes" href="/changes-report.html"/>
-	   <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0"/>
-	   <item name="Important Distribution Notes" href="/distributionnotes.html" />
-	</menu>
-
     <menu name="About Chainsaw">
       <item name="Introduction" href="/index.html"/>
 	  <item name="Quick Tour" href="/quicktour.html" />
@@ -49,6 +42,14 @@
 	  <item name="JavaDoc" href="/apidocs/index.html"/>
    </menu>
 
+	<menu name="Get Chainsaw">
+	   <item name="Download" href="/download.html"/>
+	   <item name="Changes" href="/changes-report.html"/>
+	   <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0"/>
+	   <item name="Important Distribution Notes" href="/distributionnotes.html" />
+	</menu>
+
+
   <menu name="Manual">
     <item name="Viewing Log Events" href="/viewing-log-events.html"/>
     <item name="Colorizing Output" href="/colorizing-output.html" />