mybatis-3.5.6
·
2202 commits
to master
since this release
Enhancements:
- A new configuration option
defaultSqlProviderTypeis added. The specified class will be used as the SQL provider when thevalue()ortype()is not specified in@SelectProvider,@UpdateProvider,@InsertProviderand@DeleteProvider. #1951 - A new transaction isolation level
SQL_SERVER_SNAPSHOTis added toTransactionIsolationLevelenum to support the MS SQL Server specific isolation levelSNAPSHOT. #1973 - When there is no JEP-290 serialization filter defined, a WARN level message is logged on deserializing object streams. #2079
Bug fixes:
- Possible
NoSuchPropertyExceptionunder heavy load. #1648 - Possible
InvalidPathExceptionwhen registering type aliases by specifying package name. #1974 - Possible
OutOfMemoryErrorwhen usingBlockingCache. #2044
There is no known backward incompatible change since 3.5.5.
Please see the 3.5.6 milestone page for the complete list of changes.