Skip to content

Releases: homejim/HotswapAgent

1.4.2.1-SNAPSHOT

01 Aug 16:11
Compare
Choose a tag to compare
1.4.2.1-SNAPSHOT Pre-release
Pre-release

Fixes

  • When MyBatis runs in Spring-MyBatis mode, it encounters a NullPointerException and the reload fails.#556#550,,#538,
  • When MyBatis runs in Spring-MyBatis mode,there is no need to cache configuration-related data。The related reload operations are handled by SpringMybatisConfigurationProxy
  • When MyBatis runs in Spring-MyBatis mode,we only need to use SpringMybatisConfigurationProxy for reloading. Refreshing the ConfigurationProxy is not meaningful.The same applies in the opposite case.