Skip to content

v4.8.6

Choose a tag to compare

@troyzhxu troyzhxu released this 27 Apr 01:22
· 64 commits to dev since this release

🌻 Better

  • 优化 NumberParamConvertor 中的异常信息,使用完整字段名提供更准确的错误提示

🐛 Bug Fixes

  • 修复检索参数不合法时会抛出 NPE 的问题:
java.lang.NullPointerException: Cannot invoke "cn.zhxu.bs.SearchParam.getParaMap()" because the return value of "cn.zhxu.bs.SearchSql.getSearchParam()" is null
	at cn.zhxu.bs.implement.DefaultBeanSearcher.search(DefaultBeanSearcher.java:127)

同时发布 v4.8.6.jdk8 版本