You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/12/04 20:12:16 UTC

[myfaces-tobago] branch master updated: TOBAGO-1832 * less logging, because it can't be bypassed

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 97bc212  TOBAGO-1832 * less logging, because it can't be bypassed
97bc212 is described below

commit 97bc2124ea949cfd43833415ae4281a45566a703
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Mon Dec 4 21:10:13 2017 +0100

    TOBAGO-1832
    * less logging, because it can't be bypassed
---
 .../java/org/apache/myfaces/tobago/event/TobagoActionSource.java  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/event/TobagoActionSource.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/event/TobagoActionSource.java
index 49cc30f..98fa2e2 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/event/TobagoActionSource.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/event/TobagoActionSource.java
@@ -35,7 +35,7 @@ public interface TobagoActionSource extends ActionSource2 {
   @Override
   @Deprecated
   default MethodBinding getAction() {
-    LOG.warn("No longer supported!");
+    LOG.debug("JSF 1.1 style is no longer supported!");
     return null;
   }
 
@@ -45,7 +45,7 @@ public interface TobagoActionSource extends ActionSource2 {
   @Override
   @Deprecated
   default void setAction(MethodBinding action) {
-    LOG.warn("No longer supported!");
+    LOG.debug("JSF 1.1 style is no longer supported!");
   }
 
   /**
@@ -54,7 +54,7 @@ public interface TobagoActionSource extends ActionSource2 {
   @Override
   @Deprecated
   default MethodBinding getActionListener() {
-    LOG.warn("No longer supported!");
+    LOG.debug("JSF 1.1 style is no longer supported!");
     return null;
   }
 
@@ -64,6 +64,6 @@ public interface TobagoActionSource extends ActionSource2 {
   @Override
   @Deprecated
   default void setActionListener(MethodBinding actionListener) {
-    LOG.warn("No longer supported!");
+    LOG.debug("JSF 1.1 style is no longer supported!");
   }
 }

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].