From bdb988f2da06a8c028bf23f0828590513be8a855 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 13 Apr 2025 08:20:57 +0200 Subject: Revert "fix: Remove references to the obsolete jboss-logmanager-embedded." This reverts commit a15a9c247121d5c7593db8ed654c761cac3efcea. The references are still required for backward-compatibility. Change-Id: Id6e3af93f50846e1955516373162f43b5fe5a655 --- README.adoc | 15 +++++++++++---- core/pom.xml | 5 +++++ examples/spring-boot/pom.xml | 7 ++++++- renovate.json | 3 +++ 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 033ee1d..09bf84b 100644 --- a/README.adoc +++ b/README.adoc @@ -131,7 +131,7 @@ If you are using Maven: org.jboss.logmanager jboss-logmanager - 3.1.2.Final + 3.0.2.Final @@ -143,7 +143,7 @@ If you are using Gradle: ---- dependencies { implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging-core:7.0.0") - implementation("org.jboss.logmanager:jboss-logmanager:3.1.2.Final") + implementation("org.jboss.logmanager:jboss-logmanager:3.0.2.Final") } ---- @@ -198,7 +198,13 @@ If you are using Maven: org.jboss.logmanager jboss-logmanager - 3.1.2.Final + 3.0.2.Final + + + + org.jboss.logmanager + jboss-logmanager-embedded + 1.2.0.Final @@ -244,7 +250,8 @@ configurations { dependencies { implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging-core:7.0.0") - implementation("org.jboss.logmanager:jboss-logmanager:3.1.2.Final") + implementation("org.jboss.logmanager:jboss-logmanager:3.0.2.Final") + implementation("org.jboss.logmanager:jboss-logmanager-embedded:1.2.0.Final") implementation("org.jboss.slf4j:slf4j-jboss-logmanager:2.0.1.Final") } diff --git a/core/pom.xml b/core/pom.xml index 7082467..9590957 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,6 +21,11 @@ SPDX-License-Identifier: LGPL-3.0-or-later Quarkus Google Cloud JSON Logging Extension - JBoss Logging Core + + org.jboss.logmanager + jboss-logmanager-embedded + 1.1.1 + org.jboss.logmanager jboss-logmanager diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index 632206a..4ee5f4e 100644 --- a/examples/spring-boot/pom.xml +++ b/examples/spring-boot/pom.xml @@ -67,7 +67,12 @@ SPDX-License-Identifier: GPL-3.0-or-later org.jboss.logmanager jboss-logmanager - 3.1.2.Final + 3.0.2.Final + + + org.jboss.logmanager + jboss-logmanager-embedded + 1.2.0.Final org.springframework.boot diff --git a/renovate.json b/renovate.json index c031064..2b3c538 100644 --- a/renovate.json +++ b/renovate.json @@ -3,4 +3,7 @@ [ "local>mulk/renovate-config" , ":automergeMinor" ] +, "ignoreDeps": + [ "org.jboss.logmanager:jboss-logmanager-embedded" + ] } -- cgit v1.2.3