aai/model-loader.git
2 days agoUse RestTemplate in AaiRestClient 19/137719/8 master
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>
6 days agoUpdate babel dependency in model-loader 16/137716/1
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>
6 days agoRefactor Babel related code in model-loader 07/137707/6
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>
7 days agoRelease model-loader 1.13.6 06/137706/1
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>
7 days agoAdd model-loader integration tests 84/137684/12 1.13.6
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>
13 days agosdc-distribution-client is registered twice in model-loader 69/137669/1
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>
2 weeks agoModel distribution fails with model-loader 1.13.5 49/137649/7
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>
2 weeks agoMake rest-client request timeout in model-loader configurable 05/136905/2
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>
4 weeks agoUse more dependency injection in model-loader 85/137585/1
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>
4 weeks agoPublish 1.13.5 container release 82/137582/1
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>
4 weeks agoPublish 1.13.5 maven release 81/137581/1
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>
4 weeks agoRefactor model controller in model-loader 80/137580/1
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>
6 weeks agoUpdate sdc-distribution-client and vulnerable dependencies in model-loader 85/137485/1
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>
8 weeks agoAdd tracing to model-loader 40/137440/1
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>
8 weeks agoUpdate model-loader to spring-boot 2.4 37/137437/1
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>
2 months agoUpdate aai-common-alpine base image in model-loader 48/137348/2
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>
3 months ago[AAI] Promote Fiete Ostkamp and Nandkishor Patke to AAI Contributors 90/136890/1
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

17 months agoReplace deprecated methods in model-loader 67/132267/1
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

17 months agoMerge "Update model-loader dependencies"
William Reehil [Wed, 16 Nov 2022 14:14:24 +0000 (14:14 +0000)]
Merge "Update model-loader dependencies"

17 months agoMerge "[AAI-MODEL] Release image 1.12.0"
William Reehil [Wed, 16 Nov 2022 14:07:00 +0000 (14:07 +0000)]
Merge "[AAI-MODEL] Release image 1.12.0"

17 months ago[AAI-MODEL] Release mvn 1.12.0 18/132218/1
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

17 months agoUpdate model-loader dependencies 17/132217/1
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

17 months ago[AAI-MODEL] Release image 1.12.0 16/132216/1
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

17 months ago[SDC-DIST] Upgrade sdc-distro-client to v 2.0.0 40/132040/1
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

18 months ago[AAI] Release model-loader docker artifact 1.11.0 for Kohn 21/131621/1 kohn
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

18 months ago[AAI] Release model-loader maven artifact 1.11.0 for Kohn 16/131616/1
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

18 months ago[AAI] Upversion model-loader to 1.11.0 for Kohn 08/131608/1
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

18 months agoFixed AAI ModelLoader fails to connect to aai-babel 82/131482/1
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

19 months ago[AAI] Remove Robby Maharajh & Harish Kajur as committers 78/130478/1
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

2 years ago[AAI] Release model-loader 1.9.4 docker image 39/127939/1
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

2 years ago[AAI] Release model-loader 1.9.4 maven artifact 38/127938/1
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

2 years ago[AAI] Upversion model-loader to 1.9.4 and make it to use latest babel 32/127932/1
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

2 years ago[AAI] Release model-loader docker artifact 1.9.3 28/127828/1
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

2 years ago[AAI] Release model-loader maven artifact 1.9.3 24/127824/1
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

2 years ago[AAI] Update model-loader to use newer packages 22/127822/1
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

2 years ago[AAI] Release the 1.9.2 docker image for model loader 56/127256/1
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

2 years ago[AAI] Release 1.9.2 maven artifact 45/127245/1
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

2 years ago[AAI] Upversion model-loader to 1.9.2 and to use later babel 43/127243/1
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

2 years ago[AAI] Releasing model-loader 1.9.1 docker artifact 70/124370/1 istanbul
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

2 years ago[AAI] Releasing model-loader 1.9.1 maven artifact 69/124369/1
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

2 years ago[AAI] Upversioning model-loader to 1.9.1 and making it use the newest babel 68/124368/1
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

2 years ago[AAI] Updating the info yamls adding Robby Maharajh and removing Steven Blimkie 01/124101/2
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>
2 years ago[AAI] Updates for releasing the latest Istanbul docker image 50/123550/1
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

2 years ago[AAI] Updates for releasing the latest maven for Istanbul 17/123517/1
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

2 years ago[AAI] Updates for latest versions for Istanbul 71/123371/1
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

2 years agoMerge "Fix sonar issues"
William Reehil [Thu, 29 Jul 2021 14:16:49 +0000 (14:16 +0000)]
Merge "Fix sonar issues"

2 years agofix CRITICAL xxe (XML External Entity) issues identified in sonarcloud 62/122762/1
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

2 years agoFix sonar issues 34/122734/1
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

3 years agoMerge "Upversion to 1.8.1-SNAPSHOT" honolulu
Venkata Harish Kajur [Thu, 25 Feb 2021 01:30:23 +0000 (01:30 +0000)]
Merge "Upversion to 1.8.1-SNAPSHOT"

3 years agoMerge "Release 1.8.0 container"
Venkata Harish Kajur [Thu, 25 Feb 2021 01:20:39 +0000 (01:20 +0000)]
Merge "Release 1.8.0 container"

3 years agoUpversion to 1.8.1-SNAPSHOT 47/118447/1
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>
3 years agoRelease 1.8.0 container 46/118446/1
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>
3 years agoRelease 1.8.0 maven artifact 45/118445/1
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>
3 years agoUpdate model loader to use java 11 29/118429/3
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>
3 years agoAllow HTTP with SDC 03/117303/5
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

3 years agoUpversion artifacts to 1.8.0-SNAPSHOT 09/114909/1
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>
3 years agoMerge "Release 1.7.0 docker image" guilin
William Reehil [Thu, 17 Sep 2020 14:04:49 +0000 (14:04 +0000)]
Merge "Release 1.7.0 docker image"

3 years agoRelease 1.7.0 docker image 31/112831/1
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>
3 years agoRelease 1.7.0 maven artifact 30/112830/1
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>
3 years agoUpdate Lifecycle state to mature 84/110784/1
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

3 years agoPromote Bill Reehil as AAI PTL 96/109796/1
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

3 years agoMerge "Added William Reehil as committer"
James Forsyth [Tue, 16 Jun 2020 13:13:11 +0000 (13:13 +0000)]
Merge "Added William Reehil as committer"

3 years agoAdded William Reehil as committer 04/109104/1
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

3 years agoContainers should not run as root by default 40/108640/1
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

3 years agoRemove Tian Lee from committers and update TSC section 61/107461/2
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>
4 years agoUpversion to 1.7.0 51/105551/1
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

4 years agoUpversion to 1.6.3 40/105340/1 frankfurt 6.0.0-ONAP
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>
4 years agoRelease 1.6.2 container 94/104994/2
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>
4 years agoRelease 1.6.2 artifacts 38/104938/1
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>
4 years agoActivate deployment plugin 11/104911/1
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

4 years agoFix sonar config 77/104877/2
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>
4 years agoSet up for release 04/104804/2
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>
4 years agoRelease 1.6.1 artifacts 01/104801/1
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>
4 years agoUse aai-parent:1.6.10 94/103894/1
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

4 years agoConvert to aai-parent 88/101788/1
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

4 years agoUpversion to 1.6.1 42/100442/1
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

4 years agoUpversion for Frankfurt 32/99532/1
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

4 years agoAttempt to fix maven stage job 15/96815/1
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>
4 years agoEnforce minimum Jacoco line coverage 70/96570/1
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>
4 years agoFixed version parsing 94/92794/6
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>
4 years agoUpversion Spring Boot to 2.1.6 63/93163/1
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>
4 years agoUpversion to oparent 2.0.0 55/90855/1
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

4 years agoUpversion for global jjb transition 90/90190/2
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

4 years agoUpversion for Dublin release 11/86911/1 dublin 4.0.0-ONAP
Jimmy Forsyth [Fri, 3 May 2019 15:42:56 +0000 (11:42 -0400)]
Upversion for Dublin release

Issue-ID: AAI-2403
Change-Id: Iae02824bf6d904d08e9909534fa473464708f66c
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
5 years agoMerge "Provide the ability to set the truststore properties during model-loader startup" 1.4.0
Tian Lee [Wed, 10 Apr 2019 13:40:08 +0000 (13:40 +0000)]
Merge "Provide the ability to set the truststore properties during model-loader startup"

5 years agoProvide the ability to set the truststore properties during model-loader startup 76/84876/1
Polavarapu, Chaitanya (cp8128) [Wed, 10 Apr 2019 12:42:08 +0000 (08:42 -0400)]
Provide the ability to set the truststore properties during model-loader startup

Issue-ID: AAI-2339
Change-Id: Icb6b35a6bf5bccfd1771a670a0626fe5b0b0cc12
Signed-off-by: Polavarapu, Chaitanya (cp8128) <cp8128@att.com>
5 years agoUpgrade to springboot 1.5.20.RELEASE 22/84722/1
Jimmy Forsyth [Tue, 9 Apr 2019 16:38:53 +0000 (12:38 -0400)]
Upgrade to springboot 1.5.20.RELEASE

Issue-ID: AAI-2349
Change-Id: Ic5cacde0863619d6cc1d4e93de9fddf7e72f50b6
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
5 years agoUpversion Spring-Boot to 1.5.19.RELEASE 91/82691/1
Lee, Tian (tl5884) [Tue, 19 Mar 2019 16:27:17 +0000 (16:27 +0000)]
Upversion Spring-Boot to 1.5.19.RELEASE

Change-Id: I39c4aa7de0f24bb56caeb32bb5c997fcee951ba5
Issue-ID: AAI-2257
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
5 years agoRefactor GizmoTranslator.translate() 08/82608/1
mark.j.leonard [Mon, 18 Mar 2019 18:31:05 +0000 (18:31 +0000)]
Refactor GizmoTranslator.translate()

Address Sonar violation for the translate() method throwing multiple types
of checked Exception. Add a JUnit test case for this.

Change-Id: If3c18460895f8193c7b759da4537aad0a2cbf485
Issue-ID: AAI-2264
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
5 years agoFix Sonar bugs in Dublin code 28/82428/1
mark.j.leonard [Fri, 15 Mar 2019 14:23:37 +0000 (14:23 +0000)]
Fix Sonar bugs in Dublin code

Address issues arising from AAI-2089 and AAI-1957.
Fix 9 bugs relating to null pointer exceptions.
Reduce the calculated complexity of the GizmoTranslator method
generateModelElementId() by reimplementing using Streams.

Change-Id: Ic7983db1e9364d79ff79deb09552028501bbbf2c
Issue-ID: AAI-2264
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
5 years agoHandle unexpected HTTP return codes 53/82253/1
ed852m [Thu, 14 Mar 2019 11:18:48 +0000 (11:18 +0000)]
Handle unexpected HTTP return codes

Issue-ID: AAI-2263

Change-Id: I2510b7a2630918ffe17efbbf813c3e43b0b44d34
Signed-off-by: ed852m <ed.dening@amdocs.com>
5 years agoAdd missing INFO.yaml blocks 51/79551/1
Jessica Wagantall [Sat, 2 Mar 2019 02:45:34 +0000 (18:45 -0800)]
Add missing INFO.yaml blocks

Add missing information so that the new verify
job passes.

Change-Id: I77f116d7bf1f8e1aec397d05f9c2a1e29b59c2da
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoAdd metrics logging for Babel requests 43/78943/1
mark.j.leonard [Thu, 21 Feb 2019 16:04:11 +0000 (16:04 +0000)]
Add metrics logging for Babel requests

Change-Id: I67492a90b0faac1c60be118be4e25237bd3a780d
Issue-ID: AAI-2183
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
5 years agoAllow parsing of properties taken from environment 61/76361/1
Popescu, Serban [Fri, 25 Jan 2019 17:14:16 +0000 (12:14 -0500)]
Allow parsing of properties taken from environment

Property variables starting with ENV: will be retrieved as environment
variables

Change-Id: I191920078c8aa78dee2327adcca39a0d1e1a89df
Issue-ID: AAI-2089
Signed-off-by: Serban Popescu <serban.popescu@amdocs.com>
5 years agoAdded echo service to model-loader 66/75566/1
Stela Stoykova [Wed, 9 Jan 2019 15:37:13 +0000 (10:37 -0500)]
Added echo service to model-loader

Issue-ID: AAI-2060

Change-Id: I19e16b7447f5ef8b7533449b18895c2bc98188d2
Signed-off-by: Stela Stoykova <Stela.Stoykova@amdocs.com>
5 years agoMerge "Exclude tomcat from web starter"
Venkata Harish Kajur [Mon, 7 Jan 2019 18:32:34 +0000 (18:32 +0000)]
Merge "Exclude tomcat from web starter"

5 years agoFix bug in gixmo interface 75/75075/1
Shwetank Dave [Mon, 24 Dec 2018 17:32:42 +0000 (12:32 -0500)]
Fix bug in gixmo interface

Change-Id: I75a6d3fdde11359aa834113c97f9b35a8744e902
Issue-ID: AAI-1957
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
5 years agoExclude tomcat from web starter 24/75024/4
jimmy [Thu, 20 Dec 2018 20:18:47 +0000 (15:18 -0500)]
Exclude tomcat from web starter

Issue-ID: AAI-2035
Change-Id: I19e326fefcfb60fff707dfb807fa91938efa3710
Signed-off-by: jimmy <jf2512@att.com>
5 years agoUpdate to springboot 1.5.18 48/74748/1
jimmy [Mon, 17 Dec 2018 18:51:13 +0000 (13:51 -0500)]
Update to springboot 1.5.18

Issue-ID: AAI-2011
Change-Id: Ied244abbd7cd1dadd8af9a95fbfc9389d9c644ea
Signed-off-by: jimmy <jf2512@att.com>
5 years agoHandle non-obfuscated config 23/74523/1
Daniel Silverthorn [Tue, 11 Dec 2018 18:07:50 +0000 (13:07 -0500)]
Handle non-obfuscated config

Change-Id: I5c57fcc16a93881af5cdf33947967e0d7ef2dd33
Issue-ID: AAI-1997
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>