czpilar commented on PR #492:
URL: https://github.com/apache/commons-dbcp/pull/492#issuecomment-3563014375

   Hi @garydgregory,
   rebased on master branch....
   
   I was able to fix the issue with `geronimo-transaction`, which is now 
compatible with Java 8, but unfortunately `narayana-jta` is not.
   
   The latest `narayana-jta` version compatible with Java 8 is `5.12.7.Final`, 
which still requires the `javax` variant. Starting from release `5.13.1.Final`, 
it is compatible only with Java 11 (still `javax`), and from `6.0.1.Final` 
onward it requires Java 11 and the `jakarta` variant.
   
   So I am not sure how to solve this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to