Skip to content

v2.1.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@TFaga TFaga released this 19 Mar 17:32
· 603 commits to master since this release
v2.1.0-beta.3
b2a9062

This beta update includes initial functionality for framework wide configuration management with initial support for file and environment variables configuration source. More sources (etcd, consul, ...) will be added as part of the KumuluzEE Cloud group of extensions which will be released at a later date. In addition it also includes initial support for dynamic datasource creation and registration with a new default built in datasource implementation.

The new version should be released in the next few days if no issues arise.

Features

  • Added support for framework wide configuration mechanism with the file and environment variable sources included together with CDI bindings for easier access to config values
  • Added support for dynamic datasource creating and registration using the now standard configuration mechanism also added in this beta

Enhancements

  • Added internal support for dynamically adding filters
  • Added a default filter for the X-Powered-By header