Skip to content

1.0.65

Compare
Choose a tag to compare
@stevehu stevehu released this 07 Jan 23:30
· 349 commits to master since this release

1.0.65 - 2022-01-07

Changed

  • fixes #492 Sort ValidationMessage by its type. Thanks @jsu216
  • fixes #490 Handle the situation when context class loader is null. Thanks @vti and @viacheslav Tykhanovskyi
  • fixes #489 Fix flakiness in CollectorContextTest. Thanks @pthariensflame
  • upgrade to logback 1.2.7 to resolve some x-ray warnings
  • upgrade to undertow 2.2.14 to resolve some x-ray warnings.
  • fixes #488 Fix violations of Sonar rule 2142. Thanks @khaes-kth
  • fixes #477 apply default in objects and arrays. Thanks @SiemelNaran
  • fixes #485 FailFast should not cause an exception on if. Thanks @gareth-robinson
  • fixes #483 Add Java Syntax Highlighting to specversion.md. Thanks @JLLeitschuh
  • fixes #482 upgrade to joni 2.1.41 to resolve a security concern