|
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/ReentrantLockTest.java | Change the reentrant lock thread tests to use fair queuing |
| 1.4 | modified | adrian | src/test/org/jboss/test/concurrent/SemaphoreTest.java | Change the semaphore thread tests to use fair queuing |
| 1.2 | deleted | adrian | src/test/org/jboss/test/concurrent/LockSupportTest.java | Revert the reentrant lock stuff to backport concurrent utiland remove tests that don't have coverage. |
| 1.4 | deleted | adrian | src/test/org/jboss/test/concurrent/ReentrantReadWriteLockTest.java | Revert the reentrant lock stuff to backport concurrent utiland remove tests that don't have coverage. |
| 1.2 | deleted | adrian | src/test/org/jboss/test/concurrent/ThreadTest.java | Revert the reentrant lock stuff to backport concurrent utiland remove tests that don't have coverage. |
| 1.3 | modified | adrian | src/test/org/jboss/test/concurrent/SemaphoreTest.java | Provide more information than "UnexpectedException" |
| 1.8 | modified | adrian | thirdparty/javassist/lib/javassist.jar | Remove the signature fixing.We need something a bit more robust. |
| 1.3 | modified | adrian | src/test/org/jboss/test/concurrent/ReentrantReadWriteLockTest.java | Work around unweaved stuff in the ReentrantReadWriteLock test |
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/SemaphoreTest.java | Remove tests for semaphore operations with multiple permitssince backport concurrent util doesn't support these operations. |
| 1.7 | modified | adrian | thirdparty/javassist/lib/javassist.jar | Add the ability to change the signature of a constant pool methodref entry.This is useful for JDK5 to 1.4 mapping, e.g.java.lang.String.clone()Ljava.lang.String; -> java.lang.String.clone()Ljava.lang.Object;Apply this for ReentrantLock.read/writeLock() |
| 1.6 | modified | adrian | thirdparty/javassist/lib/javassist.jar | Use the version of javassist that handles no parameter annotations properly. |
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/ThreadPoolExecutorTest.java | Comment out tests that use non-existant api |
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/ThreadPoolExecutorSubclassTest.java | Comment out tests that use non-existant api |
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/TreeSetTest.java | Comment out tests that use non-existant apiSimulate pollFirst/Last used by this test. |
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/TreeMapTest.java | Comment out tests that use non-existant api |
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/TimeUnitTest.java | Comment out tests that use non-existant api |
| 1.1 | added | adrian | src/test/org/jboss/test/concurrent/RunnableScheduledFuture.java | Include non-existant api in org.jboss.test.concurrent |
| 1.1 | added | adrian | src/test/org/jboss/test/concurrent/RunnableFuture.java | Include non-existant api in org.jboss.test.concurrent |
| 1.2 | modified | rcampbell | src/test/org/jboss/test/concurrent/ReentrantReadWriteLockTest.java | JBAS-2814 - remove tests of non java 5 methods |
| 1.2 | modified | rcampbell | src/test/org/jboss/test/concurrent/LinkedListTest.java | JBAS-2814 - remove tests of non java 5 methods |
| 1.2 | modified | rcampbell | src/test/org/jboss/test/concurrent/JSR166TestCase.java | JBAS-2814 - removed tests for classes not present in jdk5 |
| 1.2 | deleted | rcampbell | src/test/org/jboss/test/concurrent/LinkedBlockingDequeTest.java | JBAS-2814 - removed tests for classes not present in jdk5 |
| 1.2 | deleted | rcampbell | src/test/org/jboss/test/concurrent/TreeSubMapTest.java | JBAS-2814 - removed tests for classes not present in jdk5 |
| 1.2 | deleted | rcampbell | src/test/org/jboss/test/concurrent/TreeSubSetTest.java | JBAS-2814 - removed tests for classes not present in jdk5 |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/JSR166TestCase.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/LinkedBlockingDequeTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/LinkedBlockingQueueTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/LinkedListTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/LockSupportTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/PriorityBlockingQueueTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/PriorityQueueTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ReentrantLockTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ReentrantReadWriteLockTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ScheduledExecutorSubclassTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ScheduledExecutorTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/SemaphoreTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/SynchronousQueueTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/SystemTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ThreadLocalTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ThreadPoolExecutorSubclassTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ThreadPoolExecutorTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ThreadTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/TimeUnitTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/TreeMapTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/TreeSetTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/TreeSubMapTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/TreeSubSetTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | adrian | src/test/org/jboss/test/strings/StringsTestCase.java | [JBAS-2809] - Add JDK1.5 String methods needed by webservices. |
| 1.2 | modified | adrian | src/test/org/jboss/test/other/AutoboxTestCase.java | Add missing license header. |
| 1.5 | modified | adrian | thirdparty/javassist/lib/javassist.jar | [JBAS-2810] - Add support for parameter annotations. |