summaryrefslogtreecommitdiffstats
path: root/main/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-04-16Upgrade distribution to 2.0.6 version3.0.2-ONAP2.0.6casablancaPamela Dragosh1-1/+1
For Casablanca Maintenance Release 3.0.2 - keystore upgrade. Issue-ID: POLICY-1649 Change-Id: Ia51512dc90c8ddf57742f8fa74f5215dc782bd73 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-03-20Update version for release2.0.5Pamela Dragosh1-1/+1
Need to bump the version of this for maintenance release. This new release simply removes bad license in the JUnit tests so functionally all is the same. Also bringing the latest policy/engine which has fixes in it. Change-Id: Ie5d8fbfb3ca68e2193d49525f252d3d6a58fd1b9 Issue-ID: POLICY-1607 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-01-10Move to 2.0.4-SNAPSHOT version2.0.4Jorge Hernandez1-1/+1
Change-Id: Ic0870fd89bdc303d8e9c95aaa49db79e320fe12d Issue-ID: POLICY-1390 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2018-11-15Update version to 2.0.3-SNAPSHOT3.0.0-ONAP2.0.3liamfallon1-1/+1
Change-Id: Ifd9c18586d22c6a84997adf2d20a943df371504a Issue-ID: POLICY-1262 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-10-31Step version for Casablanca supportliamfallon1-3/+2
Issue-ID: POLICY-1233 Change-Id: Iebf0b77a9b87543ebe99d6a6eab0939bd276931c Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-10-25Fix refering to snapshot in policy/distribution2.0.1ramverma1-1/+1
Issue-ID: POLICY-1213 Change-Id: I7262a00ec35549e63127f8a3730ca8aa75da09aa Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-08-28Removing plugin dependency from distribution mainramverma1-6/+1
* Removing plugin dependency from main. Ideally main should not be dependent on plugins. * Creating dummy handler, decoder, forwarder classes for test cases in main. * Combined few json test files. * Added more test cases. Change-Id: Id75e21d5d403febd9ac2b059661e17663d638dc2 Issue-ID: POLICY-1035 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-08-24Fix sonar and checkstyle issues in distributionramverma1-12/+2
* Fixing all check style issues. * Fixing all sonar issues. * Adding maven check style plugin to fail at warning level. Change-Id: I791b8feef39a3a0c3e1e250efea7b6e78208bf07 Issue-ID: POLICY-1035 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-08-22Adding health check endpoint to distributionramverma1-0/+10
* Adding health check REST endpoint to distribution service. * Adding isAlive field to DistributionActivator to fetch the health status. * Adding parameter group for rest server parameters. * Adding DistributionRestController for hosting all the rest endpoints in distribution service. * Adding DistributionRestServer to manage lifecycle of distribution rest server. * Adding ParameterValidationUtils utility class for common validations. Plan is to move this class to policy-common for wider use later. * Adding test cases for all new code added. * Refering common classes from policy/common Change-Id: I246d57133ed1f0c3548bcdee173d7b64fb368abc Issue-ID: POLICY-1035 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-08-09Adding configuration parameters for distributionramverma1-0/+10
* Adding main configuration parameters to distribution component. The intention is to define a top level parameter group that should be capable of handling all the parameters needed for the framework. * Added validation to check the actuall class by loading it from classpath. * Added Test Cases for configuration parameter. The coverage of the package is 95.3 %. Change-Id: I87c4c34d9df2c9b5a0ab75bef2bbe0d25e38747b Issue-ID: POLICY-1035 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-07-31Add start and parameter handlingliamfallon1-8/+41
Add startup code, command line parsing, service start, and parameter handling for the policy distribution service. Issue-ID: POLICY-922 Change-Id: Ie664aba6541304cf9b635541e9688c681b24952d Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-07-20Initial module structure for Policy Distributionliamfallon1-0/+42
This submission defines the initial module strucutre for the distribution component in the ONAP Policy Framework. The structure is documented here: https://wiki.onap.org/display/DW/Policy+Platform+-+SDC+Service+Distribution+Software+Architecture Change-Id: I0adbffbcd598250cb9a0b8ce07806e564bf83a85 Issue-ID: POLICY-922 Signed-off-by: liamfallon <liam.fallon@ericsson.com>