Skip to content

1.1.0

Compare
Choose a tag to compare
@arteam arteam released this 22 Mar 09:48
· 4183 commits to release/4.0.x since this release
233515e

http://www.dropwizard.io/1.1.0/docs

  • Upgraded to Hibernate ORM 5.2.7 #1871
  • Add runtime certificate reload via admin task #1799
  • List available tasks lexically via admin task #1939
  • Add support for optional resource protection #1931
  • 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
  • Flush loggers on command exit instead of destroying logging #1947
  • Add support for neverBlock on AsyncAppenders #1917
  • 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
  • Make GZipHandler sync-flush configurable #1685
  • 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
  • Support disabled and enabled attributes for metrics #1957
  • Support @UnitOfWork in sub-resources #1959
  • Upgraded to Jackson 2.8.6
  • Upgraded to Hibernate Validator 5.3.4.Final
  • Upgraded to Jetty 9.4.2.v20170220 #1901
  • Upgraded to tomcat-jdbc 8.5.9
  • Upgraded to Objenesis 2.5.1 #1654
  • Upgraded to AssertJ 3.6.2
  • Upgraded to classmate 1.3.3
  • Upgraded to Metrics 3.2.2 #1970
  • Upgraded to Mustache 0.9.4 #1766
  • Upgraded to Mockito 2.7.12
  • Upgraded to Liquibase 3.5.3
  • Upgraded to Logback 1.2.1 #1918
  • Upgraded to JDBI 2.78
  • Upgraded to Jersey 2.25.1
  • Upgraded to javassist 3.21.0-GA
  • Upgraded to Guava 21.0
  • Upgraded to SLF4J 1.7.24
  • Upgraded to H2 1.4.193
  • Upgraded to Joda-Time 2.9.7
  • Upgraded to commons-lang3 3.5
  • Upgraded to Apache HTTP Client 4.5.3