activemq-artemis/activemq-server
Clebert Suconic 41b823be7e Fixing race on PageSubscriptionImpl
I have seen a NPE in a few unit tests that were caused by currenDelivery changing between these two steps:

i - if (currentDelivery != null)
ii - .... currentDelivery.getPos();

instead of adding extra synchronization I'm caching the currentValue what would been enough on this case.

This is just to avoid NPEs
2015-04-09 15:00:20 -04:00
..
src Fixing race on PageSubscriptionImpl 2015-04-09 15:00:20 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-03-27 15:38:13 +00:00