Dropwizard v2.0.13 Release Notes

Release Date: 2020-08-31 // over 3 years ago
  • 🐛 Bug fixes

    • 🖐 Handle null values in Optional* ParamConverters (#3431)

    ⚡️ Dependency updates

    • ⬆️ Bump Maven plugins in java-simple Maven archetype template (#3389)
    • ⬆️ Bump assertj-core from 3.16.1 to 3.17.1 (#3423, #3437)
    • ⬆️ Bump byte-buddy from 1.10.13 to 1.10.14 (#3396)
    • ⬆️ Bump checker-qual from 3.5.0 to 3.6.0 (#3398)
    • ⬆️ Bump commons-text from 1.8 to 1.9 (#3387)
    • ⬆️ Bump conscrypt-openjdk-uber from 2.4.0 to 2.5.0 (#3420)
    • ⬆️ Bump guava from 28.2-jre to 29.0-jre (#3251)
    • ⬆️ Bump hibernate-core from 5.4.18.Final to 5.4.21.Final (#3388, #3405, #3436)
    • ⬆️ Bump jdbi3-bom from 3.14.1 to 3.14.4 (#3413, #3425)
    • ⬆️ Bump jetty.version from 9.4.30.v20200611 to 9.4.31.v20200723 (#3394)
    • ⬆️ Bump jmh.version from 1.23 to 1.25.1 (#3399, #3412, #3434)
    • ⬆️ Bump maven-archetype-plugin.version from 3.1.2 to 3.2.0 (#3383)
    • ⬆️ Bump maven-filtering from 3.1.1 to 3.2.0 (#3409)
    • ⬆️ Bump maven-resources-plugin from 3.1.0 to 3.2.0 (#3410)
    • ⬆️ Bump metrics-bom from 4.1.11 to 4.1.12.1 (#3401)
    • ⬆️ Bump mockito.version from 3.4.4 to 3.5.7 (#3395, #3417, #3419, #3424, #3428, #3429)
    • ⬆️ Bump sphinx from 3.1.2 to 3.2.1 in /docs (#3402, #3416)
    • ⬆️ Upgrade to Liquibase 3.10.2 (#3392)

    Assorted

    • ➕ Add Jersey bean validation end-to-end test (#3391)
    • 👷 Less noisy CI output: mvn --no-transfer-progress (#3400)