-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate ibatis 2 to jakarta namespace #194
Comments
commons-dbcp2 still does not support jakarta yet. See https://issues.apache.org/jira/browse/DBCP-589 and apache/commons-dbcp#293 |
may be switch to HikariCP ? HikariCP does not use any affected packages (brettwooldridge/HikariCP#1807) |
maybe but this repo is purely maintenance and unless someone else does that work, its unlikely to happen. Reality is no one should be using this version, reality is quite different but new support won't get added here. Its BAU just so its enough to work. Where it eventually fails folks will be on their own to figure it out and actually upgrade to mybatis 3. That effort is not hard, they can run together. But I digress, I just realize I see this at my day job constantly with folks writing new ibatis 2 level code for zero reason... |
I should add, users of ibatis 2 have now had 13 going on 14 years to upgrade. |
No description provided.
The text was updated successfully, but these errors were encountered: