summaryrefslogtreecommitdiffstats
path: root/aai-service
AgeCommit message (Collapse)AuthorFilesLines
2019-08-29Revert "Proposal to remove OSGi dependencies from the CCSDK project"Timoney, Dan (dt5972)20-6471/+0
This reverts commit b1dd81ede363508f83c86ed497b8c0815045f8e5. This commit contains a significant amount of new code with no jUnit testing, which drives our code coverage for this repo below mandatory 55% line coverage. Thus, this is not acceptable. Change-Id: I8a3196df31d0c86747bdb3facd963983276a66e2 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Roll versionsTimoney, Dan (dt5972)7-14/+14
Roll versions in master branch Change-Id: Idbfc7999336f017e81a1715a9255d72188647d18 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-26Proposal to remove OSGi dependencies from the CCSDK projectMatej Perina20-0/+6471
Dependencies on the OSGi frameworks and libraries are removed by integrating the CCSDK project with the lighty.io. It's a toolkit that allows to use ODL services (in this case core services and the Restconf) without the dependency on the Karaf framework and the Blueprint DI. In this change are created the lighty.io modules which initialize and expose same services as the Blueprint DI in the blueprint.xml files. More info about the lighty.io - https://lighty.io Change-Id: Ia9eed2f60c71b7fc2e93b738c857d290b28e9420 Signed-off-by: Matej Perina <matej.perina@pantheon.tech> Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech>
2019-08-15Code changes for OpenDaylight NeonTimoney, Dan (dt5972)7-15/+54
Updated code for OpenDaylight Neon, using conversion script in ccsdk/parent/tools. Change-Id: Ic91cff9ee50102b8af1a73f829908de82995b2ef Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Merge "CCSDK-1556 -Move this constructor to comply with Java Code Conventions"Dan Timoney6-12/+12
2019-08-09CCSDK-1556 -Move this constructor to comply with Java Code ConventionsThugutla Sailakshmi6-12/+12
Move this constructor to comply with Java Code Conventions Issue-ID: CCSDK-1556 Change-Id: I6b6c75c07cccdd4b18027f6c4ab3badf9c273c97 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-08-08sli adaptors features file cleanupSmokowski, Kevin (ks6305)2-49/+3
sli adaptors features file cleanup Issue-ID: CCSDK-1575 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I2832b1e4b4ac09e2ecc7371f66322ea627f8c576
2019-08-07Roll version to recreate artifactsTimoney, Dan (dt5972)6-12/+12
Roll version to 0.5.1 to recreate El Alto early drop artifacts Change-Id: Icf2a0373baf79ab869b70e7324bcd0bef50e5fb2 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-30Merge "Add "@Override" annotation above method signature"Dan Timoney1-1/+3
2019-07-30Merge "CCSDK-1559 -Rename this local variable to match the regular ↵Dan Timoney1-4/+4
expression '^[a-z][a-zA-Z0-9]*$'"
2019-07-30Merge "CCSDK-1557 -Replace the type specification in this constructor call ↵Dan Timoney1-1/+1
with the diamond operator ("<>")."
2019-07-30CCSDK-1559 -Rename this local variable to match the regular expression ↵Thugutla Sailakshmi1-4/+4
'^[a-z][a-zA-Z0-9]*$' Rename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$' Issue-ID: CCSDK-1559 Change-Id: I66e51fbb6f5836bc7b4ecb6640b2d63d7f7e1522 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-30Add "@Override" annotation above method signatureanushadasari1-1/+3
Using the @Override annotation is useful for: It elicits a warning from the compiler if the annotated method doesn't actually override anything, as in the case of a misspelling. It improves the readability of the source code by making it obvious that methods are overridden. Change-Id: Ibcba103817ae804b064972cbe93c4a7e85076db7 Issue-ID: CCSDK-1558 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-07-30CCSDK-1557 -Replace the type specification in this constructor call with the ↵Thugutla Sailakshmi1-2/+2
diamond operator ("<>"). Replace the type specification in this constructor call with the diamond operator ("<>"). Issue-ID: CCSDK-1557 Change-Id: I714ddaf9d289a2a1ec82b8236b83103020fd8d25 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-29CCSDK-1554 -Major issue-Remove this unused "cause" local variable.Thugutla Sailakshmi1-3/+2
Major issue-Remove this unused "cause" local variable. Issue-ID: CCSDK-1554 Change-Id: I44ecce26b9cc22970eb10bfb9deaf0aa9ca34eca Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-17Update parent version to 1.3.1Timoney, Dan (dt5972)6-6/+6
Update parent poms to version 1.3.1-SNAPSHOT Change-Id: I492fb0119507d39ca8ba46762375ca14a0065ab8 Issue-ID: CCSDK-1496 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-25Remove versions from project pomsTimoney, Dan (dt5972)3-10/+6
Remove versions from project poms and rely instead on dependencyManagement. Change-Id: I68171346273325e8dee0f7d2538549d2d8c154c8 Issue-ID: CCSDK-1416 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-15Updating aai adapter to v16 modelprakash.e26-431/+433
Updated AAI XSD model to v14 to make new schema's available to SDNC. Change-Id: I87030523747c21fcdb2f58ab9cab60124b7f9e25 Issue-ID: SDNC-764 Signed-off-by: Prakash.E <prakash.e@huawei.com>
2019-05-02Fix SDWAN aai_schema_v14.xsd site-resource parametersprakash.e1-0/+14
Added postal-code and city parameters under site-resource in aai_schema_v14.xsd to update site-resource input parameters in AAI from SDNC Change-Id: I9423de1d2362f49be766f054c1cf9df172de4b1e Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com>
2019-04-30Roll master to El AltoTimoney, Dan (dt5972)6-12/+12
Roll master version to El Alto versions Change-Id: I9f83adb1a3ce724cc541465a5af60078a615cd31 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-24Update to use released 1.2.2 parent0.4.2Timoney, Dan (dt5972)6-6/+6
Update to use released 1.2.2 version of parent poms. Change-Id: I90b5eebf030d746ff5f6166836d9dc88ad271e6e Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-02Resolve jersey conflictTimoney, Dan (dt5972)2-12/+13
Updated aai-service to use glassfish version of jersey. Note: there might be additional work needed to handle host name verification properly (jersey 2 handles that differently - see details in jira) Change-Id: I0bd6df2e0ebf222f730aa02e99d4b032fd492bef Issue-ID: CCSDK-1192 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-21Compile against Fluorine SR2Timoney, Dan (dt5972)6-12/+12
Updated to compile against Fluorine SR2 Change-Id: Ie7ccf14c802c92fe8250de307546b79776ed984e Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-14Prepare for release 0.4.1Timoney, Dan (dt5972)6-6/+6
Prepare to create release version 0.4.1 by using released version of parent pom Change-Id: I775f4171232f7258118e1ac426cb8d88e3c7ea09 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-06Deprecated named-query from AAIServiceRich Tabedzki15-905/+2
Changes made: * Removed named-query feature from AAIService codebase * Removed any additional unused classes * cleaned up aaiclient.properties * Removed related junit tests Change-Id: Ic9fffbff0eaa85a80f1aa0781c5e675e4bc44602 Issue-ID: CCSDK-1108 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2019-02-01improved handling of indexed dataRich Tabedzki23-461/+190
Changes made: * improve handling of indexed data in sli-adaptors:aai-service update request * added code to convert index based data to daat array based to better fit AAI UPDATE processing Change-Id: Ic5b457f546a70c82278c4f2c6b126b77e8d27eae Issue-ID: CCSDK-1013 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2019-01-31Merge "Fixed major sonar issue in AAIService.java"Dan Timoney1-19/+24
2019-01-30Merge "fixed sonar issue in AAIDeclarations.java"Dan Timoney1-4/+6
2019-01-30Merge "Sonar Fix: EchoRequest.java"Dan Timoney1-3/+4
2019-01-30Merge "Sonar fix: UpdateRequest.java"Dan Timoney1-2/+3
2019-01-30Merge "fixed sonar issue in GenericRequest.java"Dan Timoney1-2/+4
2019-01-30Merge "fixed sonar issues in NodesQueryRequest.java"Dan Timoney1-22/+4
2019-01-30Merge "fixed sonar issues in AAIServiceUtils.java"Dan Timoney1-2/+4
2019-01-30Merge "fixed sonar issues in NamedQueryRequest.java"Dan Timoney1-5/+7
2019-01-30Merge "fixed sonar issues in GenericQueryRequest.java"Dan Timoney1-3/+5
2019-01-30Merge "fixed sonar issue in AAIRequest.java"Dan Timoney1-2/+1
2019-01-30Merge "fixed sonar issues in AAIClientRESTExecutor.java"Dan Timoney1-5/+5
2019-01-11Changes for FluorineTimoney, Dan (dt5972)6-31/+26
Update sli/adaptors to compile against ODL Fluorine Change-Id: I9ec4c89301678e9398dc2c43db4cffff03953806 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-10fixed sonar issue in AAIDeclarations.javaSandeep J1-4/+6
fixed sonar issue Issue-ID: CCSDK-525 Change-Id: Ib22bbd3a59994d77713eeb5e556211ddb3f662d5 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-10Merge "Prepare for release build"0.4.0Dan Timoney6-230/+235
2019-01-09Sonar fix: UpdateRequest.javaArundathi Patil1-2/+3
Fixed sonar issues/code-smells across this file Issue-ID: CCSDK-922 Change-Id: I8c51fe961b9e007e44253c1c14850a0f79ea4f1e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-09Sonar Fix: EchoRequest.javaArundathi Patil1-3/+4
Fixed sonar issues/code-smells across this file Issue-ID: CCSDK-921 Change-Id: Ic438dfcd98b5643aef42da391e1926a2d79e6c38 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-09fixed sonar issue in GenericRequest.javaSandeep J1-2/+4
fixed sonar issue Issue-ID: CCSDK-525 Change-Id: Ice555ba2ca3ae91fd8c745d512d7615f214ffe09 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-09fixed sonar issues in NodesQueryRequest.javaSandeep J1-22/+4
fixed sonar issues Issue-ID: CCSDK-552 Change-Id: Ia09a12c091eb310ba31973d8777d79c70aa850a2 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-09fixed sonar issues in NamedQueryRequest.javaSandeep J1-5/+7
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I2947dc37fd46a07ceeed8a2014845f898b8d9699 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-09fixed sonar issues in AAIServiceUtils.javaSandeep J1-2/+4
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I9bf8336829eec56d5ddadef8adbb6b68b4cfbc99 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-09Fixed major sonar issue in AAIService.javaezhil1-19/+24
Change-Id: Ice32a830fa2d9885b64f7ce7a0d0fb47c268cb67 Issue-ID: CCSDK-914 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-09fixed sonar issues in GenericQueryRequest.javaSandeep J1-3/+5
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: Id3fa1cb63c7a5995f9c0f4705ba7efc2b445bd9d Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-09fixed sonar issue in AAIRequest.javaSandeep J1-2/+1
fixed sonar issue Issue-ID: CCSDK-525 Change-Id: I5de829cadb185a47fae62e0cef3f15dde9a90da2 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-09fixed sonar issues in AAIClientRESTExecutor.javaSandeep J1-5/+5
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I355f1db86baab851e882194102c1a93785decae0 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>