diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-08-13 17:19:09 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-08-15 16:20:15 +0100 |
commit | 046b5040ce97e5faf59f3f302331bd9da6e80d02 (patch) | |
tree | 3c06aaef38565040e7cc8463a8d3b7b1a81bf4c6 /.gitignore | |
parent | 635cde469ace4c7d60ba87bc0f9e4b26db59a1d1 (diff) |
Adding code for bootstrapping policy distribution
* Code changes for initializing handlers & related plugins from
configuration parameter JSON file.
* Using common parameter service for refering parameters at multiple
places.
* Moved related parameters classes from "main" to "reception" to avoid maven
cyclic dependency errors.
* Added test cases for new code chnages. The test coverage is around
95%.
* Changed logging from slf4j to common-logging.
Change-Id: Ifb77cfaa6e6472d43295a7c41a49ddd657c0e2c2
Issue-ID: POLICY-1035
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ target .metadata/ /bin/ +.log |