Closed yrodiere closed 6 years ago
I just tried to use version 1.5.0-SNAPSHOT after applying my patch for #17, and the issue seems to be gone... I suppose it was already solved in 1.5.0.
We released 1.5.0-RC1 containing the bugfix.
The bug is indeed fixed when I use the latest version. Thanks!
Thanks for the feedback!
JQAssistant version: 1.4.0.
Full stack trace:
Arguments to the failing method:
Steps to reproduce:
Note: the issue will not be immediately visible, because of #17 However, you can launch maven in debug mode (use the
mvnDebug
command instead ofmvn
) and put a breakpoint inorg.neo4j.kernel.impl.api.KernelTransactionImplementation#failure
to see the error occur before it is lost due to another exception.