garydgregory commented on PR #492: URL: https://github.com/apache/commons-dbcp/pull/492#issuecomment-5292531873
Hello @czpilar Thank you for your patience. Whichever approach we take to provide Jakarta support, it will not break binary compatibility within a major release line, in this case, 2.x. The Jira issue tracking this work is [DBCP-589](https://issues.apache.org/jira/browse/DBCP-589). Since the changes appear to be focused solely on the `managed` package, it is likely that we can convert the project to a Maven multi-module project and add a `managed.jakarta` package. Alternatively, a more disruptive 3.0 release could switch from `javax` to `jakarta`, along with changing the package name from dbcp2 to dbcp3 and updating the Maven coordinates. -- 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]
