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 2018/08/30 10:18:53 UTC

[myfaces-tobago] branch master updated (0d9442d -> deefc1d)

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

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


    from 0d9442d  fix logging category
     new 8dc3e38  update release versions, sync with Jira
     new deefc1d  reactivating LoggingMdcFilter for demo

The 2 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:
 .../org/apache/myfaces/tobago/example/demo/Release.java   | 15 +++++++++------
 .../tobago-example-demo/src/main/webapp/WEB-INF/web.xml   |  2 --
 2 files changed, 9 insertions(+), 8 deletions(-)


[myfaces-tobago] 01/02: update release versions, sync with Jira

Posted by lo...@apache.org.
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

commit 8dc3e38a80c8b01923dc6d21e969e7e63c4c4bcd
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Aug 30 12:16:05 2018 +0200

    update release versions, sync with Jira
---
 .../org/apache/myfaces/tobago/example/demo/Release.java   | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
index 05702fd..afdd5e1 100644
--- a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
+++ b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
@@ -100,8 +100,9 @@ public enum Release {
   v2_0_9("12332146"),
   v2_0_10("12334742"),
   v2_1_0("12338208"),
-  v2_1_1("12341246", true),
-  v2_1_2("12342740", false, true),
+  v2_1_1("12341246"),
+  v2_2_0("12342740", true),
+  v2_2_1("12343979", false, true),
 
   v3_0_0_alpha_1("12325880"),
   v3_0_0_alpha_2("12333887"),
@@ -117,15 +118,17 @@ public enum Release {
   v3_0_3("12339442"),
   v3_0_4("12340258"),
   v3_0_5("12340325"),
-  v3_0_6("12341574", true),
-  v3_1_0("12342388", false, true),
+  v3_0_6("12341574"),
+  v3_1_0("12342388", true),
   v3_1_1("12343478", false, true),
 
   v4_0_0("12338728"),
   v4_1_0("12339443"),
   v4_2_0("12342739"),
-  v4_2_1("12342849", true),
-  v4_3_0("12342850", false, true),
+  v4_2_1("12342849"),
+  v4_3_0("12342850", true),
+//  v4_3_1("1234xxxx", false, true),
+  v4_4_0("12343951", false, true),
 
   v5_0_0("12338729", false, true);
 


[myfaces-tobago] 02/02: reactivating LoggingMdcFilter for demo

Posted by lo...@apache.org.
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

commit deefc1d24e2a669260befedc89025f044b41d40e
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Aug 30 12:18:40 2018 +0200

    reactivating LoggingMdcFilter for demo
---
 tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml b/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
index a7640a3..ee0161f 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
@@ -110,7 +110,6 @@
   </listener>
 -->
 
-<!--
   <filter>
     <filter-name>LoggingMdcFilter</filter-name>
     <filter-class>org.apache.myfaces.tobago.internal.webapp.LoggingMdcFilter</filter-class>
@@ -119,7 +118,6 @@
     <filter-name>LoggingMdcFilter</filter-name>
     <url-pattern>/*</url-pattern>
   </filter-mapping>
--->
 
   <!-- FacesServlet -->