Dropwizard v2.0.3 Release Notes

Release Date: 2020-03-27 // about 4 years ago
  • 🔒 Security

    • 0️⃣ Disable message interpolation in ConstraintViolations by default (#3208)

    🐛 Bug fixes

    • Executor metrics shouldn't contain fmt string (#3142)
    • 🔦 Expose JmxReporter in Bootstrap (#3156)
    • 🛠 Fix FreeMarker "incompatible improvements" error logs (#3198)
    • 🛠 Fix regression in AbstractParam handling (#3163)

    ⚡️ Dependency updates

    • ⬆️ Bump checker-qual from 3.1.1 to 3.2.0 (#3178)
    • ⬆️ Bump freemarker from 2.3.29 to 2.3.30 (#3182)
    • ⬆️ Bump httpclient from 4.5.11 to 4.5.12 (#3183)
    • ⬆️ Bump jackson-bom from 2.10.2.20200130 to 2.10.3 (#3179)
    • ⬆️ Bump jakarta.activation-api from 1.2.1 to 1.2.2 (#3161)
    • ⬆️ Bump jakarta.xml.bind-api from 2.3.2 to 2.3.3 (#3175)
    • ⬆️ Bump javassist from 3.26.0-GA to 3.27.0-GA (#3199)
    • ⬆️ Bump jersey-bom from 2.30 to 2.30.1 (#3165)
    • ⬆️ Bump jetty-setuid-java from 1.0.3 to 1.0.4 (#3172)
    • ⬆️ Bump jetty.version from 9.4.26.v20200117 to 9.4.27.v20200227 (#3176)
    • ⬆️ Bump junit-jupiter from 5.6.0 to 5.6.1 (#3203)
    • ⬆️ Bump junit5.version from 5.6.0 to 5.6.1 (#3204)
    • ⬆️ Bump liquibase-core from 3.8.6 to 3.8.7 (#3170)
    • ⬆️ Bump liquibase-core from 3.8.7 to 3.8.8 (#3200)
    • ⬆️ Bump maven-javadoc-plugin from 3.1.1 to 3.2.0 (#3194)
    • ⬆️ Bump maven-site-plugin from 3.8.2 to 3.9.0 (#3190)
    • ⬆️ Bump metrics-bom from 4.1.2 to 4.1.3 (#3169)
    • ⬆️ Bump metrics-bom from 4.1.3 to 4.1.4 (#3173)
    • ⬆️ Bump metrics-bom from 4.1.4 to 4.1.5 (#3188)
    • ⬆️ Bump mockito.version from 3.2.4 to 3.3.0 (#3164)
    • ⬆️ Bump mockito.version from 3.3.0 to 3.3.3 (#3193)
    • ⬆️ Bump octokit from 4.16.0 to 4.17.0 in /docs (#3189)
    • ⬆️ Bump octokit from 4.17.0 to 4.18.0 in /docs (#3207)
    • ⬆️ Bump pgpverify-maven-plugin from 1.5.1 to 1.7.0 (#3184)
    • ⬆️ Bump sphinx from 2.4.2 to 2.4.3 in /docs (#3166)
    • ⬆️ Bump sphinx from 2.4.3 to 2.4.4 in /docs (#3180)
    • ⬆️ Bump tomcat-jdbc from 9.0.31 to 9.0.33 (#3196)

    📚 Documentation

    • 📚 Update dead link to Jersey documentation (#3197)
    • ⚡️ Update Javadoc and method signature for Cli#run(String...) (#3174)

    Assorted

    • ✅ Force English locale and UTC for dropwizard-example tests
    • 🔌 Enable maven-dependency-plugin analysis (#3202)
    • 🏗 Use Java 8, 11, and 14 in CI builds (#3205)