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 2022/12/02 12:33:23 UTC

[jackrabbit-oak] branch 1.22 updated (4637f699fd -> 9c081729ed)

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

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


    from 4637f699fd OAK-8862: oak-commons: bump up logging for deprecated Guava based APIs to WARN
     new 0e85230fe7 OAK-8861: oak-core-spi: bump up logging for deprecated Guava based APIs to WARN
     new 5e384aec8a OAK-8861: backed out r1872872; to be included later
     new 9c081729ed OAK-8861: oak-core-spi: bump up logging for deprecated Guava based APIs to WARN

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:
 .../src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[jackrabbit-oak] 02/03: OAK-8861: backed out r1872872; to be included later

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

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

commit 5e384aec8ae2267f8d0363044903567ce9ac8d88
Author: Julian Reschke <re...@apache.org>
AuthorDate: Thu Jan 23 12:57:05 2020 +0000

    OAK-8861: backed out r1872872; to be included later
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1873066 13f79535-47bb-0310-9956-ffa450edef68
---
 .../src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 182ca6d9f1..269fd3291b 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
@@ -27,7 +27,7 @@ public class GuavaDeprecation {
 
     private static final Logger LOG = LoggerFactory.getLogger(GuavaDeprecation.class);
 
-    private static final String DEFAULT = "warn";
+    private static final String DEFAULT = "info";
 
     private static final String TLOGLEVEL = System.getProperty(GuavaDeprecation.class + ".LOGLEVEL", DEFAULT);
 


[jackrabbit-oak] 01/03: OAK-8861: oak-core-spi: bump up logging for deprecated Guava based APIs to WARN

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

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

commit 0e85230fe713aa638ff2721194a00f3957943a67
Author: Julian Reschke <re...@apache.org>
AuthorDate: Thu Jan 16 11:32:07 2020 +0000

    OAK-8861: oak-core-spi: bump up logging for deprecated Guava based APIs to WARN
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1872872 13f79535-47bb-0310-9956-ffa450edef68
---
 .../src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 269fd3291b..182ca6d9f1 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
@@ -27,7 +27,7 @@ public class GuavaDeprecation {
 
     private static final Logger LOG = LoggerFactory.getLogger(GuavaDeprecation.class);
 
-    private static final String DEFAULT = "info";
+    private static final String DEFAULT = "warn";
 
     private static final String TLOGLEVEL = System.getProperty(GuavaDeprecation.class + ".LOGLEVEL", DEFAULT);
 


[jackrabbit-oak] 03/03: OAK-8861: oak-core-spi: bump up logging for deprecated Guava based APIs to WARN

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

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

commit 9c081729edd987653bc1c958ec7dec7dd61c1445
Author: Julian Reschke <re...@apache.org>
AuthorDate: Tue Jan 28 17:32:07 2020 +0000

    OAK-8861: oak-core-spi: bump up logging for deprecated Guava based APIs to WARN
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1873265 13f79535-47bb-0310-9956-ffa450edef68
---
 .../src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 269fd3291b..182ca6d9f1 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
@@ -27,7 +27,7 @@ public class GuavaDeprecation {
 
     private static final Logger LOG = LoggerFactory.getLogger(GuavaDeprecation.class);
 
-    private static final String DEFAULT = "info";
+    private static final String DEFAULT = "warn";
 
     private static final String TLOGLEVEL = System.getProperty(GuavaDeprecation.class + ".LOGLEVEL", DEFAULT);