|
| 1.1.4.1 | modified | dimitris | build/docs/copyright.txt | extend copyright to 2006, remove dimitris' duplicate entry |
| 1.11.2.11 | modified | dimitris | server/src/main/org/jboss/invocation/MarshalledInvocation.java | JBAS-2767, throw NestedRuntimeException instead so that the root exception is not eaten up |
| 1.165.2.201 | modified | dimitris | testsuite/build.xml | no need to test jbossnet across versions, according to Thomas |
| 1.165.2.200 | modified | dimitris | testsuite/build.xml | JBAS-2770, org.jboss.test.jbossmq.test.Jms11UnitTest excluded since we are running agains 3.2.6/3.2.7 too |
| 1.1.1.1.4.8 | modified | dimitris | testsuite/src/main/org/jboss/test/jbossnet/security/SecurityUnitTestCase.java | JBAS-2772, dont' execute the test if the sources had been compiled using jdk1.3, meaningorg.jboss.net.axis.server.JBossAuthenticationHandlerorg.jboss.net.axis.server.JBossAuthorizationHandlerare not present |
| 1.165.2.199 | modified | rcampbell | testsuite/build.xml | remove jbossmx, add jbossnet to compat matrix |
| 1.2.2.20 | modified | dimitris | testsuite/src/main/org/jboss/test/cmp2/commerce/QueryTest.java | JBAS-2768, change tests that produce varying resutls based on jdk/os platform to logging warning messages rather than code assertions |
| 1.1.2.1 | modified | csuconic | testsuite/src/main/org/jboss/test/guid/GUIDTestCase.java | Renaming GUIDTest to the correct name, so it can be part of the testsuite |
| 1.11.2.10 | modified | dimitris | server/src/main/org/jboss/invocation/MarshalledInvocation.java | JBAS-2767, Conditionally set useFullHashMode to true, when SerialVersion.version == SerialVersion.JBOSS_402 |
| 1.165.2.198 | modified | rcampbell | testsuite/build.xml | added 4.0.3SP1 to compat matrix |
| 1.1.2.16 | modified | rcampbell | testsuite/imports/server-config.xml | JBAS-2758: pass serialization flag to jboss startup *and* shutdown |
| 1.165.2.197 | modified | rcampbell | testsuite/build.xml | JBAS-2758: pass serialization flag to jboss startup *and* shutdown |
| 1.2.2.22 | modified | adrian | messaging/src/main/org/jboss/mq/server/JMSDestinationManager.java | [JBAS-2762] - Avoid infinite loop when there is no state manager. |
| 1.4.2.3 | modified | dimitris | jmx/src/main/javax/management/MBeanServerConnection.java | synch with 4.x |
| 1.165.2.196 | modified | rcampbell | testsuite/build.xml | JBAS-2758: add usage of org.jboss.j2ee.Serialization flag to compatibility matrix |
| 1.1.4.3 | modified | dimitris | testsuite/src/main/org/jboss/test/jbossmx/performance/TestCase.java | fix compatibility test failures |
| 1.1.4.3 | modified | dimitris | testsuite/src/main/org/jboss/test/jbossmx/implementation/TestCase.java | fix compatibility test failures |
| 1.2.4.4 | modified | dimitris | testsuite/src/main/org/jboss/test/jbossmx/compliance/TestCase.java | fix compatibility test failures |
| 1.1.4.2 | modified | dimitris | common/src/main/org/jboss/util/id/GUID.java | JBAS-2718, define a serialVersionUID for GUID and introduce SerialVersion. The default for 3.2..x will be legacy compatibility (3.2.x and maybe 4.0.0/4.0.1) which can be overriden by defining org.jboss.j2ee.Serialization for 4.0.2+ compatibility (the opposite of the 4.0.x branch) |
| 1.2.4.2 | modified | dimitris | common/src/main/org/jboss/util/id/SerialVersion.java | JBAS-2718, define a serialVersionUID for GUID and introduce SerialVersion. The default for 3.2..x will be legacy compatibility (3.2.x and maybe 4.0.0/4.0.1) which can be overriden by defining org.jboss.j2ee.Serialization for 4.0.2+ compatibility (the opposite of the 4.0.x branch) |