Age | Commit message (Collapse) | Author | Files | Lines |
|
Roll to snapshot version 2.0.1-SNAPSHOT
Change-Id: I42f22947b51fb09de0b2dc364e7b5e0e01dbacd4
Issue-ID: CCSDK-2635
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Create initial Guilin version of CCSDK
Change-Id: I1ac2216f06494241ae16079893f4797fe27b99c5
Issue-ID: CCSDK-2635
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
|
|
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
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Add new CCSDK parent pom based on ONAP oparent
Change-Id: I184f4170095ddc118e69b9668494d935bfee718c
Issue-ID: CCSDK-2182
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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>
|
|
Fix settings for yang2swagger in client pom
Change-Id: I345007bc573ffe7af166c7fd2a307c1693d8abb1
Issue-ID: SDNC-1173
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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>
|
|
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>
|
|
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
|
|
Update CCSDK versions for Guilin
Change-Id: I71986ca9f0863b6c3e67cdf7fc11f195cf4d01dc
Issue-ID: CCSDK-2166
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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
|
|
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>
|
|
Updating protobuf and grpc version
Issue-ID: CCSDK-2107
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I09fa6f600cf74b5d8049d195b67c889af7d9ca9d
|
|
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
|
|
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
|
|
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>
|
|
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
|
|
Removing Opendaylight related repository and pluginRepository tags
Issue-ID: CCSDK-2074
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I18e66b4e5dfe23b0ccb967a9d56176ffad934bdc
|
|
Issue-ID: CCSDK-1737
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: I8b6c6ce2645973a8cadae3b8aa9c3af27468f10f
|
|
Update version properties to next snapshot
Change-Id: If72d8f300569973b5051ca3361c058b87f48af09
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Roll ccsdk/parent to next snapshot version
Change-Id: I34d07a7c87a1ff7a35407c64dda40237d0dcd262
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Release ccsdk/parent version 1.5.1
Change-Id: I55bc0c320ef4aa54ebb3e232de7018cecd7c37d0
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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
|
|
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>
|
|
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>
|
|
|
|
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>
|
|
Issue-ID: CCSDK-2022
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I06277635931a8670d4a84a7a46f1904915313a2a
|
|
Removing sonar.jacoco deprecated properties
Issue-ID: CCSDK-2019
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I696c643b3727b2fe79f8449c1ffeeb58001653e1
|
|
Include groupId in generated dependency lists
Change-Id: I6df3980293f9a35958f633acbf1df33f2f046859
Issue-ID: CCSDK-1986
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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
|
|
Formatting file to keep it in sync with all child parent poms.
Issue-ID: CCSDK-1978
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ib9a4087618e17e6352a2cb7c5e792f277b89db8c
|
|
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
|
|
Cleaning up poms and fixing versioning as per ODL NEON
Issue-ID: CCSDK-1977
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ifca4fa413ec3370108828e3da4fce8585cada925
|
|
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
|
|
Issue-ID: CCSDK-1737
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: I692635df521b00a5c17576a87a97070cd55920e6
|
|
Issue-ID: CCSDK-1949
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I12bdb9b5cca1a3a17f08e96b188f0701bfd977b0
|
|
Add Kapil's ATT id as committer
Change-Id: I5d0b4a399f86b7b668b70226a4473c5c5f7ccfe9
Issue-ID: CCSDK-1934
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|