From 4d6297940b83c5bb63f85091ca1a3295a2f9b245 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Thu, 12 Jan 2023 23:24:25 +0100 Subject: [PATCH] ow Signed-off-by: Ceki Gulcu --- mvni.sh | 2 +- pom.xml | 8 +-- src/site/pages/css/site3.css | 53 ++++++++++------- src/site/pages/download.html | 6 +- src/site/pages/index.html | 3 +- src/site/pages/manual.html | 1 - src/site/pages/news.html | 79 ++++++++++++++++++++++++- src/site/pages/templates/header3.js | 38 ++++++++---- src/site/pages/templates/sponsoredBy.js | 17 +++--- 9 files changed, 154 insertions(+), 53 deletions(-) diff --git a/mvni.sh b/mvni.sh index 519fc69..00bd46c 100644 --- a/mvni.sh +++ b/mvni.sh @@ -16,7 +16,7 @@ function scpLogback() { } function doRsync() { - ssh root@ge.qos.ch "rsync -r -p -z -l --exclude=log/ --delete rsync://yvo.qos.ch/www/www.slf4j.org /var/www" + ssh root@exo1.qos.ch "rsync -r -p -z -l --exclude=log/ --delete rsync://yvo.qos.ch/www/www.slf4j.org /var/www" } diff --git a/pom.xml b/pom.xml index 1a2a039..4177bb2 100644 --- a/pom.xml +++ b/pom.xml @@ -18,12 +18,12 @@ UTF-8 1.7.36 - 2.0.3 + 2.0.6 ${latest.2.version} ${latest.1.version} - 1.3.2 - 1.4.2 - 1.2.22 + 1.3.5 + 1.4.5 + 1.2.24 3.8.1 3.7.1 3.1.0 diff --git a/src/site/pages/css/site3.css b/src/site/pages/css/site3.css index 0d2b01e..861fee2 100644 --- a/src/site/pages/css/site3.css +++ b/src/site/pages/css/site3.css @@ -13,8 +13,6 @@ --max-menu-width: 14rem; --main-logo-height: 2rem; - --sponsor-icon-height: calc(var(--main-logo-height) * 0.5); - --x-logo-height: calc(var(--main-logo-height) * 0.5); --logo-in-menu-height: 2.5ex; } @@ -27,15 +25,6 @@ body { padding: 0px; counter-reset: example; /* Create an example counter scope */ - /*display: grid;*/ - - /*gap: 0rem;*/ - /*grid-template-columns: 1fr;*/ - /*grid-template-areas:*/ - /* 'headerArea'*/ - /* 'contentArea';*/ - - /* mobile first */ margin-left: 1rem; margin-right: 1rem; } @@ -54,8 +43,6 @@ table { :root { --main-logo-height: 3rem; - --sponsor-icon-height: calc(var(--main-logo-height) * 0.7); - --x-logo-height: calc(var(--main-logo-height) * 0.7); } body { @@ -79,8 +66,16 @@ img.logo { height: var(--main-logo-height); } -img.sponsorIcon { - height: var(--sponsor-icon-height); +img.avatar-icon, +img.sponsor-icon, +img.twitter-logo{ + max-height: calc(var(--main-logo-height)) +} + +div.twitter, +div.avatar { + width: calc(var(--main-logo-height) ); + margin: 3px; } pre, div.bodyTable { @@ -110,12 +105,7 @@ img.data { /*max-width: calc(var(--max-width-on-wide-screen) * 0.75);*/ } -.twitter-logo{ - height: var(--x-logo-height); -} -.github-logo { - height: var(--logo-in-menu-height); -} + /*-----------------------------------------*/ @@ -149,13 +139,19 @@ img.data { align-self: end; } +#header-grid-icons-item-flex-container { + display: flex; + flex-direction: row; + align-items: center; /* vertical alignment: */ + /*justify-content: flex-end;*/ +} + #header-grid-line-item { grid-area: header-line-area; } div#ad { grid-area: ad-area; - margin: 0.5rem; } div#ad, @@ -163,6 +159,14 @@ div#ad, max-height: calc(var(--main-logo-height) * 2); } +.top-message { + background-color: #f9f9f9; + color: #999; + text-align: center; + border-bottom: 1px solid #EEE; + border-radius: 3px; +} + div#sponsor { float: right; display: flex; @@ -178,6 +182,10 @@ div#sponsor { padding: 0px; } +div.pub { + margin: 0px; + padding: 0px; +} p.sponsoredBy { padding: 2px; margin: 0px; @@ -188,6 +196,7 @@ p.sponsoredBy { border-bottom: solid 1px #CCCCCC; } div.spotify { + margin: 3px; background-color: #FFEEDD; } img.spotify { diff --git a/src/site/pages/download.html b/src/site/pages/download.html index 5712aeb..799d85b 100644 --- a/src/site/pages/download.html +++ b/src/site/pages/download.html @@ -17,7 +17,7 @@

STABLE version

- +

The current stable and actively developed version of SLF4J is ${latest.stable.version}. @@ -28,8 +28,8 @@

Older stable version (INACTIVE)

The older stable SLF4J version is ${older.stable.version}. It is no longer actively developed.

- - + +

Maven central

SLF4J artifacts such as .jar, .sources.jar diff --git a/src/site/pages/index.html b/src/site/pages/index.html index d076f89..f5efbc0 100644 --- a/src/site/pages/index.html +++ b/src/site/pages/index.html @@ -12,7 +12,8 @@

- + +

Simple Logging Facade for Java (SLF4J)

diff --git a/src/site/pages/manual.html b/src/site/pages/manual.html index b2221a3..14f70ca 100644 --- a/src/site/pages/manual.html +++ b/src/site/pages/manual.html @@ -6,7 +6,6 @@ SLF4J Manual - diff --git a/src/site/pages/news.html b/src/site/pages/news.html index 3ccf919..91f5a09 100644 --- a/src/site/pages/news.html +++ b/src/site/pages/news.html @@ -32,9 +32,7 @@

SLF4J News

class names in --> -
- -

2022-09-28 - Release of SLF4J 2.0.3

+

On the 2.0.x series

The the 2.0.x series requires Java 8 and adds a backward-compatible 2022-09-28 - Release of SLF4J 2.0.3 href="faq.html#changesInVersion200">detailed in the FAQ page.

+
+ +

2022-12-12 - Release of SLF4J 2.0.6

+ + +

• When replaying events occuring during initialization, the + LoggerFactory#replaySingleEvent method now applies + filtering by level by invoking the filtering methods of the + underlying logging system whereas previous the underlying system + was invoked without filtering. This fixes SLF4J-575 reported + by Patrick Doyle.

+ +

• Artifacts creation now invokes the BND tool to generate + OSGi headers, in particular "uses" clases. This fixes SLF4J-574 reported + Jonah Graham who also provided the relevant PR.

+ + +

• The binary of this version can be reproduced by checking + out the tag v_2.0.6 from the source code repository + (GitHub). Release built using Java "19" 2022-09-20 build 19+36-2038 + under Linux Debian 11.2.

+ + +
+ +

2022-11-25 - Release of SLF4J 2.0.5

+ +

• If a SecurityManager is installed, then + LoggerFactory will now load providers as a privileged + action by invoking + AccessController.doPrivileged(). This will allow + Wildfy-Core to upgrade to SLF4J 2.0.x as discussed in PR 304 + contributed by Piotr P. Karwasz. +

+ +

• The binary of this version can be reproduced by checking + out the tag v_2.0.5 from the source code repository + (GitHub). Release built using Java "19" 2022-09-20 build 19+36-2038 + under Linux Debian 11.2.

+ +
+ +

2022-11-17 - Release of SLF4J 2.0.4

+ +

LoggerFactory now uses the class loader that + loaded LoggerFactory class itself to find providers of + type SLF4JServiceProvider. Previously, the thread + context class loader was used. This was unintentional and the + current behavior more closely matches that of the SLF4J 1.7 series + and earlier. This tentatively fixes SLF4J-544 as well + as several other related/duplicating issues. +

+ +

• The MANIFEST.MF files of slf4j-api, + slf4j-jdk14, slf4j-nop, slf4j-reload4j and slf4j-simple modules now + declare the appropriate OSGi Require-Capability and + Provide-Capability statements in relation to + org.slf4j.spi.SLF4JServiceProvider service. This fixes + SLF4J-572 + reported by Stefan Bischof who also provided the relevant PR. +

+ +

• The binary of this version can be reproduced by checking + out the tag v_2.0.4 from the source code repository + (GitHub). Release built using Java "19" 2022-09-20 build 19+36-2038 + under Linux Debian 11.2.

+ +
+ +

2022-09-28 - Release of SLF4J 2.0.3

+

• Fixed a bug in Reload4jLoggerAdapter when used in conjunction with the fluent API, the timestamp would not be correctly set. This issue was reported diff --git a/src/site/pages/templates/header3.js b/src/site/pages/templates/header3.js index 4542331..783cb94 100644 --- a/src/site/pages/templates/header3.js +++ b/src/site/pages/templates/header3.js @@ -29,6 +29,10 @@ function insertLogoAndMenu() { document.write(' Source Repository'); //document.write(' Source Repository'); document.write(' '); + document.write(' '); + document.write(' Tidelift'); + document.write(' '); + //document.write(' Support offerings'); document.write('

'); document.write(' '); // hanging div END @@ -42,16 +46,17 @@ function insertLogoAndMenu() { document.write('
'); // hanging div START document.write(' '); document.write(' '); document.write('
'); // hanging div END document.write('
'); // hanging div START document.write(' '); document.write(' '); document.write('
'); // hanging div END @@ -59,9 +64,6 @@ function insertLogoAndMenu() { document.write(' '); } - -document.write('