aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/concurrent
AgeCommit message (Expand)Author
2020-02-14Use final.Gary Gregory
2019-12-26Use Collection#toArray(new T[0]) instead of a presized array as it is faster ...pascalschumacher
2019-05-01Revert "[LANG-1455] Add a DaemonThreadFactory.</action>"Gary Gregory
2019-05-01[LANG-1455] Add a DaemonThreadFactory.</action>Gary Gregory
2018-10-26Remove unused test codepascalschumacher
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-13Use assertTrue/assertFalse instead of reimplementing themAllon Mureinik
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-06Update concurrent tests to JUnit JupiterAllon Mureinik
2018-08-24Explicit type parameters can be removedBenedikt Ritter
2017-11-25LANG-1370 Fix EventCountCircuitBreaker increment batchAndre Dieb Martins
2017-10-27EventCountCircuitBreakerTest#testNow: improve assertion failure messagepascalschumacher
2017-06-06Prevent redundant modifiersBenedikt Ritter
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-06-06Make sure files end with a new lineBenedikt Ritter
2017-05-17Remove annotations for documenting concurrency behavior.Benedikt Ritter
2017-04-17[LANG-1291] Provide annotations to document thread safety.Gary Gregory
2017-03-19Remove test wildcard importsAllon Mureinik
2017-01-05+ AbstractExceptionTestAndrii
2016-11-30AnnotationTestUtils: remove unused import statementpascalschumacher
2016-11-27[LANG-1291] Provide annotations to document thread safety.Gary Gregory
2016-11-23Merge branch 'fix/non-critical-typos'Benedikt Ritter
2016-11-23fix non-critical typos in comments and JavaDocAndrii
2016-11-22fix typos in comments and javadoc.Andrii
2016-11-16Add missing '@Override' annotations.Gary Gregory
2016-11-16Add final modifier to local variables.Gary Gregory
2016-11-13LANG-740: Implementation of a Memomizer (closes #203)pascalschumacher
2016-11-13LANG-740: Implementation of a Memomizer (closes #80)jamessawle
2016-10-23Add final modifier to local variables.Gary Gregory
2016-10-23Add final modifier to method parameters.Gary Gregory
2016-10-23Remove redundant type arguments.Gary Gregory
2016-10-08[LANG-1275] Added a tryAcquire() method to TimedSemaphore.oheger
2016-06-07LANG-1085: Add a circuit breaker implementation (closes #95)oheger
2015-05-05Removed spurious * lines before a */; mostly created by removing the @version...Henri Yandell
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2015-03-26LANG-1091: Shutdown thread pools in test cases. This fixes #58 from github. T...Benedikt Ritter
2015-02-26Reverting changes from r1661762 (LANG-1086) for now until we have consensus a...Benedikt Ritter
2015-02-23LANG-1086: Remove busy wait from AtomicSafeInitializer.get(). This also fixes...Benedikt Ritter
2014-07-12LANG-1024: Fix JavaDoc errors in test codeBenedikt Ritter
2014-02-01LANG-946: ConstantInitializerTest fails when building with IBM JDK 7Benedikt Ritter
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-09-27Explicit boxingSebastian Bazley
2012-09-20JUnit4 allows use of expected exceptionsSebastian Bazley
2012-09-20Override of sync. method needs to be sync.Sebastian Bazley
2012-09-19Now we are using JUnit4, can use expected=throwable.class for simple failure ...Sebastian Bazley
2012-09-18[LANG-824] Conversion of 3.x JUnit tests to 4.x; thanks to Duncan JonesMatthew Jason Benson
2012-04-05Add missing @Override.Gary D. Gregory
2011-11-27Fix various boxing errorsSebastian Bazley