Fiete Ostkamp [Thu, 20 Mar 2025 10:06:06 +0000 (11:06 +0100)]
Replace custom base image in model-loader
- use eclipse-temurin:11-jre-alpine base image instead of
aai-common image
Issue-ID: AAI-4148
Change-Id: Ia504910996e0c2cf945c83a5f2b1d2117a22ee86
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 18 Mar 2025 08:07:48 +0000 (09:07 +0100)]
Use ConfigurationProperties in model-loader
- migrate application properties from model-loader.properties
to application.properties
- use ConfigurationProperties annotation to bind properties to classes
- map ml.aai and ml.babel to AaiProperties and BabelProperties
- bump snapshot version to 1.14.3-SNAPSHOT
Issue-ID: AAI-4145
Change-Id: I0d2bea0dd5bbc4cd5b952fdc825b64df81a756c9
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
nisha.gangore [Wed, 26 Feb 2025 08:26:15 +0000 (13:56 +0530)]
[AAI] Improve test coverage for for model-loader
- to improve test coverage for model-loader <=80%
Issue-ID: AAI-4140
Change-Id: I69565e8d27ebccbfc4b75277f9da83b3e3fad40a
Signed-off-by: nisha.gangore <nisha.gangore@accenture.com>
atul.m.singh [Thu, 30 Jan 2025 08:58:08 +0000 (14:28 +0530)]
[AAI] Unnecessary packages must be cleared from all java files for model-loader module
- Removed unused imports from the JAVA files so that unnecessary packages are ignored
Issue-ID: AAI-4112
Change-Id: Ic13520fb772682df3137d606a8703a4c98806463
Signed-off-by: atul.m.singh <atul.m.singh@accenture.com>
Fiete Ostkamp [Sat, 28 Dec 2024 09:11:42 +0000 (10:11 +0100)]
Add test for Kafka message consumption via distribution-client in model-loader
- add test that ensures message consumption of Kafka messages
Issue-ID: AAI-4090
Change-Id: Ic38994f5b944a357d4bdd8d9061803098b7505ce
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 4 Sep 2024 15:22:38 +0000 (17:22 +0200)]
Release 1.14.2 docker image
- support metrics monitoring via Prometheus
- update vulnerable dependencies
Issue-ID: AAI-3987
Change-Id: I6eea2751e69b52d1b7e54ceac18107869ab21bf5
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 4 Sep 2024 14:06:07 +0000 (16:06 +0200)]
Enable prometheus metrics in model-loader
- add micrometer-registry-prometheus dependency
- update vulnerable dependencies
Issue-ID: AAI-3983
Change-Id: I9377ee4a1d1f77ca2811d3b954814374a2b2774e
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Mon, 27 May 2024 11:06:40 +0000 (13:06 +0200)]
Release 1.14.1 container image
- add spring-boot actuator to allow liveness probes
- close distribution-client upon application shutdown
- use return values instead of updates to parameters that are passed into methods
- update aai-parent from 2.1.0 to 3.3.3
- remove jersey, aai-rest-client, org.json, jetty-security and jline dependencies
Issue-ID: AAI-3861
Change-Id: Ie41e642a8095ab5dc441bff77c6481dc71f52b93
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Sat, 18 May 2024 17:52:40 +0000 (19:52 +0200)]
Add spring-boot actuator to model-loader
- 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>
Fiete Ostkamp [Thu, 16 May 2024 06:54:54 +0000 (08:54 +0200)]
Stop sdc-distribution-client upon service shutdown
- 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>
Fiete Ostkamp [Tue, 30 Apr 2024 09:22:07 +0000 (11:22 +0200)]
Return List<Artifact> in ArtifactDownloadManager
- return processed artifacts as List<Artifact> instead of updating the parameters in ArtifactDownloadManager
- use exceptions to signal exceptional behaviour instead of boolean success = false;
Issue-ID: AAI-3841
Change-Id: Ie99c5da1f553bebd70665914fa6be9c460fa412c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Mon, 29 Apr 2024 14:27:03 +0000 (16:27 +0200)]
Refactor babel-related code to not update parameter values
- return processed Artifact's as List<Artifact> in BabelArtifactService and ArtifactDownloadManager
Issue-ID: AAI-3840
Change-Id: Ibc78517e87ebf1bfc9c6336555c96e6d1506cf5c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Fri, 26 Apr 2024 15:15:29 +0000 (17:15 +0200)]
Upgrade spring-boot to 2.7.X in model-loader
- 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>
Fiete Ostkamp [Fri, 26 Apr 2024 14:27:15 +0000 (16:27 +0200)]
Update oparent in model-loader
- 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>
Fiete Ostkamp [Fri, 26 Apr 2024 14:08:17 +0000 (16:08 +0200)]
Remove jersey and aai-rest-client dependencies from model-loader
- 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>
Fiete Ostkamp [Fri, 26 Apr 2024 13:45:07 +0000 (15:45 +0200)]
Create 1.14.0 container release of model-loader
- replace AaiRestClient with spring boot's RestTemplate for tracing support
Issue-ID: AAI-3835
Change-Id: I22b95b045cb5fd20d1dd78f438758a8279c556c2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 24 Apr 2024 14:41:44 +0000 (16:41 +0200)]
Improve error logging
- do not log csar payload to babel on info level
- log exception when PUT to aai-resources fails
Issue-ID: AAI-3834
Change-Id: I524315465c79165755fb9b8062f29f4f10d876ab
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Fri, 19 Apr 2024 06:39:27 +0000 (08:39 +0200)]
Use RestTemplate in AaiRestClient
- 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>
Fiete Ostkamp [Thu, 18 Apr 2024 15:05:19 +0000 (17:05 +0200)]
Update babel dependency in model-loader
Issue-ID: AAI-3832
Change-Id: I1cd1588dac16401c7f5064398ff7b8de71bffe30
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 17 Apr 2024 14:06:40 +0000 (16:06 +0200)]
Refactor Babel related code in model-loader
- 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>
Fiete Ostkamp [Thu, 11 Apr 2024 08:23:00 +0000 (10:23 +0200)]
Release model-loader 1.13.6
- release should fix model distribution
Issue-ID: AAI-3825
Change-Id: I2a2daedeaa5c604a8175e6a673a723a25dd8ed1a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Thu, 11 Apr 2024 18:25:29 +0000 (20:25 +0200)]
Add model-loader integration tests
- 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>
Fiete Ostkamp [Thu, 11 Apr 2024 06:19:19 +0000 (08:19 +0200)]
sdc-distribution-client is registered twice in model-loader
- registration of client was moved into separate config class in last change
- however registration in ModelController was not removed
Issue-ID: AAI-3824
Change-Id: Icad4211fb245d84fd369c75dd48de7f9a1ec1b20
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Fri, 5 Apr 2024 09:38:01 +0000 (11:38 +0200)]
Model distribution fails with model-loader 1.13.5
- 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>
Fiete Ostkamp [Thu, 28 Dec 2023 15:17:47 +0000 (16:17 +0100)]
Make rest-client request timeout in model-loader configurable
- this reduces the test execution time, when test cases run into timouts
Issue-ID: AAI-3703
Change-Id: Ie683f55e5ce8d59b10d2788aea6933854dcb7e99
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 26 Mar 2024 10:28:49 +0000 (11:28 +0100)]
Use more dependency injection in model-loader
- use more dependency injection
- make class variables final if possible
- simplify mock creation in some tests using @Mock
Issue-ID: AAI-3811
Change-Id: I7a7ccba02df78e6fd3bf082c23aac0968137661b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 26 Mar 2024 08:55:53 +0000 (09:55 +0100)]
Publish 1.13.5 container release
- 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>
Fiete Ostkamp [Tue, 26 Mar 2024 08:32:42 +0000 (09:32 +0100)]
Publish 1.13.5 maven release
- add tracing
- update spring boot from 2.1 to 2.4
- update docker base image
Issue-ID: AAI-3808
Change-Id: I7a7f3314cd3900c98300fed71dda1399eb91bfa2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 26 Mar 2024 07:54:40 +0000 (08:54 +0100)]
Refactor model controller in model-loader
- rename ModelLoaderService to ModelController since it's a @RestController
- use dependency injection for depending classes
- make class as immutable as possible
Issue-ID: AAI-3806
Change-Id: I3b976f2c4ed3dba43e8696eb9f6e0d7575403963
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Thu, 7 Mar 2024 07:33:48 +0000 (08:33 +0100)]
Update sdc-distribution-client and vulnerable dependencies in model-loader
- 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>
Fiete Ostkamp [Wed, 28 Feb 2024 15:30:00 +0000 (16:30 +0100)]
Add tracing to model-loader
Issue-ID: AAI-3789
Change-Id: I7ded82e560e07da74883e6a5d7cc61835470d55c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 28 Feb 2024 13:39:51 +0000 (14:39 +0100)]
Update model-loader to spring-boot 2.4
- 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>
Fiete Ostkamp [Thu, 22 Feb 2024 12:19:35 +0000 (13:19 +0100)]
Update aai-common-alpine base image in model-loader
- 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>
wr148d [Fri, 12 Jan 2024 15:46:55 +0000 (10:46 -0500)]
[AAI] Promote Fiete Ostkamp and Nandkishor Patke to AAI Contributors
Issue-ID: AAI-3729
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I022964c0e538fe93686a43e0ed016bbf7399e832
Fiete Ostkamp [Wed, 16 Nov 2022 15:03:38 +0000 (15:03 +0000)]
Replace deprecated methods in model-loader
- junit's assertThat was deprecated in favour of hamcrest
- apache-commons now requires a Charset argument
Issue-ID: AAI-3604
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I10bf46922e44b3a3adcc14eab6486401a5cf14e1
William Reehil [Wed, 16 Nov 2022 14:14:24 +0000 (14:14 +0000)]
Merge "Update model-loader dependencies"
William Reehil [Wed, 16 Nov 2022 14:07:00 +0000 (14:07 +0000)]
Merge "[AAI-MODEL] Release image 1.12.0"
efiacor [Tue, 15 Nov 2022 16:30:01 +0000 (16:30 +0000)]
[AAI-MODEL] Release mvn 1.12.0
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ib445c1cf40b8e6ac66d661c4b9c4ca92f6c93509
Issue-ID: DMAAP-1800
Fiete Ostkamp [Tue, 15 Nov 2022 16:27:44 +0000 (16:27 +0000)]
Update model-loader dependencies
- update dependencies
- use https urls for repositories
Issue-ID: AAI-3601
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: If5e3de6595112e7337a3df732d444602fe64c2f5
efiacor [Tue, 15 Nov 2022 16:20:23 +0000 (16:20 +0000)]
[AAI-MODEL] Release image 1.12.0
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I855cb9583aadc7ea178ccffd4f647558165bec9f
Issue-ID: DMAAP-1800
efiacor [Tue, 8 Nov 2022 10:26:11 +0000 (10:26 +0000)]
[SDC-DIST] Upgrade sdc-distro-client to v 2.0.0
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1800
Change-Id: Idcfa147dd07a18953972b85f38ec2d46ba3fc009
wr148d [Thu, 20 Oct 2022 21:35:08 +0000 (17:35 -0400)]
[AAI] Release model-loader docker artifact 1.11.0 for Kohn
Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ib6d52728c9ff6dfa2ec995cf65c1a52abf3a2c9f
wr148d [Thu, 20 Oct 2022 19:18:51 +0000 (15:18 -0400)]
[AAI] Release model-loader maven artifact 1.11.0 for Kohn
Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ic78a0c7f1592eaa592943bf5c1f22079d8a70f98
wr148d [Thu, 20 Oct 2022 17:53:01 +0000 (13:53 -0400)]
[AAI] Upversion model-loader to 1.11.0 for Kohn
Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iea45b1475fd768e442ab802b44c17d6a0a5cb8a2
Niharika Sharma [Fri, 14 Oct 2022 18:01:39 +0000 (14:01 -0400)]
Fixed AAI ModelLoader fails to connect to aai-babel
Issue-ID: AAI-3533
Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: I121263b0be39b13109782e0b5db02d3a36650d75
wr148d [Mon, 29 Aug 2022 13:19:07 +0000 (09:19 -0400)]
[AAI] Remove Robby Maharajh & Harish Kajur as committers
Issue-ID: AAI-3515
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ifee73f730a3010941d9c3728ad863814a19f8f5b
wr148d [Mon, 21 Mar 2022 20:10:59 +0000 (16:10 -0400)]
[AAI] Release model-loader 1.9.4 docker image
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I8ddaee69f2bbf6e2476d06258d04c075ec5b0ef6
wr148d [Mon, 21 Mar 2022 17:58:54 +0000 (13:58 -0400)]
[AAI] Release model-loader 1.9.4 maven artifact
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I089fa00b4741ad04d701e9a21928a104114f6aad
wr148d [Mon, 21 Mar 2022 16:48:23 +0000 (12:48 -0400)]
[AAI] Upversion model-loader to 1.9.4 and make it to use latest babel
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I8c8a057984c01e814f94756bfd7fb79d785ce25d
wr148d [Tue, 15 Mar 2022 20:42:30 +0000 (16:42 -0400)]
[AAI] Release model-loader docker artifact 1.9.3
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I6290077c1a801112f45642ea99af4327461100d2
wr148d [Tue, 15 Mar 2022 20:23:27 +0000 (16:23 -0400)]
[AAI] Release model-loader maven artifact 1.9.3
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I144e36cacd22daf4d721decdd4d244025629ef6a
wr148d [Tue, 15 Mar 2022 18:07:49 +0000 (14:07 -0400)]
[AAI] Update model-loader to use newer packages
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I6395a38ce013b0573af92aa09a874be1a8b19675
wr148d [Wed, 23 Feb 2022 15:56:57 +0000 (10:56 -0500)]
[AAI] Release the 1.9.2 docker image for model loader
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I2cf9acc212eab0651072eb93fe71c99dfa08a289
wr148d [Tue, 22 Feb 2022 22:39:38 +0000 (17:39 -0500)]
[AAI] Release 1.9.2 maven artifact
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I331527c686d5418af9ea3c0b2ea8d1e4a2ed2d40
wr148d [Tue, 22 Feb 2022 21:12:02 +0000 (16:12 -0500)]
[AAI] Upversion model-loader to 1.9.2 and to use later babel
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I3c84c57634963d4315e51e572e9dc4fcaecc197d
wr148d [Mon, 20 Sep 2021 17:49:00 +0000 (13:49 -0400)]
[AAI] Releasing model-loader 1.9.1 docker artifact
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I7065f263928a607cbea383eba0b636adcc94824a
wr148d [Mon, 20 Sep 2021 17:04:16 +0000 (13:04 -0400)]
[AAI] Releasing model-loader 1.9.1 maven artifact
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I6f765874987ab3433eff83ac69b0cac2fdf9e1d8
wr148d [Mon, 20 Sep 2021 15:44:09 +0000 (11:44 -0400)]
[AAI] Upversioning model-loader to 1.9.1 and making it use the newest babel
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I3d0edcf2716504c5eb155ec00d74e84ffc8bddf2
wr148d [Mon, 13 Sep 2021 17:16:37 +0000 (13:16 -0400)]
[AAI] Updating the info yamls adding Robby Maharajh and removing Steven Blimkie
Issue-ID: AAI-3380
Change-Id: Ie8b8d9499591da1839a27f90b57dc0178868cbb5
Signed-off-by: wr148d <wr148d@att.com>
wr148d [Wed, 25 Aug 2021 15:17:12 +0000 (11:17 -0400)]
[AAI] Updates for releasing the latest Istanbul docker image
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I82f0c25b1d1b6349d715626906895b476bd72122
wr148d [Tue, 24 Aug 2021 16:23:15 +0000 (12:23 -0400)]
[AAI] Updates for releasing the latest maven for Istanbul
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ic38afe6edd226d146dc471cdac272492316d4c60
wr148d [Thu, 19 Aug 2021 00:07:41 +0000 (20:07 -0400)]
[AAI] Updates for latest versions for Istanbul
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ic3ac28fa7cd45f32ca1c35eade6690e6d6a3115c
William Reehil [Thu, 29 Jul 2021 14:16:49 +0000 (14:16 +0000)]
Merge "Fix sonar issues"
wr148d [Tue, 20 Jul 2021 16:30:30 +0000 (12:30 -0400)]
fix CRITICAL xxe (XML External Entity) issues identified in sonarcloud
Issue-ID: AAI-3346
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I76532cc11f348f9c267f5cd87e061b139ce4e7e0
Samuel Liard [Tue, 20 Jul 2021 07:06:13 +0000 (09:06 +0200)]
Fix sonar issues
Issue-ID: AAI-3362
Signed-off-by: sliard <samuel.liard@gmail.com>
Change-Id: I46a41146fb69cf99e4bfaedc4a94807b025832af
Venkata Harish Kajur [Thu, 25 Feb 2021 01:30:23 +0000 (01:30 +0000)]
Merge "Upversion to 1.8.1-SNAPSHOT"
Venkata Harish Kajur [Thu, 25 Feb 2021 01:20:39 +0000 (01:20 +0000)]
Merge "Release 1.8.0 container"
Maharajh, Robby (rx2202) [Thu, 25 Feb 2021 01:11:46 +0000 (20:11 -0500)]
Upversion to 1.8.1-SNAPSHOT
Issue-ID: AAI-3004
Change-Id: If56d70b5ce73f68b4953b0296853eccf1e607f7a
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Maharajh, Robby (rx2202) [Thu, 25 Feb 2021 01:10:52 +0000 (20:10 -0500)]
Release 1.8.0 container
Issue-ID: AAI-3004
Change-Id: Ica0a6934c04b6ce956e11f333ab79a8262bd8a2e
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Maharajh, Robby (rx2202) [Thu, 25 Feb 2021 01:08:48 +0000 (20:08 -0500)]
Release 1.8.0 maven artifact
Issue-ID: AAI-3004
Change-Id: I1c80ff1ec7414d2ce111479471ff593a3ab6c752
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Maharajh, Robby (rx2202) [Wed, 24 Feb 2021 18:32:28 +0000 (13:32 -0500)]
Update model loader to use java 11
Issue-ID: AAI-3004
Change-Id: I85ab6634bee7cb8c58fdc63cfd15de4b6955681a
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Sylvain Desbureaux [Mon, 1 Feb 2021 15:09:23 +0000 (16:09 +0100)]
Allow HTTP with SDC
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
Harish Venkata Kajur [Mon, 16 Nov 2020 04:45:27 +0000 (23:45 -0500)]
Upversion artifacts to 1.8.0-SNAPSHOT
Issue-ID: AAI-3222
Change-Id: I0aff8d3c838ea8926b974d7a07f19ea8a809c211
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
William Reehil [Thu, 17 Sep 2020 14:04:49 +0000 (14:04 +0000)]
Merge "Release 1.7.0 docker image"
Harish Venkata Kajur [Thu, 17 Sep 2020 13:53:12 +0000 (09:53 -0400)]
Release 1.7.0 docker image
Issue-ID: AAI-3101
Change-Id: If17b9d2daaa5d979d78d45450610d8fc1caa5477
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Harish Venkata Kajur [Thu, 17 Sep 2020 13:51:17 +0000 (09:51 -0400)]
Release 1.7.0 maven artifact
Issue-ID: AAI-3101
Change-Id: I26e7e0ce5544ec44a477a2ec5d46b394ff651485
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
wr148d [Thu, 30 Jul 2020 19:37:19 +0000 (15:37 -0400)]
Update Lifecycle state to mature
Issue-ID: AAI-3101
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I1bf1c70168e6a2a804d3913ed343ee9df5b45633
Jimmy Forsyth [Thu, 2 Jul 2020 19:57:49 +0000 (15:57 -0400)]
Promote Bill Reehil as AAI PTL
Issue-ID: AAI-2967
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I4c9a31ebe7a18c4870f33b7986edf75b913eaf3c
James Forsyth [Tue, 16 Jun 2020 13:13:11 +0000 (13:13 +0000)]
Merge "Added William Reehil as committer"
wr148d [Fri, 12 Jun 2020 13:23:25 +0000 (09:23 -0400)]
Added William Reehil as committer
Issue-ID: AAI-2928
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Id644e006434b9df59a059c4478d3a1d6280ab2d1
wr148d [Mon, 1 Jun 2020 18:37:38 +0000 (14:37 -0400)]
Containers should not run as root by default
Issue-ID: AAI-2822
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ia6fdf7867f0732234506422bc7ed4ed8ebc380fb
wr148d [Mon, 11 May 2020 13:58:01 +0000 (09:58 -0400)]
Remove Tian Lee from committers and update TSC section
Issue-ID: AAI-2898
Change-Id: I0b7adfa81e8af88be0640b9794ffbd98947c61c3
Signed-off-by: wr148d <wr148d@att.com>
Jimmy Forsyth [Wed, 8 Apr 2020 16:28:45 +0000 (12:28 -0400)]
Upversion to 1.7.0
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I71cbe63a4579386b52e228b89786045a090da2e8
Jimmy Forsyth [Tue, 7 Apr 2020 14:05:04 +0000 (10:05 -0400)]
Upversion to 1.6.3
Issue-ID: AAI-2850
Change-Id: I6f65d5fdb24c2d7d1612044f0164536f517fbd8b
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Jimmy Forsyth [Thu, 2 Apr 2020 14:10:50 +0000 (10:10 -0400)]
Release 1.6.2 container
Issue-ID: AAI-2580
Change-Id: I16f2b63ad0a60507294fd1af6cdb169f33f3da7f
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Jimmy Forsyth [Wed, 1 Apr 2020 21:07:12 +0000 (17:07 -0400)]
Release 1.6.2 artifacts
Issue-ID: AAI-2580
Change-Id: I4e6f11511820fda5d075ec47aa9d586d783e728d
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Jimmy Forsyth [Wed, 1 Apr 2020 20:10:31 +0000 (16:10 -0400)]
Activate deployment plugin
Issue-ID: AAI-2580
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I5b883c2bef96aa2aa97b96b086bf0b2b65097026
Jimmy Forsyth [Wed, 1 Apr 2020 15:01:47 +0000 (11:01 -0400)]
Fix sonar config
Issue-ID: AAI-2580
Change-Id: Iecaeffcd619f367f03d877caff1607f88a5e3b24
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Jimmy Forsyth [Tue, 31 Mar 2020 21:17:45 +0000 (17:17 -0400)]
Set up for release
Issue-ID: AAI-2580
Change-Id: Ia8cb1f5476fd02c255cec9f96890f3283fc99b68
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Jimmy Forsyth [Tue, 31 Mar 2020 20:30:46 +0000 (16:30 -0400)]
Release 1.6.1 artifacts
Issue-ID: AAI-2580
Change-Id: Ie6f3ad2693cb20fe7c4468a9678c3b121cb8124e
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Jimmy Forsyth [Wed, 18 Mar 2020 16:48:57 +0000 (12:48 -0400)]
Use aai-parent:1.6.10
Issue-ID: AAI-2835
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I50c82c36818eb4f2687fdb1690644b3aaa597e61
jimmy [Sun, 16 Feb 2020 14:01:09 +0000 (09:01 -0500)]
Convert to aai-parent
Issue-ID: AAI-2802
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I6cc00fd63bf57db139d94d1d727e21934b543c2a
Forsyth, James (jf2512) [Fri, 17 Jan 2020 22:43:28 +0000 (17:43 -0500)]
Upversion to 1.6.1
Issue-ID: AAI-2758
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
Change-Id: I2e8a52c1f2b9a5a045cff7eb43dc7c0b173c84e1
Jimmy Forsyth [Wed, 11 Dec 2019 20:32:28 +0000 (15:32 -0500)]
Upversion for Frankfurt
Issue-ID: AAI-2737
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I91bd8d7b63c7c7fbb3dee0ef41f5ec7155e86006
Lee, Tian (tl5884) [Wed, 9 Oct 2019 16:26:04 +0000 (17:26 +0100)]
Attempt to fix maven stage job
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>
Lee, Tian (tl5884) [Thu, 3 Oct 2019 13:53:50 +0000 (14:53 +0100)]
Enforce minimum Jacoco line coverage
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>
Dmitry Puzikov [Tue, 16 Apr 2019 14:52:05 +0000 (16:52 +0200)]
Fixed version parsing
Change-Id: Ibd37f998820dd4a77a6c320ce6b1066b06c86f51
Issue-ID: INT-798
Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
Lee, Tian (tl5884) [Wed, 7 Aug 2019 15:53:09 +0000 (16:53 +0100)]
Upversion Spring Boot to 2.1.6
Change-Id: I0e8b3f738777ab106d13fa826f0b40e3392a0f6b
Issue-ID: AAI-2539
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Jimmy Forsyth [Wed, 3 Jul 2019 18:20:04 +0000 (14:20 -0400)]
Upversion to oparent 2.0.0
Issue-ID: AAI-2494
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Iebfc1d5023c2116a5d0417c829d75907e91ff546
Jimmy Forsyth [Wed, 19 Jun 2019 20:39:59 +0000 (16:39 -0400)]
Upversion for global jjb transition
Issue-ID: AAI-2494
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Id9199420a979d177bd4920010ac8e6959dd4d4c8