Dropwizard v2.0.1 Release Notes

Release Date: 2020-01-30 // over 4 years ago
  • 🐛 Bug fixes

    • Prefer jakarta apis over older javax apis (#3069)
    • 🛠 Fix thread safety issue with eTag calculation (#3120)

    ⚡️ Dependency updates

    • ⬆️ Bump assertj-core from 3.14.0 to 3.15.0 (#3116)
    • ⬆️ Bump byte-buddy from 1.10.4 to 1.10.5 (#3060)
    • ⬆️ Bump byte-buddy from 1.10.5 to 1.10.6 (#3071)
    • ⬆️ Bump byte-buddy from 1.10.6 to 1.10.7 (#3110)
    • ⬆️ Bump caffeine from 2.8.0 to 2.8.1 (#3102)
    • ⬆️ Bump checker-qual from 3.0.1 to 3.1.0 (#3093)
    • ⬆️ Bump guava from 28.1-jre to 28.2-jre (#3086)
    • ⬆️ Bump hibernate-validator from 6.1.0.Final to 6.1.1.Final (#3101)
    • ⬆️ Bump httpclient from 4.5.10 to 4.5.11 (#3104)
    • ⬆️ Bump jackson-bom from 2.10.1 to 2.10.2 (#3092)
    • ⬆️ Bump jackson-bom from 2.10.2 to 2.10.2.20200130 (#3122)
    • ⬆️ Bump jdbi3-bom from 3.11.1 to 3.12.0 (#3064)
    • ⬆️ Bump jersey-bom from 2.29.1 to 2.30 (#3096)
    • ⬆️ Bump jetty.version from 9.4.24.v20191120 to 9.4.25.v20191220 (#3080)
    • ⬆️ Bump jetty.version from 9.4.25.v20191220 to 9.4.26.v20200117 (#3105)
    • ⬆️ Bump jmh.version from 1.22 to 1.23 (#3112)
    • ⬆️ Bump junit from 4.12 to 4.13 (#3088)
    • ⬆️ Bump junit-jupiter from 5.5.2 to 5.6.0 (#3108)
    • ⬆️ Bump junit5.version from 5.5.2 to 5.6.0 (#3109)
    • ⬆️ Bump lesscpy from 0.13.0 to 0.14.0 in /docs (#3113)
    • ⬆️ Bump liquibase-core from 3.8.2 to 3.8.3 (#3070)
    • ⬆️ Bump liquibase-core from 3.8.3 to 3.8.4 (#3077)
    • ⬆️ Bump liquibase-core from 3.8.4 to 3.8.5 (#3095)
    • ⬆️ Bump maven-source-plugin from 3.2.0 to 3.2.1 (#3075)
    • ⬆️ Bump mockito.version from 3.2.0 to 3.2.4 (#3067)
    • ⬆️ Bump octokit from 4.14.0 to 4.15.0 in /docs (#3090)
    • ⬆️ Bump pgpverify-maven-plugin from 1.5.0 to 1.5.1 (#3074)
    • ⬆️ Bump slf4j.version from 1.7.29 to 1.7.30 (#3066)
    • ⬆️ Bump sphinx from 2.2.2 to 2.3.0 in /docs (#3063)
    • ⬆️ Bump sphinx from 2.3.0 to 2.3.1 in /docs (#3076)
    • ⬆️ Bump tomcat-jdbc from 9.0.29 to 9.0.30 (#3061)

    Assorted

    • GitHub Actions checkout v2 (#3078)
    • ➕ Add configuration for Dependabot (#3081)
    • 0️⃣ Use default PGP keyservers (hkps://hkps.pool.sks-keyservers.net)
    • 📚 Replacing ResourceTestRule with ResourceExtension in documentation (#3087)
    • Example validation annotations (#3082)
    • ✅ FileAppenderFactoryTest: verify that the appender has started (#3079)
    • 👉 Use LinkedHashMap in App1Resource for deterministic iterations (#3103)