Dropwizard 1.0.0-rc1 发布了,Dropwizard是一个Java框架,用于开发易于运维,高性能的RESTful 网络服务。
它由Yammer开发,用于增强基于JVM的后端服务,集合了来自Java生态系统中的稳定和成熟的程序库,组成了简单,轻量级的程序包,使得用户可以专注于把事情做好。
Dropwizard已是开箱即用的,它支持复杂的配置,应用环境, 日志和运维工具,使得你和你的团队可能在最短的时间内交付一个一流品质 HTTP+JSON 网络服务。
改进记录:
Using Java 8 as baseline
dropwizard-java8
bundle merged into mainline #1365HTTP/2 and server push support #1349
dropwizard-spdy
module is removed in favor ofdropwizard-http2
#1330Switching to
logback-access
for HTTP request logging #1415Support for validating return values in JAX-RS resources #1251
Consistent handling null entities in JAX-RS resources #1251
Returning an HTTP 500 error for entities that can't be serialized #1347
Support fallback to the
toString
method during deserializing enum values from JSON #1340Support for setting default headers in Apache HTTP client #1354
Printing help once on invalid command line arguments #1376
Support for case insensitive and all single letter
SizeUnit
suffixes #1380Added a development profile to the build #1364
All the default exception mappers in
ResourceTestRule
are registered by default #1387Ability to provide own
RequestLogFactory
#1290Support for authentication by polymorphic principals #1392
Support for configuring Jetty's
inheritedChannel
option #1410Support for using
DropwizardAppRule
at the suite level #1411Support for adding multiple
MigrationBundles
#1430Upgraded to Apache HTTP Client 4.5.2
Upgraded to argparse4j 0.7.0
Upgraded to Guava 19.0
Upgraded to Hibernate 5.0.7 #1429
Upgraded to Hibernate Validator 5.2.4.Final
Upgraded to Jadira Usertype Core 5.0.0.GA
Upgraded to Jackson 2.7.3
Upgraded to JDBI 2.72 `#1358
Upgraded to Jersey 2.22.2
Upgraded to Jetty 9.3.8.v20160314 #1330
Upgraded to Joda-Time 2.9.2
Upgraded to Liquibase 3.4.2
Upgraded to liquibase-slf4j 2.0.0
Upgraded to Mustache 0.9.1
Upgraded to SLF4J 1.7.18
Upgraded to tomcat-jdbc 8.0.32
Upgraded to AssertJ 3.3.0
下载地址: