Skip to content

1.6.9

Latest
Compare
Choose a tag to compare
@angryziber angryziber released this 06 Jul 09:21
· 12 commits to main since this release
  • core: logger(name) is now accessible without a class instance context
  • core: Any.logger() will now take the closest non-anonymous superclass
  • server: errors.on(StatusCode) convenience reified function added
  • server: AssetsHandler will now allow serving of SPA index.html even if requested directory in assets exists
  • jdbc: BaseCrudRepository.list() and by() now both have the suffix parameter
  • jdbc: handle Postgres "cached plan must not change result type" exception by enabling autosave=conservative by default