aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-10-27[DCAEGEN2] Remove DMaaP dependency in PRH1.10.1sushant531-1/+1
Removed DMaaP dependency in PRH by using new sdk library, which uses Kafka API directly. Issue-ID: DCAEGEN2-3402 Change-Id: I5456ce432a9fd4a58826275a17c603379b0c18ee Signed-off-by: sushant53 <sushant.jadhav@t-systems.com>
2023-09-04[DCAEGEN2] Pass autoCommitDisabled mode configuration via CBSContentParserpranitk19051-289/+311
Pass autoCommitDisabled mode configuration via CBSContentParser instead of environment variables. Issue-ID: DCAEGEN2-3365 Change-Id: I3c56153d66a7291966d298874f12a01839f3ee3f Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com> [DCAEGEN2] Pass autoCommitDisabled mode configuration via CBSContentParser Mentioned Copyrights and removed tabbed indentations Issue-ID: DCAEGEN2-3365 Change-Id: I3c56153d66a7291966d298874f12a01839f3ee3f Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com> [DCAEGEN2] Pass autoCommitDisabled mode configuration via CBSContentParser Added missing copyrights Issue-ID: DCAEGEN2-3365 Change-Id: I3c56153d66a7291966d298874f12a01839f3ee3f Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com> [DCAEGEN2] Pass autoCommitDisabled mode configuration via CBSContentParser Added missing copyrights Issue-ID: DCAEGEN2-3365 Change-Id: I3c56153d66a7291966d298874f12a01839f3ee3f Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com> [DCAEGEN2] Pass autoCommitDisabled mode configuration via CBSContentParser Removed Docs folder from the project as it is maintained in different place Issue-ID: DCAEGEN2-3365 Change-Id: I3c56153d66a7291966d298874f12a01839f3ee3f Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>
2023-03-28PRH Code Additions for Early PNF registrations1.9.0sangeeta.bellara1-1/+7
Issue-ID: DCAEGEN2-3312 Change-Id: Id9b1ca83390af3675e26fc61ccc8d12611ab8ddf Signed-off-by: sangeeta.bellara <sangeeta.bellara@t-systems.com> Signed-off-by: sangeeta.bellara <sangeeta.bellara@t-systems.com> Change-Id: I9bc25bc1343c40aca5644de3fd30f7c2142c1a47 Signed-off-by: sangeeta.bellara <sangeeta.bellara@t-systems.com>
2022-08-12Fix PRH Vulnerabilities1.8.1Kasperki1-3/+4
- Update DCAE SDK version from 1.8.8 to 1.8.10 - Update Spring Boot version from 2.5.9 to 2.7.2 - Update Spring Cloud version from 2020.0.5 to 2021.0.3 - Change Swagger from springfox to springdoc-openapi-ui Issue-ID: DCAEGEN2-3219 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I5d6abe7840b90f273de87bb64d0840f93ed5739d
2022-02-14Remove vulnerability1.8.0Joanna Jeremicz1-2/+2
- Update DCAE SDK version from 1.8.7 to 1.8.8 - Update Spring Boot version from 2.4.8 to 2.5.9 - Update Spring Cloud version from 2020.0.1 to 2020.0.5 Change-Id: I0de15135572521feb399d75cd617f007394c6e4e Issue-ID: DCAEGEN2-3050 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2021-08-24Update DCAE SDK libraryRemigiusz Janeczek1-1/+1
Issue-ID: DCAEGEN2-2868 Issue-ID: DCAEGEN2-2863 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I32348c4f6a96bfd69123b87883b0f9489f09146a
2021-08-11Change AAI variable syntaxTomasz Wrobel1-1/+1
Issue-ID: DCAEGEN2-2863 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I4e7a2a29edcd85867065ce0457848b42dbfb0db2
2021-07-29Fix vulnerabilities1.6.1Tomasz Wrobel1-1/+1
- Top up spring-boot to 2.4.8 Issue-ID: DCAEGEN2-2808 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Ia8b5d99fab23e7523a2871d8305c27b7c9858a19
2021-03-25Change openjdk baseOS img to integration-java111.6.0Alexander Mazuruk1-1/+2
Since 7.2.0 integration images switched over to alpine, adjusted Dockerfile to accomodate the switch. Benefits from switching over: * minimal {java11,python} images maintained by integration team * using currently "blessed by seccom" versions (:latest tag used) * should limit spread of legal issues across layers * integration images will be the first to have automated compliance documentation * should limit spread of base layers (contributing to deployment footprint - more base layers = more to download, more to store etc...) Issue-ID: INT-1864 Issue-ID: DCAEGEN2-2420 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: I6c3fc2aae136a7f361a7e15cb52b75931392f34a
2021-02-10Update to use DCAE-SDK 1.6.0Joanna Jeremicz1-1/+1
Change-Id: I0c8f5950d848e5a4ab6cde1118cabd7ace227c2d Issue-ID: DCAEGEN2-2598 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2021-02-03Upgrade Spring Boot and Spring Cloud versionsMaciej Malewski1-1/+5
Spring Boot from 2.2.4.RELEASE to 2.4.2 Spring Cloud from Greenwich.SR1 to 2020.0.1 Issue-ID: DCAEGEN2-2537 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: I51c8c450133a68435799802f548bb16ba562550c
2020-09-03Top up version after releasepwielebs1-1/+1
1.5.4 -> 1.5.5 Issue-ID: DCAEGEN2-2421 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: I56980a7731e22c85d6ff2afa95176e8c532fc4cf
2020-08-10PRH updated to used DCAE-SDK 1.4.1deen19851-1/+1
Change-Id: I8c9e96b870d122877d05839daa2f35df719f1870 Signed-off-by: deen1985 <damian.nowak@nokia.com> Issue-ID: DCAEGEN2-2276
2020-08-06DCAE-PRH Fix lib vulnerabilitiesdeen19851-22/+7
Change-Id: I55d230a82ab58f99b89c49162bf952799e115ff4 Signed-off-by: deen1985 <damian.nowak@nokia.com> Issue-ID: DCAEGEN2-2276 Signed-off-by: deen1985 <damian.nowak@nokia.com>
2020-03-06Update snapshot version to 1.5.36.0.0-ONAPfrankfurtJoanna Jeremicz1-1/+1
after release Change-Id: I640a611503c35a6f75331f1d11e5781131e05cdb Issue-ID: DCAEGEN2-2088 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2020-03-06Prepare for release 1.5.21.5.2Joanna Jeremicz1-1/+1
Change-Id: If4e40583712162a68400f2cb182ef8a1494b6036 Issue-ID: DCAEGEN2-2088 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2020-01-24Minor version increased. Current version is 1.5.1kjaniak1-1/+1
Issue-ID: DCAEGEN2-1983 Change-Id: I42da42a374efae1d786544161c8edacf55e032a2 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-01-16Update docker base image to java 111.5.0mharazin1-0/+1
Top up DCAE SDK version in project Issue-ID: DCAEGEN2-1983 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: I3b31454a5bc3ff2011f6ba44e6272e8937d88c6d
2020-01-14Update project version to 1.5.0Joanna Jeremicz1-1/+1
Change-Id: I4094890901b4db09075dcca13edc22a47e7e62bc Issue-ID: DCAEGEN2-1983 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2019-11-28aaiclient api refactorMichal Kabaj1-4/+0
- Moved aaiclient code from SDK to PRH improvement of logic fragmentation Issue-ID: DCAEGEN2-1955 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com> Change-Id: I11d5b92014cdeb036699099113f64fc320cb4dd1
2019-11-04Fix SDK importsJoanna Jeremicz1-4/+0
Issue-ID: DCAEGEN2-1792 Change-Id: I29e436e1c0483c7f56129d6de8389e71442b86a0 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2019-10-10Update version to 1.4.0Joanna Jeremicz1-1/+1
Change-Id: I0e3dfb48b2b806137bad0b21f2f91713e904663c Issue-ID: INT-1181 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2019-09-10disable docker mvn bindingVijay Venkatesh Kumar1-5/+3
Change-Id: I733ea295d7af22891de83bd16f6733376b4a5f54 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1669
2019-09-10Change docker image push flagskjaniak1-1/+4
Issue-ID: DCAEGEN2-1751 Change-Id: I4635aa3bd640e19849f68b7350e20e8d4819053d Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-09-06Enable docker image pushkjaniak1-2/+1
Issue-ID: DCAEGEN2-1751 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: Iffe4f222d24477a29de9fa86296f888cd571b466
2019-07-21Remove mvn binding for dockerVijay Venkatesh Kumar1-2/+3
Change-Id: If083371accfb6f4815624c2e7cb77261ee15d230 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1578
2019-07-16Align PRH container to new guidelinespwielebs1-82/+110
Change-Id: I74af532bc6d4ce364c5d8cc2d0ac98386c0df11d Issue-ID: DCAEGEN2-1648 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Signed-off-by: Piotr Bocheński <piotr.bochenski@nokia.com>
2019-07-16Merge "Replace dummy prh workflow scheduling test generating fake code ↵Piotr Wielebski1-0/+11
coverage with a prh workflow integration test with aai and dmaap mocked using wiremock and simple prh workflow scheduling test"
2019-07-12JJB alignment across DCAE components - DCAE PRHGerard Hickey1-1/+1
Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com> Change-Id: I6dfd9b1b9549e177f65b8dda372d24be118f0a05
2019-07-11Replace dummy prh workflow scheduling test generating fake code coverage ↵grabinsk1-0/+11
with a prh workflow integration test with aai and dmaap mocked using wiremock and simple prh workflow scheduling test Change-Id: Id6cfbcf62e865e1527cce2e006b1d85ea499f3f3 Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-06-19Align PRH to SDKMarcin Migdal1-1/+0
Change-Id: I12290e8dd6bcff6631a92086fa10b83c00990fe9 Issue-ID: DCAEGEN2-1636 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-06-18Run PRH app as non-root user inside containerPiotr Bochenski1-2/+8
Change-Id: I50632fdfbcea55445be2ea70c54808ec991446ee Issue-ID: DCAEGEN2-1558 Signed-off-by: Piotr Bochenski <piotr.bochenski@nokia.com>
2019-06-14fetching configuration from CBS at application bootstrapgrabinsk1-0/+10
Change-Id: Ibaa56c38b87fc8b8cfa858f74b7bc201bd507b37 Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-06-10exposing actuator/loggers endpoint for ad-hoc logging level managementgrabinsk1-0/+5
Change-Id: Ia19388a1a6e9a46273a59d0d9930f054d271f6f9 Issue-ID: DCAEGEN2-1609 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-05-31Replace hand-written MockitoExtension with official one from ↵grabinsk1-1/+1
mockito-junit-jupiter Change-Id: I28e9057822f80f7514a640fbc66f54d9f5488cbf Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-05-30remove dependency to testNGgrabinsk1-5/+0
(SpringExtension does the job of AbstractTestNGSpringContextTests) Change-Id: Iafea26232a659b5e1ef6bb4e152a35ca795f9326 Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-05-30Configs cleanupgrabinsk1-2/+8
Adding test for AppInfoController Change-Id: Ib793cf20a17bcca56f5fe2162048c1b95409da01 Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-05-06Update versions for ElAlto releasePiotr Jaszczyk1-2/+2
Change-Id: Ibac0d08f34dbf6ca4dd8b8056bc405a38887876f Issue-ID: DCAEGEN2-1476 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2019-04-10use CBS SDK in PRH (II)pwielebs1-2/+2
-remove unused classes -fix junit tests -use cbs -patch project version updated Change-Id: I5fb63408b33b07632eab579d028070eb3a025865 Issue-ID: DCAEGEN2-1360 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2019-02-08Add git info to PRH + cleanupPiotr Bocheński1-14/+38
Change-Id: Id518d56373f6ccab9dd4195ad08b67589e0d9b4f Issue-ID: DCAEGEN2-1030 Signed-off-by: Piotr Bocheński <piotr.bochenski@nokia.com>
2019-02-07Add additional fields to PRHpwielebs1-2/+2
* patch version updated Change-Id: I32f8a0ec090a2559ef3324f937601e71670b30cf Issue-ID: DCAEGEN2-1173 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2019-01-31Additional fixes related to Docker/loggingPiotr Bocheński1-1/+1
Change-Id: I7fa7248b0347d63c00b6d2a9420e7ce184306c31 Issue-ID: DCAEGEN2-1030 Signed-off-by: Piotr Bocheński <piotr.bochenski@nokia.com>
2019-01-25Improve logging facadePiotr Bocheński1-1/+1
Change-Id: I6b489ae343b6e3d05839b34839205b5260f9378c Issue-ID: DCAEGEN2-1030 Signed-off-by: Piotr Bocheński <piotr.bochenski@nokia.com>
2019-01-23Cleanup PRH Docker imagePiotr Bocheński1-12/+44
Put all external libs as separated image layer. Change-Id: I06b0cd0a7eaf59cbb62463c715d5ae59f587e1ac Issue-ID: DCAEGEN2-1030 Signed-off-by: Piotr Bocheński <piotr.bochenski@nokia.com>
2018-12-18Integration with SDKpwielebs1-1/+5
* minor version upgraded in poms * align ConsumerDmaapModel to abstraction exposed in SDK * UTs modified Change-Id: Iaef2f9e8fab746106574771b2317c5689e047a5b Issue-ID: DCAEGEN2-1042 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2018-12-12clean up in pomsmicdzied1-64/+31
Change-Id: I28eb8c3ed66b8bea097758168a0f00753f7e095a Issue-ID: DCAEGEN2-1030 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
2018-12-03SDK integration: use aai in PRHmicdzied1-7/+6
Change-Id: I68c9a5323e05a27de463bef9dd368f8a092559ae Issue-ID: DCAEGEN2-1013 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
2018-11-30SDK integration: use 'cbs-client' in PRHPiotr Bocheński1-0/+5
Change-Id: Ifd097c7d2305432f450bbcceb521cf2341f4cb6c Issue-ID: DCAEGEN2-1011 Signed-off-by: Piotr Bocheński <piotr.bochenski@nokia.com>
2018-10-22Change of the prh versionKasperkiewicz Pawel1-1/+1
Issue-ID: DCAEGEN2-882 Change-Id: If7249188b2191346ab6b7afe1455623454ae6fd0 Signed-off-by: Kasperkiewicz Pawel <pawel.kasperkiewicz@nokia.com>
2018-10-16CLM SCAN VULNERABILITIESwasala1-7/+1
*Upgraded Spring from 5.0.5 -> 5.1.0i *Changed implementation of SSL in AAICLient Change-Id: I1341c19931031da67c2d0deb14940a2748b0203b Issue-ID: DCAEGEN2-870 Signed-off-by: wasala <przemyslaw.wasala@nokia.com>