|
| 1.1.4.4 | modified | starksm | common/src/main/org/jboss/net/sockets/DefaultSocketFactory.java | Extend javax.net.ServerSocketFactory |
| 1.27.2.20 | modified | starksm | jboss.net/build.xml | The JBossAuthenticationHandler and JBossAuthorizationHandler should not be excluded in the JDK 1.3 build. |
| 1.1.2.5 | modified | starksm | tools/etc/buildmagic/modules.xml | Include the jboss-srp.jar in the jboss.security.classpath |
| 1.1.2.17 | modified | starksm | tools/etc/buildmagic/modules.ent | Include the jboss-srp.jar in the jboss.security.classpath |
| 1.28.2.19 | modified | starksm | security/build.xml | Breakout the srp classes into jboss-srp-client.jar and jboss-srp.jar |
| 1.4.2.4 | modified | starksm | security/src/main/org/jboss/security/Util.java | Add a createCipher utility method to isolate the dependency on javax.crypto.Cipher |
| 1.5.4.5 | modified | starksm | security/src/main/org/jboss/security/srp/SRPRemoteServer.java | Isolate the usage of the javax.crypto.Cipher to avoid errors when running under jdk1.3 without a jce library. |
| 1.1.4.4 | modified | starksm | testsuite/src/main/org/jboss/test/security/service/PropertiesVerifierStore.java | Only include the cipherAlgorithm in the user config if there is support for unlimited crypto. |
| 1.1.2.8 | modified | starksm | testsuite/src/main/org/jboss/test/jmx/invoker/InvokerTest.java | Remove the use of the InvokerTest.this qualifier from the inner class sendNotification invocation as this causes NoSuchMethodErrors under jdk1.3 |
| 1.13.2.2 | modified | ejort | messaging/src/main/org/jboss/mq/SpyObjectMessage.java | [JBMQ-102] - SpyObjectMessage.setObject(null) throws an exception |
| 1.1.2.1 | modified | ejort | messaging/src/main/org/jboss/mq/JBossMQXid.java | [JBMQ-17] - Fix for non serialize XID implementations |
| 1.2.8.2 | modified | ejort | messaging/src/main/org/jboss/mq/TransactionRequest.java | [JBMQ-17] - Fix for non serialize XID implementations |
| 1.8.2.18 | modified | ejort | connector/src/main/org/jboss/resource/connectionmanager/CachedConnectionManager.java | [JBAS-1269] Cached Connection Manager trace logging fails if the EJB's toString() throws an Exception |
| 1.4.2.8 | modified | ejort | common/src/main/org/jboss/util/Strings.java | Utility method to get the default implementation of toString() for an object. |
| 1.1.2.10 | modified | noelrocher | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/AbstractQueryCommand.java | Add support for new option <throw-runtime-exceptions> in cmp defaults |
| 1.1.2.25 | modified | noelrocher | server/src/resources/org/jboss/metadata/jbosscmp-jdbc_3_2.dtd | Add support for new option <throw-runtime-exceptions> in cmp defaults |
| 1.17.4.26 | modified | noelrocher | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata/JDBCEntityMetaData.java | Add support for new option <throw-runtime-exceptions> in cmp defaults |
| 1.1.2.22 | modified | noelrocher | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCAbstractCreateCommand.java | Add support for new option <throw-runtime-exceptions> in cmp defaults |
| 1.12.2.35 | modified | noelrocher | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCAbstractQueryCommand.java | Add support for new option <throw-runtime-exceptions> in cmp defaults |
| 1.39.2.56 | modified | noelrocher | server/src/etc/conf/default/standardjbosscmp-jdbc.xml | Add support for new option <throw-runtime-exceptions> in cmp defaults |
| 1.2.2.8 | modified | starksm | testsuite/src/main/org/jboss/test/util/test/PropertyEditorsUnitTestCase.java | Add date editor tests |
| 1.4.2.1 | modified | starksm | common/src/main/org/jboss/util/propertyeditor/DateEditor.java | Expand the date parsing to expand the formats it supports. It now tries the following SimpleDateFormat formats in order:* org.jboss.util.propertyeditor.DateEditor.format system property value (or MMM d, yyyy, if not specified),* EEE MMM d HH:mm:ss z yyyy* EEE, d MMM yyyy HH:mm:ss Z |