aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-04-23c3p0 version changedgolabek1-1/+1
c3p0 version changed to 0.9.5.4 Change-Id: I32f2ac929508647f42870fb8fabde1f44890d5b9 Issue-ID: VID-461 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-04-09Support for swaggerWojciech Sliwka1-0/+5
API definitions available under /vid/v2/api-docs Change-Id: Ie7e63bfbdb8d41c43bc04ca13351dba533776a8a Issue-ID: VID-377 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-03-26Upgrade springframework to 4.3.22 (was 4.2.x)Ittay Stern1-6/+19
Issue-ID: VID-435 Change-Id: Ib7722368894fb39119d47602bca5c4453430ab8e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-20Add tests for AaiServiceImplkurczews1-0/+6
Issue-ID: VID-386 Change-Id: Idbed927b9942c93d6b6ed7dd17fccb27a0853153 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-03-12Integrate with the oparent.pomIttay Stern1-11/+9
Issue-ID: VID-408 Change-Id: I75fcc65696ec7b281da59f568da2a53b0347d793 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-27Add a disabled license-maven-pluginIttay Stern1-0/+69
To use: - Replace phase "none" with "process-sources" to enable plugin. - Set organizationName as desired. - Then run `mvn license:check-file-header`, or even `mvn license:update-file-header`. Issue-ID: VID-427 Change-Id: I8d4a09dfea943a72223a5ac1f7ee8954651da991 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-26Ignore any .js file on sonar reportIttay Stern1-0/+1
Change-Id: I7cf9f79a7ec2fbba0ab331a3fbf527d54c3015fb Issue-ID: VID-425 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-25Ignore any .js file on sonar reportIttay Stern1-1/+1
- Upgrade Sonar plugin to latest - Upgrade JaCoCo to latest Change-Id: I85f1651410dc650b8d0b8d71e1db92c2416f2793 Issue-ID: VID-425 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-25Upgrade c3p0 to 0.9.5.3Ittay Stern1-1/+2
(was c3p0 0.9.5.2) Change-Id: I080b6af068f5ddca6033ae6dbad775ea87dce4a0 Issue-ID: VID-407 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-01Introduce JS unit tests into VIDgolabek1-0/+31
maven -> npm -> gulp -> jest frameworks added in a mentioned order. Change-Id: I1865228973eb31188fb052e8c9629f0ac01e48a7 Issue-ID: VID-391 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-01-10Merge "Merge from ECOMP's repository"Ittay Stern1-34/+143
2019-01-09Merge from ECOMP's repositoryIttay Stern1-34/+143
Main Features -------------- - Async-Instantiation jobs mechanism major update; still WIP (package `org.onap.vid.job`) - New features in View/Edit: Activate fabric configuration; show related networks; soft delete - Support AAI service-tree traversal (`AAIServiceTree`) - In-memory cache for SDC models and certain A&AI queries (`CacheProviderWithLoadingCache`) - Upgrade TOSCA Parser and add parsing options; fix malformed TOSCA models - Resolve Cloud-Owner values for MSO - Pass X-ONAP headers to MSO Infrastructure -------------- - Remove codehaus' jackson mapper; use soley fasterxml 2.9.7 - Surefire invokes both TestNG and JUnit tests - Support Kotlin source files - AaiController2 which handles errors in a "Spring manner" - Inline generated-sources and remove jsonschema2pojo Quality -------- - Cumulative bug fixes (A&AI API, UI timeouts, and many more) - Many Sonar issues cleaned-up - Some unused classes removed - Minor changes in vid-automation project, allowing some API verification to run Hard Merges ------------ - HTTP Clients (MSO, A&AI, WebConfig, OutgoingRequestHeadersTest) - Moved `package org.onap.vid.controllers` to `controller`, without plural -- just to keep semantic sync with ECOMP. Reference commit in ECOMP: 3d1141625 Issue-ID: VID-378 Change-Id: I9c8d1e74caa41815891d441fc0760bb5f29c5788 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-01-07Fix for overriding skipTests variable.biniek1-3/+0
Before fix skipTests was overriden by variable skiptests. That required nonstandard flag to disable tests. Change-Id: I412c634ebb1c1b34d07f6caa6afb3501414e0a22 Issue-ID: VID-368 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-20pom.xml cleanupbiniek1-571/+572
Change-Id: I7622437fbd6d4d4a0b09782c8a6fa2d6016f90ab Issue-ID: VID-368 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-18Enable vid docker build jobs to use java-1.8Paul Vaduva1-0/+1
Overcome security features in java-1.8 that prevent the forked java VM’s to use relative paths for loading the classes. This fix was the simplest for arm64 docker build jobs, and the least affecting the x86 build’s. We need to modify all the definitions of surefire. Change-Id: I0c10598c1c3a8765e1f1b509288a694b60df7389 Issue-ID: VID-366 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-11-27Upgrade mockito to v2; drop incompatible powermockStern, Ittay (is9613)1-583/+595
Note that anyString() is not matching null values, therefore replaced with any() where relevant. Change-Id: If64944e1edc62013953e41b2645a2b78c578bbe8 Issue-ID: VID-359 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-11-23Removed dependency from lombokbiniek1-6/+0
Change-Id: Ia38f0458e74fd5f1899a01ca6219575ee446a4f2 Issue-ID: VID-349 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-11-14Remove the itext v2.0.8Sonsino, Ofir (os0695)1-0/+6
Change-Id: Ia20c3c9156249a482143fade5ee0eb75be7b2a3a Issue-ID: VID-340 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com> (cherry picked from commit 0ce80fac351ec9450ae6905ef4ac5c550649e8f7)
2018-10-24Bump VID versionSonsino, Ofir (os0695)1-1/+1
Change-Id: I096e21eabfeaddc8d186572693d776eaf8cd7519 Issue-ID: VID-333 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-09-06Merge "Add new endpoint with commit info"Ofir Sonsino1-0/+25
2018-09-06Add new endpoint with commit infoJoanna Jeremicz1-0/+25
Change-Id: I8f89fd6dcaa250f67d762ca92fb0f14582ddc5a7 Issue-ID: VID-304 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-09-05Upgrade portal SDK to 2.4Sonsino, Ofir (os0695)1-1/+1
Change-Id: Idc9f16d3ee5aa546a6d7154d9e2190d6b96f314e Issue-ID: VID-299 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-08-26Bump vid version to 3.0.0Sonsino, Ofir (os0695)1-1/+1
Change-Id: Ie5c4b3e9c6b8e86dabc24b900059006545f49495 Issue-ID: VID-296 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-08-23Generic REST client for external servicesgolabek1-3/+42
Initial commit for generic REST client for requests to another components APIs Change-Id: I4af29ab1e45fd805403622e60585a351f3ef5d20 Issue-ID: VID-266 Signed-off-by: tgolabek <tomasz.golabek@nokia.com>
2018-08-21VID-266 added stub server for testingkoblosz1-1/+14
Change-Id: I39b8fca2df4c45123e2308142dfbb43c737f7707 Issue-ID: VID-266 Signed-off-by: Koblosz, Sandra <sandra.koblosz@nokia.com>
2018-08-15Update sdc-tosca dependencySonsino, Ofir (os0695)1-1/+1
Change-Id: I5727518e76352c3883b857e1f2bca65caf8929e4 Issue-ID: VID-286 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-07-10Merge 1806 code of vid-commonSonsino, Ofir (os0695)1-1/+6
Change-Id: I75d52abed4a24dfe3827d79edc4a2938726aa87a Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-06-18Merge "Getter/setter tests inside the aai model"Ofir Sonsino1-0/+6
2018-06-11Getter/setter tests inside the aai modeltgolabek1-0/+6
Refactor of a tests of aai model for getters/setters using google matchers Issue-ID: VID-228 Change-Id: I5e7912bbcc4bd605002278b50b63d976a2dc55cc Signed-off-by: tgolabek <tomasz.golabek@nokia.com>
2018-05-28Set VID version to 2.0Sonsino, Ofir (os0695)1-1/+1
Change-Id: Id1eb8f82f1e6c751b1d6c41f32d4a7f035c63eec Issue-ID: VID-234 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-04-03Fix security issuesSonsino, Ofir (os0695)1-2/+2
Change-Id: I9d003e30920e7cb57143743f260e4ae2a8ba52d6 Issue-ID: VID-149 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-03-21Fix security issuesSonsino, Ofir (os0695)1-1/+1
Change-Id: I12ebc7634bdefc176642e8637e6a2af2c5e14b99 Issue-ID: VID-149 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-03-19Fix security issuesSonsino, Ofir (os0695)1-2/+12
Change-Id: Ide337059d9b5c589b19ffd7f2dc7c0d725e9e634 Issue-ID: VID-149 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-03-19Unit testsSonsino, Ofir (os0695)1-1/+1
Change-Id: I0834a2b68d61664a82492c8465fa82aee6c0f017 Issue-ID: VID-197 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-03-19Migrate to org.onapSonsino, Ofir (os0695)1-2/+2
Change-Id: Ibc8c4ad47f9bd3bf30db901cbd282d36f279d91c Issue-ID: VID-86 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-02-27org.onap migrationOfir Sonsino1-1/+1
Change-Id: I5e2d01a6da21d4003c910b5fe0702b35c2089a77 Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2018-02-11org.onap migrationOfir Sonsino1-0/+8
Change-Id: I77143c1fee8cb918a04881dfa4c33bedb811e9c6 Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@att.com>
2018-02-04Merge "Bump minor version"Ofir Sonsino1-1/+1
2018-01-31org.onap migrationOfir Sonsino1-5/+18
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-12-20Bump minor versionJeremy Phelps1-1/+1
Bump minor version in preparation for Amsterdam branching. Issue-ID: CIMAN-120 Change-Id: Ia3d26e940162e43bc5313d32e8fea27e57122ec6 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2017-12-04Set VID version to 1.1.1Ofir Sonsino1-1/+1
Change-Id: I36d7a840f9142c78fe1540eb807a9c43007429f3 Issue-ID: VID-90 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-11-08Upgrade portal sdk 1.3.2Ofir Sonsino1-1/+1
Change-Id: I619e9b3f9aecc8943aae88d1b39bc3f739a9e3d5 Issue-Id: VID-88 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-11-01Remove SNAPSHOT dependenciesv1.1.0Ofir Sonsino1-1/+1
Change-Id: Ifd36a6d352a8c7c5419e858677a05cc0fcd32877 Issue-Id: VID-85 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-25Remove MojoHaus Maven plug-inOfir Sonsino1-5/+0
Change-Id: Ib5ede7585963b35e5fbeb8328f5a8050d71bc0ac Issue-Id: VID-32 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-25Remove SNAPSHOT dependenciesOfir Sonsino1-1/+1
Change-Id: Iae31de0916f9456e135cb7b7a160f80a18643997 Issue-Id: VID-85 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-24Remove SNAPSHOT dependenciesOfir Sonsino1-6/+1
Change-Id: Id6e46ab74bfe8a55173b912bf70dba62244bfca3 Issue-Id: VID-85 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-22Upgrade portal SDKOfir Sonsino1-6/+6
Change-Id: I177f419047a3bf3e61049884276f42d9242b5327 Issue-Id: VID-80 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-08Improve SONAR coverageOfir Sonsino1-11/+12
Change-Id: I02e9535f96040cd038ef064ee5881c4c3e5e7bca Issue-ID: VID-72 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-04[VID-55] Upgrade Tosca Parser (merge)Ofir Sonsino1-0/+16
Change-Id: I5389f1641ef22df3ed569a154b3c367117c04d04 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-07-21 change VID_UEB_URL_LIST from VM name based toKrzysztof Kwiecien1-1/+1
DNS based FQDN from DNS also make changes to allow mvn install and mvn docker:build work, it include: - epsdk version change to 1.3.0-SNAPSHOT - vid-parrent version to 1.1.0-SNAPSHOT - add .gitignore to ignore products mvn install and mvn docker:build also exception handling in test is added to make maven not complain Change-Id: I5d1c7f8cdd5b7e78a863cb6b9e64bc8d15c424c5 Signed-off-by: Krzysztof Kwiecien <krzysztof.kwiecien1@orange.com>