networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
836 stars 324 forks source link

Bump jackson-databind from 2.17.0 to 2.17.1 #1064

Closed justin-tay closed 3 months ago

justin-tay commented 3 months ago

The notable change from 2.17.0 to 2.17.1 is to change default recycler pool back to threadLocalPool as there were reported performance issues.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.07%. Comparing base (48ca3c2) to head (f6e3eff). Report is 29 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1064 +/- ## ============================================ + Coverage 78.90% 79.07% +0.16% - Complexity 1965 2046 +81 ============================================ Files 172 196 +24 Lines 6352 6580 +228 Branches 1255 1248 -7 ============================================ + Hits 5012 5203 +191 - Misses 867 903 +36 - Partials 473 474 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

stevehu commented 3 months ago

Very good point. I will upgrade other repos with this new version. Thanks.