Dropwizard v2.0.10 Release Notes

Release Date: 2020-05-26 // almost 4 years ago
  • ⚡️ Dependency updates

    • ⬆️ Bump assertj-core from 3.15.0 to 3.16.0 (#3281)
    • ⬆️ Bump assertj-core from 3.16.0 to 3.16.1 (#3288)
    • ⬆️ Bump byte-buddy from 1.10.9 to 1.10.10 (#3267)
    • ⬆️ Bump caffeine from 2.8.2 to 2.8.3 (#3296)
    • ⬆️ Bump caffeine from 2.8.3 to 2.8.4 (#3303)
    • ⬆️ Bump checker-qual from 3.3.0 to 3.4.0 (#3275)
    • ⬆️ Bump hibernate-core from 5.4.15.Final to 5.4.16.Final (#3297)
    • ⬆️ Bump hibernate-validator from 6.1.4.Final to 6.1.5.Final (#3282)
    • ⬆️ Bump jersey-bom from 2.30.1 to 2.31 (#3307)
    • ⬆️ Bump jetty.version from 9.4.28.v20200408 to 9.4.29.v20200521 (#3304)
    • ⬆️ Bump metrics-bom from 4.1.7 to 4.1.8 (#3294)
    • ⬆️ Bump metrics-bom from 4.1.8 to 4.1.9 (#3308)
    • ⬆️ Bump pgpverify-maven-plugin from 1.7.0 to 1.8.0 (#3302)
    • ⬆️ Bump testcontainers-bom from 1.14.1 to 1.14.2 (#3295)
    • ⬆️ Bump tomcat-jdbc from 9.0.34 to 9.0.35 (#3290)
    • ✂ Remove unused dependency on Objenesis (#3300)

    👌 Improvements

    • 🏗 Enable reproducible builds (#3305)
    • 0️⃣ Reuse DefaultThreadFactory (#3285)

    Assorted

    • ✅ Stabilize JSON serialization of potentially flakey tests
    • 👉 Use circleci/openjdk:11-jdk-buster on CircleCI

    📚 Documentation

    • ➕ Add details on how to configure filterFactories (#3283)
    • ➕ Added note on Task.execute method (#3279)
    • 🔄 Changed signature of Task.execute method (#3278)