GitHub user nicolas-dutertry opened a pull request:
https://github.com/apache/aries/pull/95
[ARIES-1887] ComponentTxData in transaction-blueprint was not thread safe
I have replaced HashMap with ConcurrentHashMap.
Because ConcurrentHashMap does not support null values, I have used
Optional<TransactionalAnnotationAttributes> as value type.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nicolas-dutertry/aries ARIES-1887
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/aries/pull/95.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #95
----
commit 49968551d414fb8a31da5c230b8a3bd4d9788a36
Author: Nicolas Dutertry <nicolas@...>
Date: 2019-02-07T16:53:49Z
[ARIES-1887] ComponentTxData in transaction-blueprint was not thread safe
----
---