Lukasz Rajewski [Thu, 12 Jun 2025 12:12:07 +0000 (12:12 +0000)]
Merge "1.13.5 release"
aditi.shukla@t-systems.com [Thu, 12 Jun 2025 08:45:49 +0000 (10:45 +0200)]
Pom reverted to Java 11, spring boot 2.4
Issue-ID: AAI-4169
Change-Id: I6a4eb66c3b428cda736a32541a2af42fd89bb1e8
Signed-off-by: aditi.shukla@t-systems.com <aditi.shukla@t-systems.com>
Fiete Ostkamp [Tue, 3 Jun 2025 11:19:28 +0000 (13:19 +0200)]
1.13.5 release
- refactor GenerateArtifactsService
- replace some String parameters with their type representation
to have better type checking and less explicit object mapper
- update aai-schema dependency (1.12.5 -> 1.12.7)
- add logstash-logback-encoder dependency for json formatted
log output
Issue-ID: AAI-4168
Change-Id: I2f2128bcd6858e55caaf05a1a422991b018b1e57
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
ranjan.kumar@t-systems.com [Wed, 4 Jun 2025 07:07:03 +0000 (09:07 +0200)]
Java 17 and spring boot updgrade for babel
Issue-ID: AAI-4169
Change-Id: Ia41d74429b16aa902d3381f6f58315006ff4db6a
Signed-off-by: ranjan.kumar@t-systems.com <ranjan.kumar@t-systems.com>
ranjan.kumar@t-systems.com [Wed, 4 Jun 2025 09:44:39 +0000 (11:44 +0200)]
log format changes from patter log to json format
Issue-ID: AAI-4170
Change-Id: I927488b8ece909e7d887c6dc6b96bd40ddade8a2
Signed-off-by: ranjan.kumar@t-systems.com <ranjan.kumar@t-systems.com>
atul.m.singh [Tue, 4 Feb 2025 07:53:16 +0000 (13:23 +0530)]
[AAI] Unnecessary packages must be cleared from all java files for aai-babel module
- Removed unused imports from the JAVA files so that unnecessary packages are ignored
Issue-ID: AAI-4120
Change-Id: I350930b92881efc452efe685e6ea3ca23004a069
Signed-off-by: atul.m.singh <atul.m.singh@accenture.com>
vani.kv [Tue, 10 Dec 2024 06:34:18 +0000 (12:04 +0530)]
[AAI] Update aai-schema version to 1.12.7 in babel
- Bump aai-schema pom version to 1.12.7
- Update aai-schema default version to v30
Issue-ID: AAI-4075
Change-Id: I3d4ef82c239ae551f4d60397040fa2953b58e3d8
Signed-off-by: vani.kv <vani.kv@accenture.com>
Fiete Ostkamp [Fri, 29 Nov 2024 09:22:33 +0000 (10:22 +0100)]
Make babel runnable locally via mvn spring-boot:run
- make it runnable mvn spring-boot:run
- remove certificate related config
Issue-ID: AAI-4073
Change-Id: Ie5762dd3d1e79312d72e0611c1d61ce6cfaeb1c2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Mon, 21 Oct 2024 14:24:14 +0000 (16:24 +0200)]
Reduce amount of explicit object mapping in babel
- let the framework do the object mapping to BabelRequest
Issue-ID: AAI-4022
Change-Id: Ia657c5ce6974b25b85364b2deff3aab34f27d10a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Sun, 20 Oct 2024 18:15:17 +0000 (20:15 +0200)]
Clean up babel GenerateArtifactsService
- rename GenerateArtifactsService to Controller
- move request logging into central request filter
- move request authentication into central request filter
- constructor-inject gson to avoid creating the mapper on each request
Issue-ID: AAI-4021
Change-Id: Ifb95644858ddf4b3364e08291d1685da469edd71
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Sun, 15 Sep 2024 07:51:12 +0000 (09:51 +0200)]
Publish babel 1.13.4 container release
- define -XX:MaxRAMPercentage and set it to 60% by default
Issue-ID: AAI-3989
Change-Id: I1d3766fcea30e3f39ff751abbd4a24f088f3b56c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 4 Sep 2024 14:49:17 +0000 (16:49 +0200)]
Define -XX:MaxRAMPercentage in babel
- define MaxRAMPercentage and set it to 60 percent [0]
- bump snapshot versino
[0] the default RAM utilisation of jdk 11 is 25%
Issue-ID: AAI-3985
Change-Id: I6fe9f72b332b7a1974691b2b9b32e4e9095db629
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 4 Sep 2024 05:57:11 +0000 (07:57 +0200)]
Release babel 1.13.3 docker artifact
- enable prometheus metrics via actuator
- update vulnerable commons-compress dependency
Issue-ID: AAI-3982
Change-Id: Iddf94c139bcdc7df41ba0e1923055046e25d06c1
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Thu, 29 Aug 2024 08:26:34 +0000 (10:26 +0200)]
Enable prometheus metrics in babel
Issue-ID: AAI-3980
Change-Id: I06033095928be900197cfb313964c833ea251044
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 20 Aug 2024 06:16:10 +0000 (08:16 +0200)]
Update commons-compress in babel
- update commons-compress
- bump snapshot version to 1.13.3-SNAPSHOT
Issue-ID: AAI-3974
Change-Id: Iae107c5e32edbf92a8acac0a12e90d6347a7bae6
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
vani.kv [Tue, 6 Aug 2024 08:17:31 +0000 (13:47 +0530)]
[AAI] Release 1.13.2 docker artifact of babel
- Release docker artifact for v29 schema changes and geo region changes
Issue-ID: AAI-3935
Change-Id: I9432fd8c1bbf0f6fc124a56a81b2d6f359994b1e
Signed-off-by: vani.kv <vani.kv@accenture.com>
vani.kv [Tue, 6 Aug 2024 05:33:37 +0000 (11:03 +0530)]
[AAI] Release 1.13.2 maven artifact of babel
- Release maven artifact for v29 schema changes and geo region changes
Change-Id: I952b4e89a6b65cc6d02f7c2c414b48bd5d02f712
Signed-off-by: vani.kv <vani.kv@accenture.com>
Issue-ID: AAI-3935
vani.kv [Mon, 29 Jul 2024 13:09:50 +0000 (18:39 +0530)]
[AAI] Update aai-schema version to 1.12.5 in pom of babel
- Update aai-schema version in pom of babel to 1.12.5
- Update version of babel to 1.13.2
Issue-ID: AAI-3935
Change-Id: I384645a94b78f983a8d5c61ac547d22f5c90d63d
Signed-off-by: vani.kv <vani.kv@accenture.com>
nandkishorpatke [Fri, 24 May 2024 11:11:07 +0000 (16:41 +0530)]
[AAI] Release 1.13.1 docker artifact of babel
- Release docker artifact for v29 schema change
Issue-ID: AAI-3851
Change-Id: Ia3cc19cd61a67639815eb56de2c5e37e3879e129
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
nandkishorpatke [Fri, 24 May 2024 09:50:47 +0000 (15:20 +0530)]
[AAI] Release 1.13.1 maven artifact of babel
- Release maven artifact for v29 schema changes
Issue-ID: AAI-3850
Change-Id: I1a7c58055b9d0e444db6ea8ba8055223beb790b9
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
Nandkishor Patke [Fri, 24 May 2024 09:18:23 +0000 (11:18 +0200)]
[AAI] Bump babel version to 1.13.1
Issue-ID: AAI-3843
Change-Id: If536fe94a7214c9c6505247ea54ffb847942ab00
Signed-off-by: Nandkishor Patke <nandkishor-laxman.patke@t-systems.com>
Fiete Ostkamp [Fri, 24 May 2024 07:19:49 +0000 (09:19 +0200)]
[AAI] Update aai-schema version to 1.12.4 in babel
- AAI schema addition for 3GPP RAN Network Slice Subnet
- and Slice-Profile Attributes & FeasibilityCheckJob
- Bump aai-schema pom version to 1.12.4
- Update aai-schema default version to v29
Issue-ID: AAI-3843
Change-Id: I848d2b0ebf914fba6f9c37fbd77d11c7606029ab
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Thu, 18 Apr 2024 14:49:46 +0000 (16:49 +0200)]
Create 1.13.0 maven release
Issue-ID: AAI-3831
Change-Id: I11efd0f3df15fb2becb2d2eef1b4b330e17a10a3
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Thu, 18 Apr 2024 14:40:01 +0000 (16:40 +0200)]
Create 1.13.0 container release
- add tracing
Issue-ID: AAI-3831
Change-Id: I249bb044a4626809f87487e9e117fe7ba3d68407
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Thu, 18 Apr 2024 14:18:48 +0000 (16:18 +0200)]
Enhance BabelArtifact object in babel with setters and noargs constructor
- this makes the object available for Jackson object mapping
Issue-ID: AAI-3830
Change-Id: I5c8827d98d302fb0c48e3ae8b638629c3dab98e7
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Thu, 18 Apr 2024 13:12:19 +0000 (15:12 +0200)]
Add tracing to babel
- add cloud-sleuth tracing dependency
Issue-ID: AAI-3829
Change-Id: I0eee4b79359e0cea679e4a044863c4f4b91e3425
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Thu, 18 Apr 2024 12:43:07 +0000 (14:43 +0200)]
Babel service is returning a text/plain content type header with a json response
- return a Content-Type: application/json header for the generate artifacts endpoint
Issue-ID: AAI-3828
Change-Id: Ic5ab0f40e23a5efedb71c4b3d98aff6e523329b8
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Fri, 1 Mar 2024 12:35:53 +0000 (13:35 +0100)]
Update aai-parent in babel to 1.13.3
- update aai-parent from 1.9.4 to 1.13.3
- update spring-boot from 2.1 to 2.4
- migrate junit 4 to junit 5
Issue-ID: AAI-3791
Change-Id: I849c830f9f0addfb2d4d48d20f038afd401858d2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Fri, 1 Mar 2024 07:15:20 +0000 (08:15 +0100)]
Remove aaf dependencies in babel
Issue-ID: AAI-3790
Change-Id: I373917e03d232f13dea892a96955f6f544d21c38
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
wr148d [Fri, 12 Jan 2024 15:40:09 +0000 (10:40 -0500)]
[AAI] Promote Fiete Ostkamp and Nandkishor Patke to AAI Contributors
Issue-ID: AAI-3729
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ie8ff1c7cbd7aa521b178094620d6b0d78eb2b35a
nandkishorpatke [Wed, 15 Nov 2023 14:22:54 +0000 (19:52 +0530)]
[AAI] Release aai-babel 1.12.3 docker artifact
- Release aai-babel 1.12.3 docker artifact
Issue-ID: AAI-3677
Change-Id: I4bcfed6d9a2b3ed3f019c579704e2dd294b5a7f7
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
nandkishorpatke [Wed, 15 Nov 2023 13:27:50 +0000 (18:57 +0530)]
[AAI] Release aai-babel 1.12.3 maven artifact
- Release aai-babel 1.12.3 maven artifact
Issue-ID: AAI-3677
Change-Id: I00f5e7232a56c0efd3ac369be7636ceb18188952
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
nandkishorpatke [Wed, 15 Nov 2023 12:20:16 +0000 (17:50 +0530)]
[AAI] Up-version to 1.12.3 to include v28 in aai-babel
- Up-version to 1.12.3 to include v28 and 1.12.3 aai-shcema version
Issue-ID: AAI-3677
Change-Id: I91531db3bebae6f3b318cc6a8a9a34893d268737
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
nandkishorpatke [Mon, 30 Oct 2023 14:53:14 +0000 (20:23 +0530)]
[AAI] Release maven artifact 1.12.2 to include v28
Issue-ID: AAI-3663
Change-Id: I1bbe9ec29fa1c874e662830c7aa51c8fcd80c819
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
nandkishorpatke [Mon, 30 Oct 2023 14:24:30 +0000 (19:54 +0530)]
[AAI] Upversion to 1.12.2 to include v28
Issue-ID: AAI-3663
Change-Id: Icf98140444866dce9ca0dc0cffb50e87a0a736b0
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
Fiete Ostkamp [Fri, 14 Jul 2023 12:44:01 +0000 (12:44 +0000)]
aai-babel release is failing due to misconfigured gmavenplus plugin
Issue-ID: AAI-3654
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I2520aba9f36f0eaf7bc12050a23daea1e11e5ce4
aleem.raja@t-systems.com [Sat, 3 Jun 2023 17:15:29 +0000 (17:15 +0000)]
[AAI] Release babel 1.12.1 maven artifact
Issue-ID: AAI-3653
Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com>
Change-Id: I6503670bf595df3de80a4f4808cb65fdac9fc599
aleem.raja@t-systems.com [Fri, 26 May 2023 07:03:14 +0000 (12:33 +0530)]
[AAI] Upversion babel to 1.12.1 for London
Updated version for aai-schema to 1.12.1
Issue-ID: AAI-3653
Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com>
Change-Id: Ieabfcf86e767514406326eb958dcc587601c863d
Fiete Ostkamp [Mon, 7 Nov 2022 08:10:39 +0000 (08:10 +0000)]
Update babel dependencies
- update dependencies
- resolve warning about statically accessing the logger
Issue-ID: AAI-3582
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Icb80d3880e049e18a6fcbe91d6f1dfd95ebdeef5
Fiete Ostkamp [Tue, 25 Oct 2022 09:26:55 +0000 (09:26 +0000)]
Use the 1.9.4 parent pom in babel
Issue-ID: AAI-3558
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I56b99c3582fcb5b3eec5585a126b61b2336e2b87
wr148d [Thu, 20 Oct 2022 14:40:42 +0000 (10:40 -0400)]
[AAI] Release babel 1.11.0 docker artifact for Kohn
Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ia2ef14c401a9a0344c51d1df4af82e76d306899f
wr148d [Thu, 20 Oct 2022 13:21:30 +0000 (09:21 -0400)]
[AAI] Release babel 1.11.0 maven artifact for Kohn
Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I6503680bf595df3de90a4f3608cb65fdac9fc577
wr148d [Wed, 19 Oct 2022 15:35:25 +0000 (11:35 -0400)]
[AAI] Upversion babel to 1.11.0 for Kohn
Issue-ID: AAI-3537
Change-Id: Ieabfcf86e878514406326eb958dcc587601c973d
Signed-off-by: wr148d <wr148d@att.com>
wr148d [Mon, 29 Aug 2022 13:19:25 +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: I9040d6d67f6759de92314fe59e31003151f238a4
Manisha Aggarwal [Fri, 19 Aug 2022 18:18:44 +0000 (18:18 +0000)]
Merge "[AAI] Release docker artifact 1.9.6 to include v27"
wr148d [Fri, 19 Aug 2022 15:59:14 +0000 (11:59 -0400)]
[AAI] Release docker artifact 1.9.6 to include v27
Issue-ID: AAI-3489
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Id5751d6578b614e2db7cdd87d8f28eac632c73bd
Manisha Aggarwal [Thu, 18 Aug 2022 14:24:19 +0000 (14:24 +0000)]
Merge "[AAI] Release maven artifact 1.9.6 to include v27"
wr148d [Thu, 18 Aug 2022 13:18:22 +0000 (09:18 -0400)]
[AAI] Release maven artifact 1.9.6 to include v27
Issue-ID: AAI-3489
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I9949b5e006d842324622c3aebc84c0aae34b667a
Manisha Aggarwal [Tue, 16 Aug 2022 17:54:43 +0000 (17:54 +0000)]
Merge "[AAI] Upversion to 1.9.6 to include v27"
wr148d [Tue, 16 Aug 2022 17:45:18 +0000 (13:45 -0400)]
[AAI] Upversion to 1.9.6 to include v27
Issue-ID: AAI-3489
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I5ee90a52e6d3e8752b9ca254084686d146ade420
Robby Maharajh [Mon, 21 Mar 2022 16:46:38 +0000 (16:46 +0000)]
Merge "[AAI] Release docker image for 1.9.5 for babel"
wr148d [Mon, 21 Mar 2022 16:19:35 +0000 (12:19 -0400)]
[AAI] Release docker image for 1.9.5 for babel
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ied33dd3391e4ef5b24cac7a9fe69d1ebc5f2c92a
Robby Maharajh [Mon, 21 Mar 2022 15:52:05 +0000 (15:52 +0000)]
Merge "[AAI] Release maven artifact 1.9.5 for babel"
wr148d [Mon, 21 Mar 2022 15:24:21 +0000 (11:24 -0400)]
[AAI] Release maven artifact 1.9.5 for babel
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I70ecc55236f094e362b9fdab9e12c38929e26995
Manisha Aggarwal [Mon, 21 Mar 2022 15:10:22 +0000 (15:10 +0000)]
Merge "[AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDs"
wr148d [Mon, 21 Mar 2022 14:34:02 +0000 (10:34 -0400)]
[AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDs
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I747e0ed51ec499b6c1d4bb33d46a6524bf4375c1
Robby Maharajh [Tue, 15 Mar 2022 19:00:58 +0000 (19:00 +0000)]
Merge "[AAI] Release babel 1.9.4 docker artifact"
wr148d [Tue, 15 Mar 2022 18:04:06 +0000 (14:04 -0400)]
[AAI] Release babel 1.9.4 docker artifact
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ide0620f8b5e8c113f619bbaa73b7cbcf64c8c810
Manisha Aggarwal [Tue, 15 Mar 2022 17:52:04 +0000 (17:52 +0000)]
Merge "[AAI] Release babel 1.9.4 maven artifact"
wr148d [Tue, 15 Mar 2022 15:20:37 +0000 (11:20 -0400)]
[AAI] Release babel 1.9.4 maven artifact
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I8b6a6dfb2704fc1bd0cbc81d2a0a3b7b8d493b5d
Robby Maharajh [Tue, 15 Mar 2022 14:54:45 +0000 (14:54 +0000)]
Merge "[AAI] Updating Babel to have common versions properly set together and upversion babel to 1.9.4"
Robby Maharajh [Tue, 15 Mar 2022 14:54:41 +0000 (14:54 +0000)]
Merge "[AAI] Updating Babel to have common versions properly set together"
Robby Maharajh [Tue, 15 Mar 2022 14:54:27 +0000 (14:54 +0000)]
Merge "[AAI] Update babel to fix security vulnerabilities"
wr148d [Tue, 15 Mar 2022 14:42:50 +0000 (10:42 -0400)]
[AAI] Updating Babel to have common versions properly set together and upversion babel to 1.9.4
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ifa8492eb77c6dbb1e4f2bb639a38e23a1d2484ab
wr148d [Tue, 15 Mar 2022 14:41:00 +0000 (10:41 -0400)]
[AAI] Updating Babel to have common versions properly set together
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I2a657305e1a9bc0911bb4bd499a705570754b134
wr148d [Mon, 7 Mar 2022 14:32:04 +0000 (09:32 -0500)]
[AAI] Update babel to fix security vulnerabilities
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I6781b7d94ba4d62511a778344b8178626cd09ea5
Robby Maharajh [Mon, 7 Mar 2022 15:04:25 +0000 (15:04 +0000)]
Merge "[AAI] Update babel to fix security vulnerabilities"
wr148d [Mon, 7 Mar 2022 14:32:04 +0000 (09:32 -0500)]
[AAI] Update babel to fix security vulnerabilities
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I5687347d5ef9b3237ec3d86ca7de13f6bf24c1b3
Robby Maharajh [Thu, 3 Mar 2022 17:06:09 +0000 (17:06 +0000)]
Merge "[AAI] Update mS to use 1.9.3 aai-common version"
Robby Maharajh [Thu, 3 Mar 2022 17:05:49 +0000 (17:05 +0000)]
Merge "[AAI] Updates for security vulnerabilities"
wr148d [Thu, 3 Mar 2022 15:54:28 +0000 (10:54 -0500)]
[AAI] Update mS to use 1.9.3 aai-common version
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: If6728ba1e663c83976699173c660d0084966b22a
wr148d [Wed, 2 Mar 2022 17:16:36 +0000 (12:16 -0500)]
[AAI] Updates for security vulnerabilities
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I88fed83ef9c3bb6906d0628f995c622225d353cc
Robby Maharajh [Tue, 22 Feb 2022 21:09:32 +0000 (21:09 +0000)]
Merge "[AAI] Releasing 1.9.3 docker artifact for babel"
wr148d [Tue, 22 Feb 2022 19:52:42 +0000 (14:52 -0500)]
[AAI] Releasing 1.9.3 docker artifact for babel
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I1d70ed2e214417e7efec0b88c81f6461a1bb9a4d
Robby Maharajh [Tue, 22 Feb 2022 19:05:21 +0000 (19:05 +0000)]
Merge "[AAI] Releasing 1.9.3 maven artifact for babel"
wr148d [Tue, 22 Feb 2022 18:53:24 +0000 (13:53 -0500)]
[AAI] Releasing 1.9.3 maven artifact for babel
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ida7b7b0737c4f20f6fa61f8f08ed762e6797b97c
Robby Maharajh [Tue, 22 Feb 2022 16:54:16 +0000 (16:54 +0000)]
Merge "[AAI] Update babel to use the new v26 schema and upversion to 1.9.3"
wr148d [Mon, 14 Feb 2022 20:23:41 +0000 (15:23 -0500)]
[AAI] Update babel to use the new v26 schema and upversion to 1.9.3
Issue-ID: AAI-3435
Change-Id: I280aa7e646329999d066a88a33fa19c8e714d599
Signed-off-by: wr148d <wr148d@att.com>
Robby Maharajh [Mon, 31 Jan 2022 16:46:50 +0000 (16:46 +0000)]
Merge "[AAI] Releasing babel docker image 1.9.2"
wr148d [Mon, 31 Jan 2022 14:29:30 +0000 (09:29 -0500)]
[AAI] Releasing babel docker image 1.9.2
Issue-ID: AAI-3431
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I6f30f85bf75a1ebcf664d19759576dbdeabc253b
Robby Maharajh [Thu, 27 Jan 2022 20:15:20 +0000 (20:15 +0000)]
Merge "[AAI] Releasing babel maven artifact 1.9.2"
wr148d [Thu, 27 Jan 2022 19:38:22 +0000 (14:38 -0500)]
[AAI] Releasing babel maven artifact 1.9.2
Issue-ID: AAI-3431
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Id4adacddc684bab7f9f46320d3f1179885d67623
Robby Maharajh [Thu, 27 Jan 2022 17:24:19 +0000 (17:24 +0000)]
Merge "[AAI] Upversion babel to 1.9.2"
wr148d [Thu, 27 Jan 2022 15:02:50 +0000 (10:02 -0500)]
[AAI] Upversion babel to 1.9.2
Issue-ID: AAI-3431
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I953c2f7711cc71e320356438e7d9672a35dd4d8f
Robby Maharajh [Wed, 26 Jan 2022 19:08:07 +0000 (19:08 +0000)]
Merge "[AAI] Upgraded microservices to use the latest aai-common 1.9.2"
wr148d [Wed, 26 Jan 2022 17:56:01 +0000 (12:56 -0500)]
[AAI] Upgraded microservices to use the latest aai-common 1.9.2
Issue-ID: AAI-3433
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I69c70d9c40f3fdebb1ee2c45692ec74cf12588d3
William Reehil [Tue, 21 Sep 2021 13:42:27 +0000 (13:42 +0000)]
Merge "Fix sonar issues"
wr148d [Mon, 20 Sep 2021 15:22:22 +0000 (11:22 -0400)]
[AAI] Releasing docker image for babel 1.9.1
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iaa87eeee349f39904ffde0f4bbec6178b3d1c6bd
wr148d [Mon, 20 Sep 2021 14:57:52 +0000 (10:57 -0400)]
[AAI] Releasing maven artifact for babel 1.9.1
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ia79fa76dee6da09865b0fdd15621c2e03a77f9bc
wr148d [Mon, 20 Sep 2021 14:31:38 +0000 (10:31 -0400)]
[AAI] Upversion babel to 1.9.1
Issue-ID: AAI-3361
Change-Id: I665b01198795ccdbdd47cd24c922e9b204b83709
Signed-off-by: wr148d <wr148d@att.com>
wr148d [Mon, 20 Sep 2021 13:59:24 +0000 (09:59 -0400)]
[AAI] Update babel to use the latest schema service version
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I78adc4bb3e700501a6b1af6cd6ce25c887b0b7bd
wr148d [Mon, 13 Sep 2021 17:16:53 +0000 (13:16 -0400)]
[AAI] Updating the info yamls adding Robby Maharajh and removing Steven Blimkie
Issue-ID: AAI-3380
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I688e760d18aa232b943bde6f106d2065e9fcb243
Samuel Liard [Tue, 7 Sep 2021 16:40:11 +0000 (18:40 +0200)]
Fix sonar issues
Issue-ID: AAI-3362
Signed-off-by: sliard <samuel.liard@gmail.com>
Change-Id: I42e20a29a35eba600d18c2e4c85daed183c4d829
wr148d [Tue, 24 Aug 2021 16:23:35 +0000 (12:23 -0400)]
[AAI] Updates for releasing the latest docker release for Istanbul
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ib134e573e79f56bca7e61a095076c8633f54c2bd
wr148d [Mon, 23 Aug 2021 15:34:18 +0000 (11:34 -0400)]
[AAI] Updates for releasing the latest maven for Istanbul
Issue-ID: AAI-3361
Change-Id: I7416f68cb836b326b1ac3beb6d2cab3fe4b6b790
Signed-off-by: wr148d <wr148d@att.com>
wr148d [Mon, 23 Aug 2021 13:44:30 +0000 (09:44 -0400)]
[AAI] Updates for v24 upgrade on Babel
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Id4891b769d07daa4102b696c9ecc80192ce2359f
Polavarapu, Chaitanya (cp8128) [Fri, 12 Mar 2021 20:28:47 +0000 (15:28 -0500)]
Resolve files with licensing issues in Babel
Issue-ID: AAI-3301
Change-Id: Ia376802e449b0bf013dfd3a3e9843448234afef1
Signed-off-by: Polavarapu, Chaitanya (cp8128) <cp8128@att.com>
Harish Venkata Kajur [Tue, 2 Mar 2021 14:41:49 +0000 (09:41 -0500)]
Release 1.8.0 container properly
Issue-ID: AAI-2996
Change-Id: I5235e299ef55333cd9dd25c8a2e2f6630d6ffd22
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Venkata Harish Kajur [Wed, 24 Feb 2021 18:35:15 +0000 (18:35 +0000)]
Merge "Upversion to 1.8.1-SNAPSHOT"
Maharajh, Robby (rx2202) [Wed, 24 Feb 2021 17:50:35 +0000 (12:50 -0500)]
Upversion to 1.8.1-SNAPSHOT
Issue-ID: AAI-2996
Change-Id: I40de75a09971bfe3ad65835d00e969087149fd50
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>