Description:
Hotswap Agent fails to support the tk.mybatis plugin. When modifying the MyBatis XML mapping file and performing hot swap, a NullPointerException (NPE) related to the provider occurs.
Steps to Reproduce:
-
Integrate tk.mybatis plugin in a MyBatis-based project.
-
Start the application with Hotswap Agent enabled.
-
Modify the content of the MyBatis XML mapping file (e.g., update SQL statements).
-
Trigger hot swap; the application throws a NullPointerException where the provider is null.
Description:
Hotswap Agent fails to support the tk.mybatis plugin. When modifying the MyBatis XML mapping file and performing hot swap, a NullPointerException (NPE) related to the provider occurs.
Steps to Reproduce:
Integrate tk.mybatis plugin in a MyBatis-based project.
Start the application with Hotswap Agent enabled.
Modify the content of the MyBatis XML mapping file (e.g., update SQL statements).
Trigger hot swap; the application throws a NullPointerException where the provider is null.