发布于 2017-09-05 10:02:07 | 130 次阅读 | 评论: 0 | 来源: 网友投递
			Jodd Java常用工具包
Jodd 是一个 Java 的工具包和一个微型框架。Jodd 工具增强了 JDK 提供很多强大的功能,帮助你实现日常的一些开发任务,让代码更加可靠和健壮。而 Jodd 框架是一个轻量级的应用框架,紧缩但强大。设计遵循 CoC、DRY 和 SCS 原则,让开发更加简单。		
Jodd 3.9 发布了,Jodd 是一个开源的 Java 工具集, 包含一些实用的工具类和小型框架。
更新内容:
Bug Fixes
http - fixed bug with multiple headers.
db - CallableStatement are supported in debug mode #420.
proxetta - added all interfaces while scanning the target class info.
proxetta - fixed generic array #418.
Features
http - Added strict headers flag for storing headers as they are passed to the engine.
json - Added two JsonParser methods for easier parsing to a map and a list.
json - New generic JSON classes added: JsonArray and JsonObject.
core - Added MapEntry implementations.
core - Added snapshot() method to Cache.
proxetta - Added TypeInfo for tracking method arguments and return types.
Breaking changes
http - Http headers was removed in favor of headerNames().
json - strings are now not strictly parsed (/ is not longer escaped).
proxetta - all interfaces are scanned now when looking for the target info.
core - iterator() removed from the Cache.
proxetta - MethodInfo interface is changed.
下载地址: