aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
12 daysAdd spring-boot actuator to model-loader1.14.1Fiete Ostkamp1-7/+4
- add actuator that enables liveness probes - allow passing in jvm args to the running process (for debugging or profiling) - bump version to 1.14.1 Issue-ID: AAI-3852 Change-Id: Id4b8c5d5402a8eeaf1630a3cdcdfc68471a26a94 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-16Stop sdc-distribution-client upon service shutdownFiete Ostkamp1-1/+1
- restore old behaviour by calling distributionClient.stop() - downgrade sdc-distribution-client version to 2.0.0 Issue-ID: AAI-3848 Change-Id: Id252f4d8e387a916dcbdebd5110b46432858ee6b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-26Upgrade spring-boot to 2.7.X in model-loaderFiete Ostkamp1-5/+4
- upgrade spring-boot from 2.4.13 to 2.7.18 Issue-ID: AAI-3838 Change-Id: Ia43df48e049ae1e3d05aaa0ed85c245db7df004c Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-26Update oparent in model-loaderFiete Ostkamp1-16/+1
- update oparent from 2.1.0 to latest 3.3.3 - remove: - org.json - jetty-security - jline dependencies as they are not used anywhere Issue-ID: AAI-3837 Change-Id: Id39dac0dfbb3a56568f43816035f06c29148d15c Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-26Remove jersey and aai-rest-client dependencies from model-loaderFiete Ostkamp1-10/+0
- aai-rest-client has been fully replaced with RestTemplate - use spring provided imports in ModelController Issue-ID: AAI-3836 Change-Id: If2471c8a68c273823bef138626534df1894a91d7 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-22Use RestTemplate in AaiRestClientFiete Ostkamp1-0/+4
- brings tracing support for the requests towards aai-resources - leverage automatic object mapping done by Jackson in the background - add model related entities Issue-ID: AAI-3833 Change-Id: I4f6ec65c80a6dcc1e1e3fa10786a119996c3bc79 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-18Update babel dependency in model-loaderFiete Ostkamp1-1/+1
Issue-ID: AAI-3832 Change-Id: I1cd1588dac16401c7f5064398ff7b8de71bffe30 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-18Refactor Babel related code in model-loaderFiete Ostkamp1-1/+1
- introduce BabelArtifactService - simplify babel http client by removing factory and https support Issue-ID: AAI-3827 Change-Id: I5c004d342687c8aaa8f26927342752d472f05da3 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-17Add model-loader integration tests1.13.6Fiete Ostkamp1-0/+11
- add integration tests that assert the external communication towards other services using Wiremock - remove tests that are asserting getters and setters of objects Issue-ID: AAI-3826 Change-Id: I1f627801869f40cb0eaa61b10148b41bd3b1bdb8 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-08Model distribution fails with model-loader 1.13.5Fiete Ostkamp1-1/+17
- move sdc-distribution-client instantiation out of the ModelController into a separate class - add integration test with embedded kafka (not fully implemented) Issue-ID: AAI-3818 Change-Id: I0b5dd118d9145372ddf123319b58829d0ef9275a Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-03-26Publish 1.13.5 container releaseFiete Ostkamp1-1/+1
- add tracing - update spring boot from 2.1 to 2.4 - update docker base image Issue-ID: AAI-3809 Change-Id: If5e56ebded9592c74f67808ca3f059b0e16a20be Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-03-07Update sdc-distribution-client and vulnerable dependencies in model-loaderFiete Ostkamp1-2/+4
- update sdc-distribution-client from 2.0.0 to 2.1.1 - update gson from 2.8.9 to 2.10.1 - update json-sanitizer from 1.2.0 to 1.2.3 Issue-ID: AAI-3804 Change-Id: Id5666f38fac054f71fc003fe80867c928f9e0937 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-02-28Add tracing to model-loaderFiete Ostkamp1-0/+17
Issue-ID: AAI-3789 Change-Id: I7ded82e560e07da74883e6a5d7cc61835470d55c Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-02-28Update model-loader to spring-boot 2.4Fiete Ostkamp1-10/+18
- update spring boot from 2.3.12 to 2.4.13 release - migrate JUnit 4 to JUnit 5 - bump version to 1.13.5 Issue-ID: AAI-3788 Change-Id: I280dd09194dfb4c9810c01933fdd18ea7f3d03a9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-02-22Update aai-common-alpine base image in model-loaderFiete Ostkamp1-1/+1
- update aai-common-alpine base image from 1.8.1 to 1.13.2 - rename README file Issue-ID: AAI-3785 Change-Id: I0343c5ffc4dc3b00fd95cdd1a18f4d9ca663f832 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2022-11-15Update model-loader dependenciesFiete Ostkamp1-8/+8
- update dependencies - use https urls for repositories Issue-ID: AAI-3601 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: If5e3de6595112e7337a3df732d444602fe64c2f5
2022-11-08[SDC-DIST] Upgrade sdc-distro-client to v 2.0.0efiacor1-3/+7
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1800 Change-Id: Idcfa147dd07a18953972b85f38ec2d46ba3fc009
2022-10-20[AAI] Upversion model-loader to 1.11.0 for Kohnwr148d1-2/+2
Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Iea45b1475fd768e442ab802b44c17d6a0a5cb8a2
2022-10-14Fixed AAI ModelLoader fails to connect to aai-babelNiharika Sharma1-137/+137
Issue-ID: AAI-3533 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: I121263b0be39b13109782e0b5db02d3a36650d75
2022-03-21[AAI] Upversion model-loader to 1.9.4 and make it to use latest babelwr148d1-2/+2
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I8c8a057984c01e814f94756bfd7fb79d785ce25d
2022-03-15[AAI] Update model-loader to use newer packageswr148d1-3/+3
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I6395a38ce013b0573af92aa09a874be1a8b19675
2022-02-22[AAI] Upversion model-loader to 1.9.2 and to use later babelwr148d1-3/+3
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I3c84c57634963d4315e51e572e9dc4fcaecc197d
2021-09-20[AAI] Upversioning model-loader to 1.9.1 and making it use the newest babelwr148d1-3/+3
Issue-ID: AAI-3361 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I3d0edcf2716504c5eb155ec00d74e84ffc8bddf2
2021-08-18[AAI] Updates for latest versions for Istanbulwr148d1-2/+2
Issue-ID: AAI-3361 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ic3ac28fa7cd45f32ca1c35eade6690e6d6a3115c
2021-02-24Upversion to 1.8.1-SNAPSHOTMaharajh, Robby (rx2202)1-1/+1
Issue-ID: AAI-3004 Change-Id: If56d70b5ce73f68b4953b0296853eccf1e607f7a Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2021-02-24Update model loader to use java 11Maharajh, Robby (rx2202)1-2/+20
Issue-ID: AAI-3004 Change-Id: I85ab6634bee7cb8c58fdc63cfd15de4b6955681a Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2021-02-01Allow HTTP with SDCSylvain Desbureaux1-14/+14
New version of SDC client allows to either use https or http. Default version is set to https. We allow here to configure this. Issue-ID: OOM-2670 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I22c21573d99ac4e6eecc9ca78215635e52e98449
2020-11-15Upversion artifacts to 1.8.0-SNAPSHOTHarish Venkata Kajur1-1/+1
Issue-ID: AAI-3222 Change-Id: I0aff8d3c838ea8926b974d7a07f19ea8a809c211 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-04-08Upversion to 1.7.0Jimmy Forsyth1-1/+1
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I71cbe63a4579386b52e228b89786045a090da2e8
2020-04-07Upversion to 1.6.36.0.0-ONAPfrankfurtJimmy Forsyth1-1/+1
Issue-ID: AAI-2850 Change-Id: I6f65d5fdb24c2d7d1612044f0164536f517fbd8b Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-04-01Activate deployment pluginJimmy Forsyth1-1/+1
Issue-ID: AAI-2580 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I5b883c2bef96aa2aa97b96b086bf0b2b65097026
2020-04-01Fix sonar configJimmy Forsyth1-1/+162
Issue-ID: AAI-2580 Change-Id: Iecaeffcd619f367f03d877caff1607f88a5e3b24 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-03-31Set up for releaseJimmy Forsyth1-36/+33
Issue-ID: AAI-2580 Change-Id: Ia8cb1f5476fd02c255cec9f96890f3283fc99b68 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-03-18Use aai-parent:1.6.10Jimmy Forsyth1-2/+2
Issue-ID: AAI-2835 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I50c82c36818eb4f2687fdb1690644b3aaa597e61
2020-02-16Convert to aai-parentjimmy1-28/+3
Issue-ID: AAI-2802 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I6cc00fd63bf57db139d94d1d727e21934b543c2a
2019-12-11Upversion for FrankfurtJimmy Forsyth1-1/+1
Issue-ID: AAI-2737 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I91bd8d7b63c7c7fbb3dee0ef41f5ec7155e86006
2019-10-09Attempt to fix maven stage jobLee, Tian (tl5884)1-3/+0
Stage job seems to be failing when trying to sign the model-loader jar in m2repo. Hopefully un-skipping the maven deploy plugin will make the jar available to sign. Change-Id: Ie072a55b7b15b7abea61ba5e60ebd22052378998 Issue-ID: AAI-2679 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2019-10-03Enforce minimum Jacoco line coverageLee, Tian (tl5884)1-0/+31
Current coverage at 87%, enforced limit set to 80% Change-Id: I0f167433e21ad444ac01987a167c1964f8c88ab8 Issue-ID: AAI-2364 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2019-08-29Fixed version parsingDmitry Puzikov1-44/+139
Change-Id: Ibd37f998820dd4a77a6c320ce6b1066b06c86f51 Issue-ID: INT-798 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-08-07Upversion Spring Boot to 2.1.6Lee, Tian (tl5884)1-1/+1
Change-Id: I0e8b3f738777ab106d13fa826f0b40e3392a0f6b Issue-ID: AAI-2539 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2019-07-03Upversion to oparent 2.0.0Jimmy Forsyth1-4/+1
Issue-ID: AAI-2494 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iebfc1d5023c2116a5d0417c829d75907e91ff546
2019-06-19Upversion for global jjb transitionJimmy Forsyth1-2/+2
Issue-ID: AAI-2494 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Id9199420a979d177bd4920010ac8e6959dd4d4c8
2019-05-03Upversion for Dublin release4.0.0-ONAPdublinJimmy Forsyth1-1/+1
Issue-ID: AAI-2403 Change-Id: Iae02824bf6d904d08e9909534fa473464708f66c Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-09Upgrade to springboot 1.5.20.RELEASEJimmy Forsyth1-1/+1
Issue-ID: AAI-2349 Change-Id: Ic5cacde0863619d6cc1d4e93de9fddf7e72f50b6 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-03-19Upversion Spring-Boot to 1.5.19.RELEASELee, Tian (tl5884)1-1/+1
Change-Id: I39c4aa7de0f24bb56caeb32bb5c997fcee951ba5 Issue-ID: AAI-2257 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-12-21Exclude tomcat from web starterjimmy1-0/+10
Issue-ID: AAI-2035 Change-Id: I19e326fefcfb60fff707dfb807fa91938efa3710 Signed-off-by: jimmy <jf2512@att.com>
2018-12-17Update to springboot 1.5.18jimmy1-1/+1
Issue-ID: AAI-2011 Change-Id: Ied244abbd7cd1dadd8af9a95fbfc9389d9c644ea Signed-off-by: jimmy <jf2512@att.com>
2018-11-09Upversion Spring Boot to 1.15.17Lee, Tian (tl5884)1-1/+1
To fix NexusIQ vulnerabilities Change-Id: If9e117cfea96e6520fba44d55bee05c7b5764661 Issue-ID: AAI-1891 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-11-06Upversion to 1.4.0Lee, Tian (tl5884)1-99/+100
Change-Id: I08c91e439a3fab27b52830ada216d57eed356dd9 Issue-ID: AAI-1852 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-10-10Upversion to 1.3.1Lee, Tian (tl5884)1-1/+1
Change-Id: I5e9615f6a3a5adf41fe63fdc024616500980880c Issue-ID: AAI-1733 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>