Skip to content

2.11.0

Compare
Choose a tag to compare
@michel-kraemer michel-kraemer released this 25 Jul 13:15
· 65 commits to master since this release
  • Update to Jackson 2.11.1
  • Add integration tests for Jackson 2.10 and 2.11
  • Improve performance by caching UTF-8 decoder (#81)
  • Fix incorrect end of file in UnsafeByteArrayInputStream (#87, thanks to @neopaf)
  • Improve precision of BigDecimals. Directly convert them to double (#84)
  • Deserializers now handle buffered objects correctly (#72)
  • Migrate to GitHub Actions