MyBatis 3.4.6 发布了。主要更新内容如下:
提升
- 将自定义ResultHandler应用于CURSOR类型OUT参数。 #493
- 在包含的SQL片段的属性值中替换变量。 #1069
- BatchExecutor现在在执行后立即关闭每个语句。 #1110
- 现在可以使用静态方法作为SQL提供程序。 #1131
- SQL 提供者方法现在可以返回CharSequence而不是String。#1134
- 解析XML映射器失败时,将资源路径添加到异常消息。 #1172
Bug 修复:
- Registering type handler against HashMap causes ClassCastException. #1089
- Unable to register TypeHandler once TypeHandlerRegistry.hasTypeHandler is called. #1177
- Serializing and deserializing cached objects causes NullPointerException. #1084
- Invalid error message 'Two methods with same method signature but not providing classes assignable?' in System.err. #929
发布说明和发布主页
下载地址: