发布于 2017-02-15 10:02:15 | 147 次阅读 | 评论: 0 | 来源: 网友投递
Dropwizard Java框架
Dropwizard是一个Java框架,用于开发易于运维,高性能的RESTful 网络服务。
Dropwizard 1.1.0 rc1 发布了,
Dropwizard 是开箱即用的,它支持复杂的配置,应用环境, 日志和运维工具,使得你和你的团队可能在最短的时间内交付一个一流品质 HTTP+JSON 网络服务。
更新内容:
Upgraded to Hibernate ORM 5.2.7 #1871
Add runtime certificate reload via admin task #1799
Invalid enum request parameters result in 400 response with possible choices #1734
Enum request parameters are deserialized in the same fuzzy manner, as the request body #1734
Request parameter name displayed in response to parse failure #1734
Add DurationParam as a possible request parameter #1734
Add SizeParam as a possible request parameter #1751
Allow overriding of a default ExceptionMapper without re-registering all other defaults #1768
Allow overriding of default JsonProvider #1788
Finer-grain control of exception behaviour in view renderers #1820
Default WebApplicationException handler preserves exception HTTP headers #1912
JerseyClientBuilder can create rx-capable client #1721
Configurable response for empty Optional return values #1784
Add web test container agnostic way of invoking requests in ResourceTestRule #1778
Remove OptionalValidatedValueUnwrapper #1583
Allow constraints to be applied to type #1586
Use LoadingCache in CachingAuthenticator #1615
Switch cert and peer validation to false by default #1855
Introduce CachingAuthorizer #1639
Enhance logging of registered endpoints #1804
Allow to disable caching of Mustache views #1289
Add the httpCompliance option to the HTTP configuration #1825
Add the blockingTimeout option to the HTTP configuration #1795
Add min and mins as valid Duration abbreviations #1833
Register Jackson parameter-names modules #1908
Native Jackson deserialization of enums when Jackson annotations are present #1909
Add JsonConfigurationFactory for first-class support of the JSON configuration #1897
Upgraded to Jackson 2.8.6
Upgraded to Hibernate Validator 5.3.4.Final
Upgraded to Jetty 9.4.1.v20170120 #1901
Upgraded to tomcat-jdbc 8.5.9
Upgraded to Objenesis 2.4 #1654
Upgraded to AssertJ 3.6.1
Upgraded to classmate 1.3.3
Upgraded to Mustache 0.9.4 #1766
Upgraded to Mockito 2.6.1
Upgraded to Liquibase 3.5.3
Upgraded to Logback 1.1.10 #1918
Upgraded to JDBI 2.77
Upgraded to Jersey 2.25
Upgraded to javassist 3.21.0-GA
Upgraded to Guava 21.0
Upgraded to SLF4J 1.7.22
Upgraded to H2 1.4.193
Upgraded to Joda-Time 2.9.7
Upgraded to commons-lang3 3.5
下载地址: