[jboss-cvs] JBossAS SVN: r92683 - branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 21 16:54:07 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-08-21 16:54:07 -0400 (Fri, 21 Aug 2009)
New Revision: 92683

Modified:
   branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
Update excludes


Modified: branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
===================================================================
--- branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-08-21 19:17:44 UTC (rev 92682)
+++ branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-08-21 20:54:07 UTC (rev 92683)
@@ -61,7 +61,9 @@
       String[] badPackages = {
       "com.arjuna.ats.internal.jbossatx.jta.PropagationContextManager",
        // Ignore org.apache.* issues
+      "bsh",
       "org.apache",
+      "org.jfree",
       // Ignore hibernate issues
       "org.hibernate",
       "org.dom4j",
@@ -73,6 +75,7 @@
        "org.jboss.aspects.versioned.StateManager",
        "org.jboss.cache.CacheException",
        "org.jboss.cache.Fqn",
+       "org.jboss.cache.StringFqn",
        "org.jboss.cache.Modification",
        "org.jboss.cache.ReplicationException",
        "org.jboss.logging.XLevel",
@@ -123,14 +126,17 @@
    {
       // The packages in jboss-5.0.0.GA with known serialization issues
       String[] badPackages = {
+      "bsh",
       "org.apache",
       "org.dom4j",
       "org.hibernate",
       "org.jaxen",
       "org.jacorb",
+      "org.jfree",
       "org.jgroups",
       "org.omg",
       "org.jboss.classloading.spi.dependency.Module",
+      "org.jboss.cache.StringFqn",
       "org.jboss.console",
       // those were changed to match 423 ids
       "org.jboss.crypto.JBossSXProvider",
@@ -189,11 +195,14 @@
       // The packages in jboss-5.0.1.GA with known serialization issues
       String[] badPackages = {
       "org.apache",
+      "bsh",
+      "org.jfree",
       "org.dom4j",
       "org.hibernate",
       "org.jacorb",
       "org.jaxen",
       "org.jgroups",
+      "org.jboss.cache.StringFqn",
       "org.jboss.classloading.spi.dependency.Module",
       "org.jboss.console",
       // those were changed to match 423 ids




More information about the jboss-cvs-commits mailing list