]
Tristan Tarrant updated ISPN-10683:
-----------------------------------
Fix Version/s: 10.0.1.Final
(was: 10.0.0.Final)
Remove CustomFailurePolicy transaction parameters
-------------------------------------------------
Key: ISPN-10683
URL:
https://issues.jboss.org/browse/ISPN-10683
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 10.0.0.CR2
Reporter: Dan Berindei
Priority: Major
Fix For: 10.0.1.Final
The {{CustomFailurePolicy}} javadoc says it should be thread-safe, but the
{{javax.transaction.Transaction}} javadoc doesn't say anything about thread safety.
We should replace the {{javax.transaction.Transaction}} with a {{GlobalTransaction}},
which we know is thread-safe.