Skip to content

v2.2.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@TFaga TFaga released this 29 Mar 12:26
· 573 commits to master since this release
v2.2.0-beta.1
fba68f7

We're releasing a quick beta now to test a few additions to the advanced logging framework, which was added in the last release. We found them to be very useful, so we wanted to release them as soon as possible. There are also some code cleanups and no more barrier for running an app inside a JAR. A more convenient plugin to correctly package it in a single jar will follow shortly.

Enhancements

  • Added additional logging methods to LogCommons method entry and exit that support usage of custom markers. Before this change the marker was automatically set to a predefined one.
  • Extended the build-in log messages to more easily construct them.
  • Removed the barrier for running inside JARs. WIth the other fixes this enables initial JAR support with outside dependencies.
  • Code cleanups.