RomainWilbert
RomainWilbert
HI @badgerwithagun ! Can we expect a release with R2DBC support soon ?
Did you take a look at the tests ?
Hi @badgerwithagun ! I am a bit confused regarding my CDI Transaction implementation. I observed that : - I inspired myself from the Spring implementation, but I can't figure why...
OK i figured out the issue. I had to use CDI instanciation mecanism in order to make the CDITransactionManager aware of any opened transaction. All seems OK and connections are...
Hi @badgerwithagun ! I have trouble to make the acceptance test with Oracle working. When i launch my tests inside IDE it's fine, when i make a Maven build, test...
Build is failing because of missing javadoc on lombok generated code :(
I submitted a Pull Request for this : [https://github.com/gruelbox/transaction-outbox/pull/338](url)
Any chance you can review this soon ? :)
At this point, using xautoclaim causes a direct dependency to the redis client :(
We have a use case where project would like to use Redis as main database. I think the refactor provided by this PR would help to support non-SQL databases. @badgerwithagun...