You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/02/06 17:27:30 UTC

[jackrabbit-oak] branch OAK-10105 created (now b03f891c2d)

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

reschke pushed a change to branch OAK-10105
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


      at b03f891c2d OAK-10105: Guava deprecations: set minimal logging level to 'info'

This branch includes the following new commits:

     new b03f891c2d OAK-10105: Guava deprecations: set minimal logging level to 'info'

The 1 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.



[jackrabbit-oak] 01/01: OAK-10105: Guava deprecations: set minimal logging level to 'info'

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

reschke pushed a commit to branch OAK-10105
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit b03f891c2d86455658bee949b1771d2133328f45
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Mon Feb 6 18:27:09 2023 +0100

    OAK-10105: Guava deprecations: set minimal logging level to 'info'
---
 .../main/java/org/apache/jackrabbit/oak/commons/GuavaDeprecation.java    | 1 -
 .../src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java    | 1 -
 .../src/main/java/org/apache/jackrabbit/oak/core/GuavaDeprecation.java   | 1 -
 3 files changed, 3 deletions(-)

diff --git a/oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/GuavaDeprecation.java b/oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/GuavaDeprecation.java
index 39c8ccfcfb..1cb2be1109 100644
--- a/oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/GuavaDeprecation.java
+++ b/oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/GuavaDeprecation.java
@@ -39,7 +39,6 @@ public class GuavaDeprecation {
             case "error":
             case "warn":
             case "info":
-            case "debug":
                 t = TLOGLEVEL.toLowerCase(Locale.ENGLISH);
                 break;
             default:
diff --git a/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java b/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java
index 185101d18a..7b99ab3c11 100644
--- a/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java
+++ b/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java
@@ -40,7 +40,6 @@ public class GuavaDeprecation {
             case "error":
             case "warn":
             case "info":
-            case "debug":
                 t = TLOGLEVEL.toLowerCase(Locale.ENGLISH);
                 break;
             default:
diff --git a/oak-core/src/main/java/org/apache/jackrabbit/oak/core/GuavaDeprecation.java b/oak-core/src/main/java/org/apache/jackrabbit/oak/core/GuavaDeprecation.java
index 101d1d689e..884f37d2bb 100644
--- a/oak-core/src/main/java/org/apache/jackrabbit/oak/core/GuavaDeprecation.java
+++ b/oak-core/src/main/java/org/apache/jackrabbit/oak/core/GuavaDeprecation.java
@@ -38,7 +38,6 @@ public class GuavaDeprecation {
             case "error":
             case "warn":
             case "info":
-            case "debug":
                 t = TLOGLEVEL.toLowerCase(Locale.ENGLISH);
                 break;
             default: