mybatis / mybatis-3

MyBatis SQL mapper framework for Java
http://mybatis.github.io/mybatis-3/
Apache License 2.0
19.72k stars 12.82k forks source link

Fix : Updated deprecated method usage starting from JDK 9. #3142

Closed dukbong closed 5 months ago

dukbong commented 5 months ago

This PR identifies and replaces deprecated functions used in the source code with their recommended counterparts from the latest versions, aligning the codebase with JDK 9 onwards.