summaryrefslogtreecommitdiffstats
path: root/springboot/springboot1
AgeCommit message (Collapse)AuthorFilesLines
2021-05-17Refactoring onap nexus url's and related sectionSingal, Kapil (ks220y)1-1/+3
Issue-ID: CCSDK-3298 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I8798f0cfa7b0042628f508ca851a42d76a5f7b21
2021-05-14Bump version logging-analyticsClaudio D. Gasparini1-1/+1
to version 1.6.9 Issue-ID: LOG-1242 Signed-off-by: Claudio D. Gasparini <claudio.gasparini@intl.att.com> Change-Id: I6a288d7d91b193581ca0d87a9dd06381fa79a45d
2021-03-22Inconsistent antlr versions specifiedDan Timoney1-1/+1
Fixed incorrect specifications of antlr version. Also, updated oparent pom.xml to use latest released oparent Change-Id: Iaa18032d89bd86916bc7739a71598ab495333795 Issue-ID: CCSDK-3231 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-15Update parent poms to specify Istanbul versionsDan Timoney1-4/+4
Updated properties in parent pom to use correct values for Istanbul Change-Id: I9a6d5048a855c152003b2e314eb58ceeb9503b17 Issue-ID: CCSDK-3190 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-09Roll master version for IstanbulDan Timoney1-2/+2
Roll versions of ccsdk parent poms to 2.2.0-SNAPSHOT for Istanbul release. Change-Id: Ia5060116b986dae9e25b5765389e0c421bcd9fc6 Issue-ID: CCSDK-3190 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-22Roll to next snapshot versionDan Timoney1-2/+2
Roll to version 2.1.2-SNAPSHOT Change-Id: If45b4b9aecd9b8779e8a7b8c05cfaeabd1b03c49 Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-02ccsdk parents for alu-sr0Michael DÜrre1-1/+1
migrate parents to aluminium-sr0 Change-Id: Iafc8f9bdefe7fb3593166bb067210cc944d65561 Issue-ID: CCSDK-3012 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-02-01Adding maven-deploy-plugin with deployeAtEnd trueSingal, Kapil (ks220y)1-1/+4
Issue-ID: CCSDK-3126 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I5c89ab63f58084808038e58b413bf51c29bcb93b
2021-02-01Adding deployeAtEnd true to maven-deploy-pluginSingal, Kapil (ks220y)1-0/+1
It will avoid scenario where few child modules have artifacts created in nexus and some are missing Issue-ID: CCSDK-3126 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I153719d9125213dc20b646d3fdfb31c8546ad49f
2021-01-29Revert "ccsdk parents for alu-sr0"Dan Timoney1-1/+1
This reverts upgrade to OpenDaylight Aluminum (commit b6288f99fbfcc73f115511696f98111ca32b8d2f.) Change-Id: I194efd26f792328f0ab79848664708715e94e240 Issue-ID: CCSDK-3012 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-01-27ccsdk parents for alu-sr0Michael DÜrre1-1/+1
migrate parents to aluminium-sr0 Issue-ID: CCSDK-3012 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I8c19abcfa4a0fbac629496835e4caf92aecd2459 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2020-12-14Fix typoJozsef Csongvai1-4/+4
Issue-ID: CCSDK-3001 Change-Id: I4ecb2261fcab912d0c1dbead6c532c86e872be60 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2020-12-07Add missing dependencies to ccsdk oparent and fix versionsDan Timoney1-7/+8
Some version declarations were missing from CCSDK oparent, which causes problems when moving repos to use CCSDK oparent pom instead of ODL-based parents. Also, update version properies to latest CCSDK master snapshot versions. Change-Id: Ia9222da0f8720f981cfcd98aaeaafc68aedbcb92 Issue-ID: CCSDK-3001 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-25Release version 2.1.0 of CCSDK parent pomDan Timoney1-2/+2
Release initial Honolulu version of CCSDK parent poms and roll version to next snapshot Change-Id: I235ea84ddb43edd9165439f3845f8d27d383ac29 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-18Adding skipPush to quick profileSingal, Kapil (ks220y)1-0/+2
Issue-ID: CCSDK-2834 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ib4b8e6ad8221fbd0e3834733d1fc0d8701816827
2020-09-09Roll to initial Honolulu release versionDan Timoney1-9/+9
Roll master branch to initial Honolulu release version Change-Id: I215dc2c5b3f0c817a653a43b9cf448b78caba1f8 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-04Overriding git-commit-id-pluginSingal, Kapil (ks220y)1-0/+12
Issue-ID: CCSDK-2734 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I57964c912f17bf0c7dfe060a469affbf82486d35
2020-09-03Address javadoc build issuesDan Timoney1-1/+2
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-08-21Upgrading versionsSingal, Kapil (ks220y)1-5/+5
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-06Roll to next snapshot versionDan Timoney1-2/+2
Roll to snapshot version 2.0.1-SNAPSHOT Change-Id: I42f22947b51fb09de0b2dc364e7b5e0e01dbacd4 Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-07-06switch to sodiumMichael Dürre1-4/+0
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-05-18Add/correct property settingsDan Timoney1-0/+1
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-03-24Update CCSDK versions for GuilinDan Timoney1-6/+6
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 Tabedzki1-1/+1
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-04Roll master version to Guilin numberingDan Timoney1-2/+2
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-02-27Upgrading logging-analytics to 1.6.5Singal, Kapil (ks220y)1-1/+1
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-20Refactoring parent root pomsSingal, Kapil (ks220y)1-2/+1
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)1-43/+105
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-06Revert "Cleaning up springboot parent poms"KAPIL SINGAL1-131/+267
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)1-267/+131
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)1-48/+8
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-30Update version properties to next snapshotDan Timoney1-6/+6
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 Timoney1-2/+2
Roll ccsdk/parent to next snapshot version Change-Id: I34d07a7c87a1ff7a35407c64dda40237d0dcd262 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-20Update sonar config for sonarcloudDan Timoney1-86/+110
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 Timoney1-1/+1
2020-01-13Update versions of dependenciesTimoney, Dan (dt5972)1-1/+1
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)1-0/+1
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)1-3/+1
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)1-0/+1
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)1-2/+14
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)1-1/+36
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-05Reverting project.version for dependency-bomSingal, Kapil (ks220y)1-1/+1
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
2019-12-05Removing hardocoded version of internal dependenciesSingal, Kapil (ks220y)1-1/+1
Replacing hardcoded version for dependencies-bom and dependencies-odl-bom with project.version Issue-ID: CCSDK-1978 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ie7e8fdfd673097045bd42b56c29b87ca7c961232
2019-11-29Upgrading sonar-maven-plugin versionSingal, Kapil (ks220y)1-1/+1
Version 3.2 is not working with latest sonar qube server, needed an upgrade Issue-ID: CCSDK-1970 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ie1d621a3f1d1aef3b618dd87d7125797983775c7
2019-11-12Roll version of parent to 1.5.1-SNAPSHOTTimoney, Dan (dt5972)1-2/+2
Roll version of parent to 1.5.1-SNAPSHOT for next version Change-Id: Ia3754b5531fcec6a60cac88512c2eda7a6045578 Issue-ID: CCSDK-1920 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-10-01Restructuring POM's and TemplateSingal, Kapil (ks220y)1-979/+960
Running mvn tidy:pom to format/restructure pom's content. Removig plugin to format pom as all child poms are not having reference to root as parent pom and maven-tidy-plugin is not being executed to format pom Issue-ID: CCSDK-1764 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I18fd59ae94fdded11f3cb62647d5b3518bfe051a
2019-09-24Update to latest springboot versionsTimoney, Dan (dt5972)1-1/+1
Upgrade to latest spring-boot-starter-parent versions in order to get latest security patches for spring and its dependencies Change-Id: I149d9a75e26725943bbfaf70af91cf725fe1ca16 Issue-ID: CCSDK-1750 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-10Roll version for Frankfurt releaseTimoney, Dan (dt5972)1-7/+7
Roll version in master branch to Frankfurt version (1.5.0-SNAPSHOT) Change-Id: Id68e5cd6ccc657a52c4bae58afe8d634bffccf37 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Roll versionsTimoney, Dan (dt5972)1-7/+7
Roll versions in master branch Change-Id: I0d8358268e3649ff8d80b357e22e56d73f11a1af Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-14Update parent poms for ODL NeonTimoney, Dan (dt5972)1-7/+7
Update third party package versions to align with ODL Neon SR1. Change-Id: I82da85e6a9581726267be0f9cd64c4eb193ceda3 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>