Type | Changes | By |
---|---|---|
IntEnzConfig will not be a singleton, as one static instance is created for every web application context (namely intenz-public and intenz-ws), but only one is available via JMX in the end, the other remaining hidden. Solution: register two instances (not singletons to avoid memory leaks). | rafalcan |
Type | Changes | By |
---|---|---|
Added this module, refactored out from intenz-public so that configuration can also be used by intenz-ws. | rafalcan |