Skip to content

Commit

Permalink
jboot v1.1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Dec 18, 2017
1 parent 6610edb commit 047b0df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
jboot-1.1.9:
新增:Columns实现序列化,支持RPC直接远程传入Columns。
修复:JbootRedis的getWithoutSerialize方法返回空数据出现NullPointerException异常的问题。
修复:JbootModel 通过 fastjson 序列化的时候没有排除某些私有方法而序列化异常的问题。
优化:重构Swagger模块,移除Jboot自定义Swagger注解,添加Swagger原生注解支持。
优化:更新sharding-jdbc到2.0.1版本,更新 fastjson 到1.2.43版本。


jboot-1.1.8:
新增:JbootCacheManager 通过配置文件直接获取 JbootCache 的方法,用于不同的场景调用不同的缓存。
新增:JbootIllegalConfigException 异常类,用于给出配置文件错误的提示。
Expand Down

0 comments on commit 047b0df

Please sign in to comment.