You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/17 12:30:24 UTC

[myfaces-trinidad] branch 1.2.12.3.x-branch created (now 01ef57c)

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

deki pushed a change to branch 1.2.12.3.x-branch
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git.


      at 01ef57c  updating version string

This branch includes the following new commits:

     new 1b1e3e1  creating tmp branch
     new c85891b  TRINIDAD-1915 - CheckedSerializationMap check if delegate is Serializable
     new 01ef57c  updating version string

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.


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

[myfaces-trinidad] 03/03: updating version string

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

deki pushed a commit to branch 1.2.12.3.x-branch
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git

commit 01ef57c6462629328c28c70bc778060a51c79281
Author: Matthias Wessendorf <ma...@apache.org>
AuthorDate: Fri Sep 24 18:01:04 2010 +0000

    updating version string
---
 pom.xml                                             | 2 +-
 trinidad-api/pom.xml                                | 2 +-
 trinidad-assembly/pom.xml                           | 2 +-
 trinidad-build/pom.xml                              | 2 +-
 trinidad-examples/pom.xml                           | 2 +-
 trinidad-examples/trinidad-blank/pom.xml            | 2 +-
 trinidad-examples/trinidad-demo/pom.xml             | 2 +-
 trinidad-examples/trinidad-example-assembly/pom.xml | 2 +-
 trinidad-impl/pom.xml                               | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index cca8f93..9c17fe1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
   <groupId>org.apache.myfaces.trinidad</groupId>
   <artifactId>trinidad</artifactId>
-  <version>1.2.12.3-SNAPSHOT</version>
+  <version>1.2.12.3.x-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
diff --git a/trinidad-api/pom.xml b/trinidad-api/pom.xml
index dda0b89..04a22f8 100644
--- a/trinidad-api/pom.xml
+++ b/trinidad-api/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.12.3-SNAPSHOT</version>
+    <version>1.2.12.3.x-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-api</artifactId>
diff --git a/trinidad-assembly/pom.xml b/trinidad-assembly/pom.xml
index b14d2e7..e2b6dd2 100644
--- a/trinidad-assembly/pom.xml
+++ b/trinidad-assembly/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.12.3-SNAPSHOT</version>
+    <version>1.2.12.3.x-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-assembly</artifactId>
diff --git a/trinidad-build/pom.xml b/trinidad-build/pom.xml
index 439472c..1596c3d 100644
--- a/trinidad-build/pom.xml
+++ b/trinidad-build/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.12.3-SNAPSHOT</version>
+    <version>1.2.12.3.x-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-build</artifactId>
diff --git a/trinidad-examples/pom.xml b/trinidad-examples/pom.xml
index f0c8add..da03906 100644
--- a/trinidad-examples/pom.xml
+++ b/trinidad-examples/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.12.3-SNAPSHOT</version>
+    <version>1.2.12.3.x-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-example</artifactId>
diff --git a/trinidad-examples/trinidad-blank/pom.xml b/trinidad-examples/trinidad-blank/pom.xml
index 6718b29..4430e2d 100644
--- a/trinidad-examples/trinidad-blank/pom.xml
+++ b/trinidad-examples/trinidad-blank/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-example</artifactId>
-    <version>1.2.12.3-SNAPSHOT</version>
+    <version>1.2.12.3.x-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-blank</artifactId>
diff --git a/trinidad-examples/trinidad-demo/pom.xml b/trinidad-examples/trinidad-demo/pom.xml
index cd0c20d..92669c2 100644
--- a/trinidad-examples/trinidad-demo/pom.xml
+++ b/trinidad-examples/trinidad-demo/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-example</artifactId>
-    <version>1.2.12.3-SNAPSHOT</version>
+    <version>1.2.12.3.x-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-demo</artifactId>
diff --git a/trinidad-examples/trinidad-example-assembly/pom.xml b/trinidad-examples/trinidad-example-assembly/pom.xml
index 04b0e64..60a2666 100644
--- a/trinidad-examples/trinidad-example-assembly/pom.xml
+++ b/trinidad-examples/trinidad-example-assembly/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.12.3-SNAPSHOT</version>
+    <version>1.2.12.3.x-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-example-assembly</artifactId>
diff --git a/trinidad-impl/pom.xml b/trinidad-impl/pom.xml
index 7327586..d5f7263 100644
--- a/trinidad-impl/pom.xml
+++ b/trinidad-impl/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.12.3-SNAPSHOT</version>
+    <version>1.2.12.3.x-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-impl</artifactId>

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

[myfaces-trinidad] 01/03: creating tmp branch

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

deki pushed a commit to branch 1.2.12.3.x-branch
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git

commit 1b1e3e14fd195f4d291985bcfbcb5121fdadab7e
Author: Matthias Wessendorf <ma...@apache.org>
AuthorDate: Fri Sep 24 17:04:58 2010 +0000

    creating tmp branch

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

[myfaces-trinidad] 02/03: TRINIDAD-1915 - CheckedSerializationMap check if delegate is Serializable

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

deki pushed a commit to branch 1.2.12.3.x-branch
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git

commit c85891b0c45ebb3567d42bb61d1a80da746a74e3
Author: Matthias Wessendorf <ma...@apache.org>
AuthorDate: Fri Sep 24 17:12:04 2010 +0000

    TRINIDAD-1915 - CheckedSerializationMap check if delegate is Serializable
---
 .../main/java/org/apache/myfaces/trinidad/util/CollectionUtils.java  | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/trinidad-api/src/main/java/org/apache/myfaces/trinidad/util/CollectionUtils.java b/trinidad-api/src/main/java/org/apache/myfaces/trinidad/util/CollectionUtils.java
index d2af260..4febe33 100644
--- a/trinidad-api/src/main/java/org/apache/myfaces/trinidad/util/CollectionUtils.java
+++ b/trinidad-api/src/main/java/org/apache/myfaces/trinidad/util/CollectionUtils.java
@@ -1664,7 +1664,7 @@ public final class CollectionUtils
     /**
      * @param requireSerializable if <code>true</code>, require that all values in the map implement
      *                            Serializable.
-     * @param delegate
+     * @param delegate we do not check whether the delegate itself is Serializable. We just check its contents.
      */
     public CheckedSerializationMap(
       Map<K, V> delegate,
@@ -1673,9 +1673,6 @@ public final class CollectionUtils
       if (delegate == null)
         throw new NullPointerException();
       
-      if (!(delegate instanceof Serializable))
-        throw new IllegalArgumentException("Unserializable delegate");
-      
       _delegate = delegate;
       _requireSerializable = requireSerializable;
     }

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