Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.2-incubating, 0.3-incubating
-
None
-
Important
Description
Minimize and simplify the functionality of the events module. The module should finally only contain the following functionality:
- Definitions for change events for configurations and property sources.
- a emchanism to compare configuration or property sources and create
immutable snapshots of the instances. - a mechanism to automatically collect all changes between two configuration snapshots.
- the possibility to publish change events, both in SE and CDI environments.
- the possibility to programmatically or by configuration add configuration event listeners.
All other functionality should be removed.
NOTE: This change will remove parts of the former API.