Skip to content

9.4

Compare
Choose a tag to compare
@kagkarlsson kagkarlsson released this 15 Feb 17:36
· 306 commits to master since this release
  • PR #174 removes requirement for beans validator for Spring Boot starter. Contributed by dmoidl.
  • PR #171 adds the ability to change the default log-level for failures, which occur when an ExecutionHandler throws a RuntimeException. Default has previosly been ERROR. Default is now changed to WARN, but can be set with the new builder-method .failureLogging(LogLevel.INFO, true). Contributed by dmoidl