All Versions
30
Latest Version
Avg Release Cycle
22 days
Latest Release
1610 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.16 Changes
November 26, 2020👌 Improvements
- ➕ Add
ConfigOverride
for random application ports during tests (#3561)
🐛 Bug fixes
- 📇 Skip errors when visiting default implementations in
ConfigurationMetadata
(#3577)
⚡️ Dependency updates
- ⬆️ Bump hibernate-core from 5.4.23.Final to 5.4.24.Final (#3571)
- ⬆️ Bump jetty.version from 9.4.33.v20201020 to 9.4.35.v20201120 (#3552, #3574)
- ⬆️ Bump metrics-bom from 4.1.14 to 4.1.16 (#3566, #3578)
- ⬆️ Bump tomcat-jdbc from 9.0.39 to 9.0.40 (#3570)
- ⬆️ Bump assertj-core from 3.18.0 to 3.18.1 (#3564)
- ⬆️ Bump jna from 5.5.0 to 5.6.0 (#3562)
- ⬆️ Bump mockito.version from 3.5.15 to 3.6.28 (#3529, #3575)
- ⬆️ Bump testcontainers-bom from 1.14.3 to 1.15.0 (#3559)
- ⬆️ Bump pgpverify-maven-plugin from 1.9.0 to 1.10.0 (#3568)
- ⬆️ Bump sphinx from 3.3.0 to 3.3.1 in /docs (#3565)
- ⬆️ Bump actions/cache from v2.1.2 to v2.1.3 (#3560)
- ⬆️ Bump actions/stale from v3.0.13 to v3.0.14 (#3573)
Assorted
- ➕ Add
-
v2.0.15 Changes
November 03, 2020👌 Improvements
- 🛠 Fix logFormat configuration inconsistencies (#3530)
🐛 Bug fixes
- 📇 Prevent deep recursion in
ConfigurationMetadata
(#3536)
🔒 Security
- 0️⃣ Replace invalid default
excludedProtocols
inHttpsConnectorFactory
(#3533)- If you're using regular expressions in the
excludedProtocols
configuration setting, make sure change these to specific protocols, for example["TLSv1", "TLSv1.1", "TLSv1.2"]
instead of["TLSv1(\.[12])?"]
.
- If you're using regular expressions in the
- ⬆️ Bump jetty.version from 9.4.32.v20200930 to 9.4.33.v20201020 (#3522)
- This is addressing GHSA-g3wg-6mcf-8jj6 (CVE-2020-27216)
⚡️ Dependency updates
- ⬆️ Bump byte-buddy from 1.10.17 to 1.10.18 (#3539)
- ⬆️ Bump checker-qual from 3.7.0 to 3.7.1 (#3544)
- ⬆️ Bump hibernate-core from 5.4.22.Final to 5.4.23.Final (#3538)
- ⬆️ Bump joda-time from 2.10.7 to 2.10.8 (#3525)
- ⬆️ Bump assertj-core from 3.17.2 to 3.18.0 (#3524)
- ⬆️ Bump bcprov-jdk15on from 1.66 to 1.67 (#3540)
- ⬆️ Bump actions/stale from v3.0.12 to v3.0.13 (#3545)
- ⬆️ Bump sphinx from 3.2.1 to 3.3.0 in /docs (#3543)
Assorted
-
v2.0.14 Changes
October 22, 2020🐛 Bug fixes
- 👌 Support parsing system property configuration values as arrays when the field does not exist (#3442)
- ➕ Add null-checks to AnnotationSensitivePropertyNamingStrategy (#3515)
⚡️ Dependency updates
- ⬆️ Bump byte-buddy from 1.10.14 to 1.10.17 (#3460, #3462, #3492)
- ⬆️ Bump caffeine from 2.8.5 to 2.8.6 (#3503)
- ⬆️ Bump checker-qual from 3.6.0 to 3.7.0 (#3445, #3479)
- ⬆️ Bump Mustache Java compiler from 0.9.6 to 0.9.7 (#3508)
- ⬆️ Bump conscrypt-openjdk-uber from 2.5.0 to 2.5.1 (#3452)
- ⬆️ Bump guava from 29.0-jre to 30.0-jre (#3509)
- ⬆️ Bump hibernate-core from 5.4.21.Final to 5.4.22.Final (#3474)
- ⬆️ Bump hibernate-validator from 6.1.5.Final to 6.1.6.Final (#3473)
- ⬆️ Bump httpclient from 4.5.12 to 4.5.13 (#3490)
- ⬆️ Bump jdbi3-bom from 3.14.4 to 3.17.0 (#3484, #3491, #3497, #3510)
- ⬆️ Bump jersey-bom from 2.31 to 2.32 (#3465)
- ⬆️ Bump jetty.version from 9.4.31.v20200723 to 9.4.32.v20200930 (#3478)
- ⬆️ Bump joda-time from 2.10.6 to 2.10.7 (#3519)
- ⬆️ Bump metrics-bom from 4.1.12.1 to 4.1.14 (#3496, #3520)
- ⬆️ Bump mysql-connector-java from 8.0.21 to 8.0.22 (#3507)
- ⬆️ Bump tomcat-jdbc from 9.0.37 to 9.0.39 (#3456, #3495)
- ⬆️ Bump assertj-core from 3.17.1 to 3.17.2 (#3448)
- ⬆️ Bump jmh.version from 1.25.1 to 1.26 (#3444, #3494)
- ⬆️ Bump junit from 4.13 to 4.13.1 (#3500)
- ⬆️ Bump junit5.version from 5.6.2 to 5.7.0 (#3454, #3455)
- ⬆️ Bump mockito.version from 3.5.7 to 3.5.15 (#3439, #3446, #3459, #3464, #3513)
- ⬆️ Bump maven-project-info-reports-plugin from 3.1.0 to 3.1.1 (#3449)
- ⬆️ Bump jacoco-maven-plugin from 0.8.5 to 0.8.6 (#3457)
- ⬆️ Upgrade to NullAway 0.8.0 (#3504)
- ⬆️ Bump octokit from 4.18.0 to 4.19.0 in /docs (#3518)
- ⬆️ Bump sphinx-autobuild from 0.7.1 to 2020.9.1 in /docs (#3438)
- ⬆️ Bump joschi/setup-jdk from v1 to v2.3.0 (#3486)
- ⬆️ Bump actions/cache from v1 to v2.1.2 (#3487, #3498)
- ⬆️ Bump actions/stale from v1 to v3.0.12 (#3488, #3499)
Assorted
-
v2.0.13 Changes
August 31, 2020🐛 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
-
v2.0.12 Changes
July 21, 2020👌 Improvements
- Swallow
EofException
when response was incomplete (#3372) - Don't specify scope in
dependencyManagement
of BOM (#3373)
⚡️ Dependency updates
- ⬆️ Upgrade to Jackson 2.10.5 (#3381)
- ⬆️ Bump bcprov-jdk15on from 1.65.01 to 1.66 (#3364)
- ⬆️ Bump commons-lang3 from 3.10 to 3.11 (#3371)
- ⬆️ Bump metrics-bom from 4.1.10.1 to 4.1.11 (#3374)
- ⬆️ Bump mockito.version from 3.3.3 to 3.4.0 (#3367)
- ⬆️ Bump mockito.version from 3.4.0 to 3.4.2 (#3370)
- ⬆️ Bump mockito.version from 3.4.2 to 3.4.3 (#3375)
- ⬆️ Bump mockito.version from 3.4.3 to 3.4.4 (#3380)
- ⬆️ Bump mysql-connector-java from 8.0.20 to 8.0.21 (#3368)
- ⬆️ Bump pgpverify-maven-plugin from 1.8.0 to 1.9.0 (#3365)
Assorted
- Swallow
-
v2.0.11 Changes
July 21, 2020👌 Improvements
- Export cache stats in
CachingAuthorizer
andCachingAuthenticator
(#3360)
⚡️ Dependency updates
- ⬆️ Bump bcprov-jdk15on from 1.65 to 1.65.01 (#3312)
- ⬆️ Bump byte-buddy from 1.10.10 to 1.10.11 (#3324)
- ⬆️ Bump byte-buddy from 1.10.11 to 1.10.12 (#3339)
- ⬆️ Bump byte-buddy from 1.10.12 to 1.10.13 (#3354)
- ⬆️ Bump caffeine from 2.8.4 to 2.8.5 (#3353)
- ⬆️ Bump checker-qual from 3.4.0 to 3.4.1 (#3318)
- ⬆️ Bump checker-qual from 3.4.1 to 3.5.0 (#3357)
- ⬆️ Bump hibernate-core from 5.4.16.Final to 5.4.17.Final (#3316)
- ⬆️ Bump hibernate-core from 5.4.17.Final to 5.4.18.Final (#3341)
- ⬆️ Bump hsqldb from 2.5.0 to 2.5.1 (#3352)
- ⬆️ Bump jakarta.servlet-api from 4.0.3 to 4.0.4 (#3342)
- ⬆️ Bump jdbi3-bom from 3.13.0 to 3.14.0 (#3334)
- ⬆️ Bump jdbi3-bom from 3.14.0 to 3.14.1 (#3336)
- ⬆️ Bump jetty.version from 9.4.29.v20200521 to 9.4.30.v20200611 (#3333)
- ⬆️ Bump maven-project-info-reports-plugin from 3.0.0 to 3.1.0 (#3323)
- ⬆️ Bump maven-shade-plugin from 3.2.3 to 3.2.4 (#3322)
- ⬆️ Bump maven-site-plugin from 3.9.0 to 3.9.1 (#3349)
- ⬆️ Bump metrics-bom from 4.1.10 to 4.1.10.1 (#3359)
- ⬆️ Bump metrics-bom from 4.1.9 to 4.1.10 (#3358)
- ⬆️ Bump sphinx from 3.0.2 to 3.0.3 in /docs
- ⬆️ Bump sphinx from 3.0.3 to 3.0.4 in /docs (#3310)
- ⬆️ Bump sphinx from 3.0.4 to 3.1.0 in /docs (#3328)
- ⬆️ Bump sphinx from 3.1.0 to 3.1.1 in /docs (#3332)
- ⬆️ Bump sphinx from 3.1.1 to 3.1.2 in /docs (#3361)
- ⬆️ Bump sphinx-rtd-theme from 0.4.3 to 0.5.0 in /docs (#3337)
- ⬆️ Bump testcontainers-bom from 1.14.2 to 1.14.3 (#3314)
- ⬆️ Bump tomcat-jdbc from 9.0.35 to 9.0.36 (#3325)
- ⬆️ Bump tomcat-jdbc from 9.0.36 to 9.0.37 (#3362)
- ⬆️ Upgrade to Error Prone 2.4.0 (#3345)
- ⬆️ Upgrade to Liquibase 3.10.0 (#3350)
Assorted
- ✂ Remove explicit SnakeYAML dependency
📚 Documentation
- ➕ Add docs for
includeStackTrace
setting of syslog appender - ➕ Add documentation on JUnit 5.x support
- Export cache stats in
-
v2.0.10 Changes
May 26, 2020⚡️ 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
Assorted
- ✅ Stabilize JSON serialization of potentially flakey tests
- 👉 Use circleci/openjdk:11-jdk-buster on CircleCI
📚 Documentation
-
v2.0.9 Changes
May 04, 2020👌 Improvements
- 👍 Allow overriding default media type in
AssetServlet
andAssetBundle
(#3269) - 🛠 Fix random port assignment in
Resource
(dropwizard-testing
) (#3270) - ➕ Add missing
DAOTest#setPassword()
method (#3274)
⚡️ Dependency updates
- ⬆️ Upgrade to Jackson 2.10.4 (#3273)
- ⬆️ Bump caffeine from 2.8.1 to 2.8.2 (#3265)
- ⬆️ Bump hibernate-core from 5.4.14.Final to 5.4.15.Final (#3268)
- ⬆️ Bump hibernate-validator from 6.1.3.Final to 6.1.4.Final (#3255)
- ⬆️ Bump jdbi3-bom from 3.12.2 to 3.13.0 (#3260)
- ⬆️ Bump joda-time from 2.10.5 to 2.10.6 (#3264)
- ⬆️ Bump metrics-bom from 4.1.6 to 4.1.7 (#3271)
- ⬆️ Bump sphinx from 3.0.1 to 3.0.2 in /docs (#3254)
Assorted
- 👍 Allow overriding default media type in
-
v2.0.8 Changes
April 14, 2020👌 Improvements
- 👌 Support customizing
BootstrapServiceRegistryBuilder
(#3244)
⚡️ Dependency updates
- ⬆️ Bump hibernate-validator from 6.1.2.Final to 6.1.3.Final (#3249)
- ⬆️ Bump jetty.version from 9.4.27.v20200227 to 9.4.28.v20200408 (#3250)
- ⬆️ Bump junit5.version from 5.6.1 to 5.6.2 (#3247, #3248)
- ⬆️ Bump maven-shade-plugin from 3.2.2 to 3.2.3 (#3252)
- ⬆️ Bump sphinx from 3.0.0 to 3.0.1 in /docs (#3242)
- 👌 Support customizing
-
v2.0.7
April 10, 2020