Apache Wink 1.1.2 發佈。Apache Wink是一個是使用簡單,穩定的Java框架,用於創建RESTful web services應用程序。Wink包括瞭一個服務器端模塊和一個客戶端模塊,用於幫助開發者快速高效的開發RESTful Web services應用。
改進內容:
* WINK-287 – Support web beans / (J)CDI / JSR-299
* WINK-295 – Upgrade to SLF4J 1.6.0
* WINK-296 – DEBUG -> TRACE logging reform
* WINK-297 – serviceability improvement; externalize strings,confirm formatting
* WINK-299 – Make Jackson the default JSON provider for Wink
* WINK-304 – serviceability improvement, output information upon application registration, errors
* WINK-305 – allow configuration file for SSL
* WINK-310 – Annotations inherited by a resource class should determine parameter type from the subclass, not the superclass
* WINK-315 – Improve the tolerance of malformed media types
* WINK-319 – Simplify addition of Request/Response handlers
* WINK-325 – Allow AtomCommonAttributes#otherAttributes and AtomCommonAttributesSimpleContent#otherAttributes to be lazy initialized.
新特性:
* WINK-313 – WADL support
* WINK-318 – Wink JSON model
* WINK-321 – Support @XmlJavaTypeAdapter and @XmlElement on method params
* WINK-322 – Add JSR250 life cycle management support
* WINK-326 – AsyncHttpClient module