This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 4fe2d6bb Automatic Site Publish by Buildbot
4fe2d6bb is described below
commit 4fe2d6bb5897e5571a3afc2e079f44a5c8c9f981
Author: buildbot <[email protected]>
AuthorDate: Fri Jul 26 20:27:22 2024 +0000
Automatic Site Publish by Buildbot
---
.../07/25/Log4j-At-Community-Over-Code-2024.html} | 168 +++++++--------------
content/blog/index.html | 14 ++
content/feed.xml | 45 +++++-
content/img/placeholder.jpg | Bin 0 -> 109580 bytes
content/img/video-placeholders/Hpe7p24DQo0.jpg | Bin 0 -> 391741 bytes
.../video-placeholders/placeholder-template.pxd | Bin 0 -> 5600697 bytes
content/index.html | 4 +-
7 files changed, 113 insertions(+), 118 deletions(-)
diff --git a/content/index.html
b/content/blog/2024/07/25/Log4j-At-Community-Over-Code-2024.html
similarity index 58%
copy from content/index.html
copy to content/blog/2024/07/25/Log4j-At-Community-Over-Code-2024.html
index a1af1f6c..6faf85fa 100644
--- a/content/index.html
+++ b/content/blog/2024/07/25/Log4j-At-Community-Over-Code-2024.html
@@ -56,127 +56,65 @@
<div class="container">
<div class="content">
- <div class="hero-unit">
- <h1>Apache Logging Services</h1>
- <p>The Apache Logging Services project creates and maintains open-source
software related to the logging of
- application behavior and released at no charge to the public.</p>
+ <div class="hero-unit">
+
+
+ <h1>Apache Log4j - Interview at Community Over Code 2024</h1>
+ <p>Piotr Karwasz and Matt Sicker discuss the history and future of
Apache Log4j at the Community Over Code conference.</p>
+ </div>
+ <time itemprop="datePublished" datetime="2024-07-25">
+ 25 Jul 2024
+ </time>
+
+ <div itemprop="text"><h1
id="apache-log4j-at-community-over-code-2024-in-bratislava">Apache Log4j at
Community Over Code 2024 in Bratislava</h1>
+
+<p>On July 25, 2024, Apache Log4j was featured at the Community Over Code
conference in Bratislava.
+Matt Sicker and Piotr Karwasz, two of the project’s key contributors, shared
insights into the history and future of Log4j.</p>
+
+<p>If you are interested in what we learned about security and how we want to
+improve Log4j further, please watch the full interview done by Rich Bowen for
+the ASF.</p>
+
+<div class="youtube-placeholder yt-container-Hpe7p24DQo0" style="cursor:
pointer;">
+ <img src="/img/video-placeholders/Hpe7p24DQo0.jpg" alt="Video thumbnail" />
</div>
-
-
-<div class="latest-post">
-
- <div class="latest-post-date">18 Dec 2023</div>
- <div class="latest-post-news"><a
href="/blog/2023/12/18/20-years-of-innovation.html">Celebrating Two Decades of
Innovation with Apache Log4j</a></div>
+<div class="youtube-placeholder-description">
+ Clicking on this image will load the video and send data from and to
YouTube/Google.
</div>
+<style>
+ .youtube-placeholder {
+ width: 560px;
+ height: auto;
+ }
+ .youtube-placeholder-description {
+ color: gray;
+ font-style: italic;
+ }
+</style>
+<script>
+ document.addEventListener('DOMContentLoaded', function() {
+ var container = document.querySelector('.yt-container-Hpe7p24DQo0');
+ function addElement() {
+ var iframe = document.createElement('iframe');
+ iframe.setAttribute('width', '560');
+ iframe.setAttribute('height', '315');
+ iframe.setAttribute('src',
'https://www.youtube-nocookie.com/embed/Hpe7p24DQo0?autoplay=1');
+ iframe.setAttribute('title', 'YouTube video player');
+ iframe.setAttribute('frameborder', '0');
+ iframe.setAttribute('allow', 'accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture; web-share');
+ iframe.setAttribute('allowfullscreen', '');
+ container.innerHTML = '';
+ container.appendChild(iframe);
+ }
+ container.addEventListener('click', addElement);
+ });
+</script>
-<div class="projects">
- <h3>Logging Frameworks</h3>
-
-
-
- <div class="project">
- <h2>Log4j®</h2>
- <p>A versatile, industrial-grade Java logging framework composed of an
API, its implementation, and components to assist the deployment for various
use cases.</p>
- <p><a target="_blank" class="btn" href="/log4j">Project site
»</a></p>
- </div>
-
-
-
- <div class="project">
- <h2>Log4j® Kotlin</h2>
- <p>A Kotlin-friendly interface to log against the Log4j® API.</p>
- <p><a target="_blank" class="btn" href="/log4j/kotlin">Project site
»</a></p>
- </div>
-
-
-
- <div class="project">
- <h2>Log4j® Scala</h2>
- <p>A Scala-friendly interface to log against the Log4j® API.</p>
- <p><a target="_blank" class="btn" href="/log4j/scala">Project site
»</a></p>
- </div>
-
-
-
- <div class="project">
- <h2>Log4cxx</h2>
- <p>A logging framework for C++ patterned after Log4j®.</p>
- <p><a target="_blank" class="btn" href="/log4cxx">Project site
»</a></p>
- </div>
-
-
-
-
-
-
-
-
-
- <div class="project">
- <h2>Log4Net</h2>
- <p>A port of the Log4j® to the Microsoft .NET runtime.</p>
- <p><a target="_blank" class="btn" href="/log4net">Project site
»</a></p>
- </div>
-
-
-
-
-
-
-
-
-
- <h3>Advanced Log Processing</h3>
-
-
-
-
-
-
-
-
-
-
-
-
-
- <div class="project">
- <h2>Log4j® Audit</h2>
- <p>Audit logging framework built upon Apache Log4j®.</p>
- <p><a target="_blank" class="btn" href="/log4j-audit/latest">Project
site »</a></p>
- </div>
-
-
-
- <div class="project">
- <h2>Flume</h2>
- <p>Distributed, reliable, and available service for efficiently
collecting, aggregating, and moving large amounts of log data.</p>
- <p><a target="_blank" class="btn"
href="https://flume.apache.org">Project site »</a></p>
- </div>
-
-
-
-
-
-
-
-
-
-
-
- <h3>Others</h3>
- <div class="project">
- <h2>Dormant Projects</h2>
- <p>Logging Services projects that are no longer actively maintained.</p>
- <p><a class="btn" href="dormant.html">See dormant projects »</a></p>
- </div>
</div>
-
- </div>
+ </div>
</div>
-
<div class="footer">
<div class="container">
<p>
@@ -209,4 +147,4 @@
<noscript><p><img
src="https://analytics.apache.org/matomo.php?idsite=42&rec=1"
style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->
</body>
-</html>
+</html>
\ No newline at end of file
diff --git a/content/blog/index.html b/content/blog/index.html
index a43b8c23..1ef9ce8d 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -67,6 +67,20 @@
<ul class="post-list">
+ <li>
+ <div class="post-date">25 Jul 2024</div>
+ <div class="post-title"><a
href="/blog/2024/07/25/Log4j-At-Community-Over-Code-2024.html">Apache Log4j -
Interview at Community Over Code 2024</a></div>
+ <div class="post-tags">
+ <span class="post-tag">#Apache Log4j</span>
+
+ <span class="post-tag">#Anniversary</span>
+
+ <span class="post-tag">#Open Source</span>
+
+ <span class="post-tag">#Community</span>
+ </div>
+ </li>
+
<li>
<div class="post-date">18 Dec 2023</div>
<div class="post-title"><a
href="/blog/2023/12/18/20-years-of-innovation.html">Celebrating Two Decades of
Innovation with Apache Log4j</a></div>
diff --git a/content/feed.xml b/content/feed.xml
index 4680f926..0eac891b 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,47 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.2.2">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2024-07-26T20:14:41+00:00</updated><id>/feed.xml</id><title
type="html">Apache Software Foundation - Logging
Services</title><subtitle>Write an awesome description for your new site here.
You can edit this line in _ [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.2.2">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2024-07-26T20:27:21+00:00</updated><id>/feed.xml</id><title
type="html">Apache Software Foundation - Logging
Services</title><subtitle>Write an awesome description for your new site here.
You can edit this line in _ [...]
+
+<p>On July 25, 2024, Apache Log4j was featured at the Community Over Code
conference in Bratislava.
+Matt Sicker and Piotr Karwasz, two of the project’s key contributors, shared
insights into the history and future of Log4j.</p>
+
+<p>If you are interested in what we learned about security and how we want to
+improve Log4j further, please watch the full interview done by Rich Bowen for
+the ASF.</p>
+
+<div class="youtube-placeholder yt-container-Hpe7p24DQo0" style="cursor:
pointer;">
+ <img src="/img/video-placeholders/Hpe7p24DQo0.jpg" alt="Video thumbnail" />
+</div>
+<div class="youtube-placeholder-description">
+ Clicking on this image will load the video and send data from and to
YouTube/Google.
+</div>
+<style>
+ .youtube-placeholder {
+ width: 560px;
+ height: auto;
+ }
+ .youtube-placeholder-description {
+ color: gray;
+ font-style: italic;
+ }
+</style>
+
+<script>
+ document.addEventListener('DOMContentLoaded', function() {
+ var container = document.querySelector('.yt-container-Hpe7p24DQo0');
+ function addElement() {
+ var iframe = document.createElement('iframe');
+ iframe.setAttribute('width', '560');
+ iframe.setAttribute('height', '315');
+ iframe.setAttribute('src',
'https://www.youtube-nocookie.com/embed/Hpe7p24DQo0?autoplay=1');
+ iframe.setAttribute('title', 'YouTube video player');
+ iframe.setAttribute('frameborder', '0');
+ iframe.setAttribute('allow', 'accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture; web-share');
+ iframe.setAttribute('allowfullscreen', '');
+ container.innerHTML = '';
+ container.appendChild(iframe);
+ }
+ container.addEventListener('click', addElement);
+ });
+</script>]]></content><author><name></name></author><category term="Apache
Log4j" /><category term="Anniversary" /><category term="Open Source"
/><category term="Community" /><summary type="html"><![CDATA[Piotr Karwasz and
Matt Sicker discuss the history and future of Apache Log4j at the Community
Over Code conference.]]></summary></entry><entry><title type="html">Celebrating
Two Decades of Innovation with Apache Log4j</title><link
href="/blog/2023/12/18/20-years-of-innovation.html" rel= [...]
<p>Today, December 17, 2023 marks a significant milestone for the Apache
Logging Services project,
as we celebrate 20 years since the inception of Log4j 1.
diff --git a/content/img/placeholder.jpg b/content/img/placeholder.jpg
new file mode 100644
index 00000000..5150f284
Binary files /dev/null and b/content/img/placeholder.jpg differ
diff --git a/content/img/video-placeholders/Hpe7p24DQo0.jpg
b/content/img/video-placeholders/Hpe7p24DQo0.jpg
new file mode 100644
index 00000000..96c6ec64
Binary files /dev/null and b/content/img/video-placeholders/Hpe7p24DQo0.jpg
differ
diff --git a/content/img/video-placeholders/placeholder-template.pxd
b/content/img/video-placeholders/placeholder-template.pxd
new file mode 100644
index 00000000..d34ce5dc
Binary files /dev/null and
b/content/img/video-placeholders/placeholder-template.pxd differ
diff --git a/content/index.html b/content/index.html
index a1af1f6c..3cefb711 100644
--- a/content/index.html
+++ b/content/index.html
@@ -65,8 +65,8 @@
<div class="latest-post">
- <div class="latest-post-date">18 Dec 2023</div>
- <div class="latest-post-news"><a
href="/blog/2023/12/18/20-years-of-innovation.html">Celebrating Two Decades of
Innovation with Apache Log4j</a></div>
+ <div class="latest-post-date">25 Jul 2024</div>
+ <div class="latest-post-news"><a
href="/blog/2024/07/25/Log4j-At-Community-Over-Code-2024.html">Apache Log4j -
Interview at Community Over Code 2024</a></div>
</div>