Skip to content

mybatis-3.5.16

Latest
Compare
Choose a tag to compare
@harawata harawata released this 04 Apr 10:26
· 33 commits to master since this release

Security:

  • Prevent Invocation from being used by vulnerable applications. #3115

Bugs:

  • When database ID resolution is failed, invalid bound statement is used. #3040

Enhancements:

  • It is now possible to write a custom map wrapper to customize how to map column name with dots or brackets. #13 #3062

Performance:

  • Improved compatibility with Virtual Threads introduced by Loom.
  • Reduced memory footprint when performing the default (i.e. order based) constructor auto-mapping. #3113

Build:

  • Include the shaded libraries (OGNL and Javassist) in the sources.jar.

Please see the 3.5.16 milestone page or commit log for the complete list of changes.