czpilar commented on PR #492: URL: https://github.com/apache/commons-dbcp/pull/492#issuecomment-3563408942
Hi @garydgregory, I am not sure why it is failing right now… Japicmp is complaining about the changes from `javax` to `jakarta`, for example: ``` org.apache.commons.dbcp2.managed.TransactionRegistry.TransactionRegistry(javax.transaction.TransactionManager,javax.transaction.TransactionSynchronizationRegistry): CONSTRUCTOR_REMOVED ``` Well, this PR is specifically about the migration from `javax` to `jakarta`, so these changes are expected. Please take a look at it. The `mvn clean package` command works correctly on all Java versions 8, 11, 17, 21, and 25 — I have tested them locally. -- 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]
