activemq/activemq-runtime-config
Christopher L. Shannon (cshannon) ed924cddac AMQ-9202 - Make sure Reentrant locks are acquired outside a try block
This is best practice and will prevent unlock from being attempted
inside of a finally block when the thread doesn't actually own the
lock which can happen when the lock attempt throws an exception
such as calling lockInterruptibly()
2023-02-01 11:19:24 -05:00
..
src AMQ-9202 - Make sure Reentrant locks are acquired outside a try block 2023-02-01 11:19:24 -05:00
pom.xml Merge pull request #836 from hboutemy/main 2022-11-15 14:12:10 +01:00