|
| 1.7 | modified | starksm | testsuite/src/main/org/jboss/test/util/test/PropertyPatternUnitTestCase.java | Add support for property references of the form ${p:v}. This allows for a reference to system property 'p', and if there is no such property, then the default value v will be returned. |
| 1.3 | modified | starksm | common/src/main/org/jboss/util/StringPropertyReplacer.java | Add support for property references of the form ${p:v}. This allows for a reference to system property 'p', and if there is no such property, then the default value v will be returned. |
| 1.3 | modified | starksm | jmx/src/main/org/jboss/mx/util/JBossNotificationBroadcasterSupport.java | Increase the logging of invalid handleNotification exceptions to debug level. Fixes [ 1063812 ] JBossNotificationBroadcasterSupport only traces Throwable |
| 1.4 | modified | loubyansky | testsuite/src/main/org/jboss/test/xml/MappingTestCase.java | testcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors |
| 1.2 | modified | loubyansky | testsuite/src/main/org/jboss/test/xml/book/BookGenericObjectModelFactory.java | testcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors |
| 1.1 | added | loubyansky | testsuite/src/main/org/jboss/test/xml/choice/Choice1.java | testcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors |
| 1.1 | added | loubyansky | testsuite/src/main/org/jboss/test/xml/choice/Choice2.java | testcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors |
| 1.1 | added | loubyansky | testsuite/src/main/org/jboss/test/xml/choice/Root.java | testcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors |
| 1.1 | added | loubyansky | testsuite/src/main/org/jboss/test/xml/immutable/Child1.java | testcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors |
| 1.1 | added | loubyansky | testsuite/src/main/org/jboss/test/xml/immutable/Child2.java | testcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors |
| 1.1 | added | loubyansky | testsuite/src/main/org/jboss/test/xml/immutable/Child3.java | testcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors |
| 1.1 | added | loubyansky | testsuite/src/main/org/jboss/test/xml/immutable/ImmutableChoice.java | testcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors |
| 1.1 | added | loubyansky | testsuite/src/main/org/jboss/test/xml/immutable/Parent.java | testcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors |
| 1.1 | added | loubyansky | testsuite/src/resources/xml/immutable.xsd | xsd's for choice group marshalling/unmarshalling and unmarshalling into immutable java classes with no no-arg constructors |
| 1.1 | added | loubyansky | testsuite/src/resources/xml/choice.xsd | xsd's for choice group marshalling/unmarshalling and unmarshalling into immutable java classes with no no-arg constructors |
| 1.2 | modified | loubyansky | common/src/main/org/jboss/xml/binding/DelegatingObjectModelFactory.java | support for unmarshalling xml content into java classes that don't have default no-arg constructors |
| 1.3 | modified | loubyansky | common/src/main/org/jboss/xml/binding/GenericObjectModelFactory.java | support for unmarshalling xml content into java classes that don't have default no-arg constructors |
| 1.4 | modified | loubyansky | common/src/main/org/jboss/xml/binding/MappingObjectModelFactory.java | support for unmarshalling xml content into java classes that don't have default no-arg constructors |
| 1.18 | modified | loubyansky | common/src/main/org/jboss/xml/binding/ObjectModelBuilder.java | support for unmarshalling xml content into java classes that don't have default no-arg constructors |
| 1.3 | modified | loubyansky | common/src/main/org/jboss/xml/binding/SchemalessObjectModelFactory.java | support for unmarshalling xml content into java classes that don't have default no-arg constructors |
| 1.5 | modified | loubyansky | common/src/main/org/jboss/xml/binding/Util.java | support for unmarshalling xml content into java classes that don't have default no-arg constructors |
| 1.5 | modified | starksm | thirdparty/licenses/thirdparty-licenses.xml | Update the current license info |
| 1.10 | modified | starksm | server/src/etc/deploy/ejb-deployer.xml | Synch up with changes from 4.0 |
| 1.2 | modified | starksm | server/src/main/org/jboss/ejb/txtimer/DatabasePersistencePlugin.java | Synch up with changes from 4.0 |
| 1.8 | modified | starksm | server/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.java | Synch up with changes from 4.0 |
| 1.3 | modified | starksm | server/src/main/org/jboss/ejb/txtimer/OracleDatabasePersistencePlugin.java | Synch up with changes from 4.0 |
| 1.76 | modified | starksm | server/src/main/org/jboss/ejb/plugins/EntityInstanceInterceptor.java | Fix the instance pool management of home invocations. Applied patch [ 1054374 ] OutOfMemoryError caused by EntityInstanceInterceptor by Jamie Burns. |
| 1.88 | modified | starksm | server/src/etc/conf/default/standardjbosscmp-jdbc.xml | Applied patch [ 1029240 ] PostgreSQL 8.0 JDBC mapping from Juan Martinez. |
| 1.2 | modified | starksm | server/src/main/org/jboss/ejb/txtimer/GeneralPurposeDatabasePersistencePlugin.java | Use the SQLUtil.tableExists method to validate table existence to deal with table name case correctly. Fixes [ 1034920 ] EJB Timer database check. |
| 1.8 | modified | starksm | system/src/bin/run.conf | Don't unconditionally set the JAVA_OPTS variable to avoid overwriting existing values. Fixes [ 1068984 ] run.conf (called by run.sh) resets JAVA_OPTS environment var |
| 1.36 | modified | starksm | naming/src/main/org/jnp/interfaces/NamingContext.java | Validate that the jnp.localAddress property is not null before attempting to create an InetSocketAddress from it. Fixes [ 1067836 ] HA-JNDI auto-discovery failed with java.lang.IllegalArgument |
| 1.10 | modified | starksm | connector/src/main/org/jboss/resource/security/CallerIdentityLoginModule.java | Update the GetCredentialAction to deal with non-char[] forms of the credential since not all routes will provide this type of information. Fixes [ 1067726 ] SecurityException in CallerIdentityLoginModule. |
| 1.3 | modified | starksm | connector/src/main/org/jboss/resource/security/GetPrincipalInfoAction.java | Update the GetCredentialAction to deal with non-char[] forms of the credential since not all routes will provide this type of information. Fixes [ 1067726 ] SecurityException in CallerIdentityLoginModule. |
| 1.29 | modified | starksm | testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java | Add a testStressNoJaasCache test that runs multiple threads against a secured ejb using the same login with caching disabled. |
| 1.42 | modified | starksm | security/src/main/org/jboss/security/plugins/JaasSecurityManager.java | Change the implementation of the authorization phase to use the roles associated with the thread local copy of the authenticated Subject rather than using the domain cache values. This is needed as there is a race condition between authenticating and then using the cached roles and the next thread flushing the cache value. This shows up particularly when the auth cache is disabled and each new authentication flushes the cache. Fixes [ 1064635 ] principalRoles=null but princpal and roles are okay. |
| 1.4 | modified | starksm | security/src/main/org/jboss/security/plugins/SubjectActions.java | Make it clear what the copy from/to arguments were in the copySubject action. |
| 1.6 | modified | starksm | common/src/main/org/jboss/util/TimedCachePolicy.java | Add the ability to set the interval of resolution timer |
| 1.30 | modified | starksm | security/src/main/org/jboss/security/plugins/JaasSecurityManagerService.java | Add a setCacheTimeout(String securityDomain, int timeoutInSecs, int resInSecs) to set the indicated security domain cache timeout. |
| 1.15 | modified | starksm | security/src/main/org/jboss/security/plugins/JaasSecurityManagerServiceMBean.java | Add a setCacheTimeout(String securityDomain, int timeoutInSecs, int resInSecs) to set the indicated security domain cache timeout. |
| 1.3 | modified | telrod | remoting/tests/src/org/jboss/remoting/transport/mock/MockServerInvocationHandler.java | Added ability to do pass by value via locator uri parameter. |
| 1.10 | modified | telrod | remoting/src/main/org/jboss/remoting/InvokerLocator.java | Added ability to do pass by value via locator uri parameter. |
| 1.14 | modified | telrod | remoting/src/main/org/jboss/remoting/InvokerRegistry.java | Added ability to do pass by value via locator uri parameter. |
| 1.1 | added | telrod | remoting/tests/src/org/jboss/remoting/byvalue/ByValueInvocationTestCase.java | Added ability to do pass by value via locator uri parameter. |
| 1.1 | added | telrod | remoting/tests/src/org/jboss/remoting/byvalue/ByValuePayload.java | Added ability to do pass by value via locator uri parameter. |
| 1.5 | modified | telrod | remoting/src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.java | Added ability to do pass by value via locator uri parameter. |
| 1.187 | modified | belaban | cache/src/main/org/jboss/cache/TreeCache.java | ns |
| 1.6 | deleted | belaban | testsuite/src/main/org/jboss/test/cache/test/local/MBeanUnitTestCase.java | moved |