Skip to content

v1.3.0

Compare
Choose a tag to compare
@TFaga TFaga released this 08 Sep 13:06
· 72 commits to master since this release
v1.3.0
5b28ae0

We're announcing the availability of KumuluzEE Logs 1.3.0.

This release includes support for KumuluzEE version 2.4.0 and a new implementation of the logging extensions Java Util Logging. Although the new version is backward compatible with your code it was completely reorganised as part of the major reorganisation that was developed in tandem withe the core KumuluzEE framework. This does however mean that this version required KumuluzEE 2.4.0 or higher in order to work. All the extra logging functionality was moved here (LogCommons, Logger, ...) and will now be available when adding any of the implementations to your project.

We're also adding support for basic common configuration (config file, log levels, ...) via the configuration framework that will be applied to whichever underlying implementation you choose. This allows you to configure logging alongside everything else in the framework and keep the configuration implementation independent.

Features

  • Reorganised to work with the latest version of the KumuluzEE logging extensions.
  • All the extra logging functionality (LogCommons etc.) that was previously available in the KumuluzEE core module was moved here, to better follow the modularity approach we are going for.
  • New logging extensions implementation - Java Util Logging.
  • Support for basic common configuration through the configuration framework.

Enhancements

  • (log4j2) Automatic configuration of the JUL bridge.
  • (log4j2) Added commons-logging bridge.