summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-03Update lifecycle stateDan Timoney1-1/+1
Update lifecycle state to Mature Change-Id: I40ac79322c51c17efd6df826223210ca6ce9d474 Issue-ID: CCSDK-2660 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-03Address javadoc build issuesDan Timoney13-3/+79
maven-javadoc-plugin started to fail when using java 11 compiler. Some issues are addressed in latest version of plugin (3.2.0), but it appears some issues remain. To address this, we use the latest plugin version and configure maven to continue if javadoc errors occur. Note: this issue is currently causing verify builds to fail - thus, this is a blocking issue. Change-Id: I0a9882b4b93ea18b29e2d53d269cf70dda77a4d1 Issue-ID: CCSDK-2728 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-01Upgrade to latest springboot releaseDan Timoney2-5/+5
Upgrade to latest springboot release (2.3.3.RELEASE) Change-Id: I2aabcc0f258912f79ea6334ebec0ab342a2b066f Issue-ID: CCSDK-2633 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-24add sdnr dependency versionsMichael Dürre10-0/+128
manage es dmaap and frontend-plugin version Issue-ID: CCSDK-2685 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I998abd575db6cdc90b70b4d8ab8a13733aff5aae
2020-08-21Update jackson-databind versionDan Timoney1-1/+1
Update to SECCOM recommended version 2.11.0 Change-Id: Ibfe40a7371a591639b5414623083a7ff6fefe2a4 Issue-ID: CCSDK-2686 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-21Upgrading versionsSingal, Kapil (ks220y)13-66/+66
Fixing properties to have new SNAPSHOT version as older are missing from nexus Issue-ID: CCSDK-2684 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I8b1e670c5f16f6dee7ced09ba041f7cf4cabac6f
2020-08-14fixed maven-javadoc-plugin version for j11Michael Dürre9-18/+0
comment plugin version out. managed by odl parent to 3.1.1 Issue-ID: CCSDK-2648 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ib5bc9fb771728bf0f8bbf10eb9e260ded28cb682
2020-08-06Roll to next snapshot versionDan Timoney22-37/+37
Roll to snapshot version 2.0.1-SNAPSHOT Change-Id: I42f22947b51fb09de0b2dc364e7b5e0e01dbacd4 Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-06Create initial Guilin version of CCSDKDan Timoney1-0/+5
Create initial Guilin version of CCSDK Change-Id: I1ac2216f06494241ae16079893f4797fe27b99c5 Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-05Merge "switch to sodium"Dan Timoney24-1168/+1677
2020-07-06switch to sodiumMichael Dürre24-1168/+1677
fix dependencies and versions for sodium SR3 Issue-ID: CCSDK-2518 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I46a4def45fed75aeb3b507831446a2d8d26a2f52
2020-07-02Add Sodium SR3 installed pomDan Timoney2-0/+3429
Add new pom.xml that lists dependencies installed in Sodium SR3. File was generated from base Sodium SR3 image using ccsdk/parent/tools/mkbom.sh script Change-Id: I899410886ba3b7d44e1d8bb833abd31fecb6fa9e Issue-ID: CCSDK-2442 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-05Restore missing ODL dependenciesDan Timoney1-0/+54
Restore missing ODL dependency management entries, which were causing compile failures. Change-Id: I88ac3bbd2fb2fd2ebb2f683852d0ef16558b6cf0 Issue-ID: CCSDK-2397 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-01Add new BOM for preinstalled ODL dependenciesDan Timoney4-145/+3543
Add new BOM to reflect dependency versions installed in ODL image. This new BOM is created by a new script - mkbom.sh - based on jar files installed in the OpenDaylight local maven repository. Issue-ID: CCSDK-2397 Change-Id: I70881f1db55a1482ce1d33ee598b69b4ad2661ba Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-18Add/correct property settingsDan Timoney14-2/+23
Added ccsdk.features.version property to parent pom and fixed versions of SDC libraries to latest released versions. Change-Id: Ia431e5731a430f7cc45d0448d33fbb3808c2c5e9 Issue-ID: CCSDK-2378 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-29Add new CCSDK version of oparentDan Timoney4-2/+443
Add new CCSDK parent pom based on ONAP oparent Change-Id: I184f4170095ddc118e69b9668494d935bfee718c Issue-ID: CCSDK-2182 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-23Fix embedded tomcat versionDan Timoney1-1/+1
Fixed embedded tomcat version in dependencies-bom to be consistent with property value. Change-Id: Ic3eb0f3ba9eed4d8e0f2aef0b0d4333181dcc0b6 Issue-ID: CCSDK-2332 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-21Fix settings for yang2swaggerDan Timoney1-10/+16
Fix settings for yang2swagger in client pom Change-Id: I345007bc573ffe7af166c7fd2a307c1693d8abb1 Issue-ID: SDNC-1173 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-10Add OpenDaylight BGP dependenciesDan Timoney1-0/+7
Add OpenDaylight BGP artifacts BOM to CCSDK's own dependencies BOM used for OpenDaylight-dependent projects. Change-Id: I0a7a60731f9ba0a169dc50a60f77bf260ae84174 Issue-ID: CCSDK-2307 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-09Updated script to handle sed issuesDan Timoney1-1/+3
The 'sed' line added to the updParentVersion script introduced 2 problems: 1) sed inline edit (-i option) saves a backup copy unless you pass the empty string ('') as the suffix , which is the arg to the -i option. 2) BSD sed (e.g. the version installed in Mac OSX) does not support \n as newline in replacement strings. The more portable solution is to simply escape a literal newline in the replacement string. Change-Id: Ia3a3b2635b8cc9ce57ec41c2e55c1384587325c7 Issue-ID: CCSDK-2308 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-24upgrade logging librarySmokowski, Kevin (ks6305)9-9/+9
change logging-analytics.version 1.6.5 to 1.6.6 Issue-ID: CCSDK-2187 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I5770b585134689d3362949a0a81bc97fe4d5253d
2020-03-24Update CCSDK versions for GuilinDan Timoney12-72/+72
Update CCSDK versions for Guilin Change-Id: I71986ca9f0863b6c3e67cdf7fc11f195cf4d01dc Issue-ID: CCSDK-2166 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-11Update version of tomact-jdbc libraryRich Tabedzki13-13/+13
Changes made: * Updated version of tomact-jdbc library from 9.0.27 to 9.0.30 Issue-ID: CCSDK-2169 Change-Id: Id917f36f04064d5a211f596d0256ad80e65a2467 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2020-03-06Fixing updateParentVersion.shSingal, Kapil (ks220y)1-1/+4
1) Add command to keep empty line between header and project tag in pom.xml 2) Adding param to keep CDATA value as is. Issue-ID: CCSDK-2164 Change-Id: Ic4babea86eb6d3f50d3674b7c8c829171cc13465 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-03-04Roll master version to Guilin numberingDan Timoney20-36/+36
Roll master branch of ccsdk parent to 2.0.0-SNAPSHOT for Guilin. Since we anticipate breaking changes associated with Java 8 -> 11 and Sodium, the Guilin version will be a major version update (1.x -> 2.0) Change-Id: I3bf2c447fbecff4aa1973b9087190a2e41961457 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-03Release Frankfurt M4 artifactsDan Timoney1-0/+5
Release Frankfurt M4 version of CCSDK artifacts (version 1.5.2 of parent) Change-Id: I9bb896dff9449d0fc5805649cbeec52310bb5595 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-02-27Upgrading logging-analytics to 1.6.5Singal, Kapil (ks220y)13-13/+67
Overriding Junit dependency with version 4.12 Upgrading mockito-core version to 2.23.4 in dependency-odl-bom Issue-ID: CCSDK-2125 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ia5104f47728024361867102dd25adca454f53a73
2020-02-27Update CCSDK standalone parent pomlalena.aria1-3/+2
Changes made: Update standalone parent pom fasterxml.jackson.version to 2.10.0 to address security vulnerability. Issue-ID: CCSDK-1810 Change-Id: Ie8601cd7e724fafb343bdcd4b80e058c9548f580 Signed-off-by: lalena.aria <lalena.aria@att.com>
2020-02-20Refactoring parent root pomsSingal, Kapil (ks220y)14-52/+38
Updating protobuf and grpc version Issue-ID: CCSDK-2107 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I09fa6f600cf74b5d8049d195b67c889af7d9ca9d
2020-02-20Refactoring parent root pomsSingal, Kapil (ks220y)19-1016/+1558
1) dependency-odl-bom is being imported to other parent poms, removing / cleaning up duplicate dependencies 2) Adding spring-boot-setup pom and related templates for spring-boot parent poms 3) Adding jetty-server to dependency-odl-bom 4) Adding org.onap.logging-analytics dependency to spring-boot-parent poms Issue-ID: CCSDK-2107 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I3a844cd736044a4ffbca7688bca110c0bc7dab0c
2020-02-13Upgrade logging filterSmokowski, Kevin (ks6305)9-27/+36
Update logging-analytics artifacts version to 1.6.4 Issue-ID: CCSDK-2082 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I45e49ea1f6a0ab35cfbc11ed3b0cd7cec7bcd69c
2020-02-06Revert "Cleaning up springboot parent poms"KAPIL SINGAL2-262/+530
This reverts commit 829b0e212e60f545577415e581b4fb55068bdc48. Reason for revert: CDS Verify jobs are failing, will look in and reopen. Issue-ID: CCSDK-2077 Change-Id: I6af2a4a016079ca905365f2a864555bf0b376e7a Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-02-05Cleaning up springboot parent pomsSingal, Kapil (ks220y)2-530/+262
Removing/adding plugins executions and updating version Keeping in synch with other odlparent poms. Issue-ID: CCSDK-2077 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Id9677b2fd2fad8e2d0b43a20798214ee3f4b5c3b
2020-02-04Adding missing version propertiesSingal, Kapil (ks220y)2-96/+13
Removing Opendaylight related repository and pluginRepository tags Issue-ID: CCSDK-2074 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I18e66b4e5dfe23b0ccb967a9d56176ffad934bdc
2020-01-31Spring boot, Kotlin version upgradesBrinda Santh1-7/+9
Issue-ID: CCSDK-1737 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I8b6c6ce2645973a8cadae3b8aa9c3af27468f10f
2020-01-30Update version properties to next snapshotDan Timoney11-66/+66
Update version properties to next snapshot Change-Id: If72d8f300569973b5051ca3361c058b87f48af09 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-23Roll to next snapshotDan Timoney19-32/+32
Roll ccsdk/parent to next snapshot version Change-Id: I34d07a7c87a1ff7a35407c64dda40237d0dcd262 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-23Release CCSDK parent pom version 1.5.1Dan Timoney1-0/+5
Release ccsdk/parent version 1.5.1 Change-Id: I55bc0c320ef4aa54ebb3e232de7018cecd7c37d0 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-20Adding ID to yang-maven-plugin executionSingal, Kapil (ks220y)10-0/+10
Adding id:binding to yang-maven-plugin execution to avoid twice execution of plugin Issue-ID: CCSDK-2030 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ic634a77c55968d18f257b9d986d0bed0fbac0f8c
2020-01-20Fix sonar test coverageDan Timoney1-4/+108
Updated standalone parent pom to fix sonar and jacoco configuration to be compatible with SonarCloud. Change-Id: Ieb1643be13f2de990304b895f2bf5ba48d5790a9 Issue-ID: CCSDK-2029 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-20Update sonar config for sonarcloudDan Timoney11-956/+1327
Update sonar and jacoco config for latest sonar scan version, compatible with sonarcloud Change-Id: I4660a685742675f0b7fd6c762b631a66ca4a244c Issue-ID: CCSDK-2029 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-14Merge "Update versions of dependencies"Dan Timoney13-100/+118
2020-01-13Update versions of dependenciesTimoney, Dan (dt5972)13-100/+118
Updated versions of third party dependencies that are not constrained by OpenDaylight to latest minor version. Change-Id: I0640f50b02f0cee4669b6a4c4c87754861a686ce Issue-ID: CCSDK-2005 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2020-01-10Adding ccsdk.cds.version propertySingal, Kapil (ks220y)11-0/+11
Issue-ID: CCSDK-2022 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I06277635931a8670d4a84a7a46f1904915313a2a
2020-01-07sonar-maven-plugin properties cleanupSingal, Kapil (ks220y)12-34/+11
Removing sonar.jacoco deprecated properties Issue-ID: CCSDK-2019 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I696c643b3727b2fe79f8449c1ffeeb58001653e1
2019-12-11Include groupId in dependency listTimoney, Dan (dt5972)13-0/+13
Include groupId in generated dependency lists Change-Id: I6df3980293f9a35958f633acbf1df33f2f046859 Issue-ID: CCSDK-1986 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-10Generate dependency listTimoney, Dan (dt5972)14-4/+229
Generate list of direct dependencies for repository and publish to Nexus. Change-Id: I9914756ddf8fe1dbab9f48d4de9249c319d28fc0 Issue-ID: CCSDK-1986 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-06Add sonar-jacoco-aggregate profileTimoney, Dan (dt5972)12-10/+435
Add profile needed for sonarcloud build (sonar-jacoco-aggregate). Change-Id: Ie26032f8e9c18f53713b1ceeac64683a0e6beb17 Issue-ID: CIMAN-343 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-06Remove xml-apis dependencyTimoney, Dan (dt5972)1-5/+0
xml-apis is not a direct dependency, but rather is inherited from dom4j. It should not be included in ccsdk's dependencyManagement config, since that interferes with the version inherited from dom4j. Change-Id: I51de2ee3108d6d504c9a566a5c15d8c85b04436a Issue-ID: CCSDK-1979 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-05Reverting project.version for dependency-bomSingal, Kapil (ks220y)11-13/+12
If it's project.version then it will be resolved with child module version Issue-ID: CCSDK-1978 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I6d843de0840524bf49085e6cec60d0b3825d4346