aai/traversal.git
3 months ago[AAI] Improve test coverage for A&AI component aai-traversal 43/140643/3 1.16.0
nisha.gangore [Wed, 2 Apr 2025 08:49:32 +0000 (14:19 +0530)]
[AAI] Improve test coverage for A&AI component aai-traversal

- to Improve test coverage for A&AI component aai-traversal <=80%

Issue-ID: AAI-4106
Change-Id: I585ad5be4ca881f14d39791bc4f92f183b3600fb
Signed-off-by: nisha.gangore <nisha.gangore@accenture.com>
3 months ago[AAI] Improve test coverage for A&AI component aai-traversal 95/140595/4
nisha.gangore [Wed, 26 Mar 2025 07:40:41 +0000 (13:10 +0530)]
[AAI] Improve test coverage for A&AI component aai-traversal

- to Improve test coverage for A&AI component aai-traversal <=80%

Issue-ID: AAI-4106
Change-Id: I729dc80cac8f539872464451e9af93a997df8088
Signed-off-by: nisha.gangore <nisha.gangore@accenture.com>
3 months ago[AAI] Improve test coverage for A&AI component aai-traversal 48/140548/3
nisha.gangore [Mon, 24 Mar 2025 06:14:34 +0000 (11:44 +0530)]
[AAI] Improve test coverage for A&AI component aai-traversal

- to Improve test coverage for A&AI component aai-traversal <=80%

Issue-ID: AAI-4106
Change-Id: I921e6e10741f9c6f2d61faf77f865a2fde244398
Signed-off-by: nisha.gangore <nisha.gangore@accenture.com>
3 months ago[AAI] Improve test coverage for A&AI component aai-traversal 40/140540/4
nisha.gangore [Fri, 21 Mar 2025 09:51:24 +0000 (15:21 +0530)]
[AAI] Improve test coverage for A&AI component aai-traversal

- to Improve test coverage for A&AI component aai-traversal <=80%

Issue-ID: AAI-4106
Change-Id: Ife8bf517909a088dc032369e4d852de8a7261192
Signed-off-by: nisha.gangore <nisha.gangore@accenture.com>
5 months agoSpring-boot 3 upgrade in traversal 25/140125/6
Fiete Ostkamp [Sun, 2 Feb 2025 11:47:41 +0000 (12:47 +0100)]
Spring-boot 3 upgrade in traversal

Issue-ID: AAI-4115
Change-Id: I509bcc0a7893bb84ae46a774cea10b9169d7083c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
5 months agoRelease 1.15.5 44/140144/1
Fiete Ostkamp [Wed, 5 Feb 2025 08:07:23 +0000 (09:07 +0100)]
Release 1.15.5

- janusgraph upgrade (1.0.0 -> 1.1.0)
- remove ssl-related leftovers from the code
- remove Keycloak integration (it was broken anyways)

Issue-ID: AAI-4117
Change-Id: Iafa323488c093434bc27ac8d56c4a9f3f4118a86
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
5 months agoUse 1.15.5 aai-common release 32/140132/2 1.15.5
Fiete Ostkamp [Tue, 4 Feb 2025 07:09:34 +0000 (08:09 +0100)]
Use 1.15.5 aai-common release

Issue-ID: AAI-4119
Change-Id: Ib8234105000fbc36ff330b555defd62e93e375a7
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
5 months agoMerge "[AAI] Improve test coverage for A&AI component aai-traversal"
Fiete Ostkamp [Mon, 3 Feb 2025 08:15:39 +0000 (08:15 +0000)]
Merge "[AAI] Improve test coverage for A&AI component aai-traversal"

5 months agoUpgrade antlr 22/140122/1
Fiete Ostkamp [Fri, 31 Jan 2025 16:12:55 +0000 (17:12 +0100)]
Upgrade antlr

Issue-ID: AAI-4114
Change-Id: Ic0263f495175972392d00b8ffc7eb0bb23699e35
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
5 months agoMerge "[AAI] Unnecessary packages must be cleared from all java files for aai-traversal"
Fiete Ostkamp [Tue, 28 Jan 2025 16:41:22 +0000 (16:41 +0000)]
Merge "[AAI] Unnecessary packages must be cleared from all java files for aai-traversal"

5 months ago[AAI] Unnecessary packages must be cleared from all java files for aai-traversal 72/140072/1
atul.m.singh [Tue, 28 Jan 2025 08:53:46 +0000 (14:23 +0530)]
[AAI] Unnecessary packages must be cleared from all java files for aai-traversal

- Removed unused imports from the JAVA files so that unnecessary packages are ignored

Issue-ID: AAI-4109
Change-Id: Iec371fa9d36f516fd50fde32247d8f2bf133d918
Signed-off-by: atul.m.singh <atul.m.singh@accenture.com>
5 months agoMerge "Make aai-common agnostic of the embedded server (remove jetty-specific code)"
Nandkishor Patke [Mon, 27 Jan 2025 14:47:47 +0000 (14:47 +0000)]
Merge "Make aai-common agnostic of the embedded server (remove jetty-specific code)"

5 months agoMake aai-common agnostic of the embedded server (remove jetty-specific code) 55/139855/4
Fiete Ostkamp [Mon, 6 Jan 2025 14:58:29 +0000 (15:58 +0100)]
Make aai-common agnostic of the embedded server (remove jetty-specific code)

- replace custom authorization webfilter with spring security
- make users configurable via aai.basic-auth.users[] in application.properties
- remove Keycloak integration [0]

[0] for the following reasons:
- integration test (MultiTenancyTest) already not working
- dependency is ancient (uses 11, 26 is available as of writing)
- keycloak autoconfiguration is in conflict with spring security
- keycloak-specific starters have been deprecated and users are advised to
  use the out-of-the-box spring OIDC integration [1]
- there is no (and likely never will be a) starter that is compatible with spring-boot 3

[1] https://www.keycloak.org/2023/03/adapter-deprecation-update

Issue-ID: AAI-4100
Change-Id: Ic49174adce29dbc43d1e7d0a99bf699f1e77f77e
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
5 months ago[AAI] Improve test coverage for A&AI component aai-traversal 14/140014/1
nisha.gangore [Thu, 23 Jan 2025 14:18:11 +0000 (19:48 +0530)]
[AAI] Improve test coverage for A&AI component aai-traversal

- to Improve test coverage for A&AI component aai-traversal <=80%

Issue-ID: AAI-4106
Change-Id: I0b7a87197bf281d89ea5413198e6f9e61b949dee
Signed-off-by: nisha.gangore <nisha.gangore@accenture.com>
5 months ago[AAI] Improve test coverage for A&AI component aai-traversal 07/139907/1
nisha.gangore [Wed, 15 Jan 2025 12:37:57 +0000 (18:07 +0530)]
[AAI] Improve test coverage for A&AI component aai-traversal

- to Improve test coverage for A&AI component aai-traversal <=80%

Issue-ID: AAI-4106
Signed-off-by: nisha.gangore <nisha.gangore@accenture.com>
Change-Id: I165f6fac5004a75721a54907c6bc55987e305aec

6 months agoRelease 1.15.4 image 10/139810/1 oslo
Fiete Ostkamp [Mon, 6 Jan 2025 08:06:05 +0000 (09:06 +0100)]
Release 1.15.4 image

- various dependency upgrades

Issue-ID: AAI-4093
Change-Id: Ia0efea9c1fbc61e4f39be018799ed6bc460ed193
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
6 months agoMerge "Use aai-common 1.15.4 in traversal"
Nandkishor Patke [Thu, 2 Jan 2025 14:21:05 +0000 (14:21 +0000)]
Merge "Use aai-common 1.15.4 in traversal"

6 months agoUse aai-common 1.15.4 in traversal 01/139801/3 1.15.4
Fiete Ostkamp [Thu, 2 Jan 2025 13:35:56 +0000 (14:35 +0100)]
Use aai-common 1.15.4 in traversal

- use aai-common 1.15.4 that contains dependency updates
- remove jopt-simple dependency
- do not declare jnr-ffi as explicit dependency
  since it is only used transitively

Issue-ID: AAI-4095
Change-Id: I4260df8bd8f3da337d29d6ab82d29e4b75b57aa4
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
7 months ago[AAI] Update aai-schema version to 1.12.7 in traversal 98/139698/3
vani.kv [Tue, 10 Dec 2024 07:00:22 +0000 (12:30 +0530)]
[AAI] Update aai-schema version to 1.12.7 in traversal

- Bump aai-schema pom version to 1.12.7
- Update aai-schema default version to v30
- Increase version to 1.15.4-SNAPSHOT

Issue-ID: AAI-4075
Change-Id: Ibda1609c07f5472b795a70c55b94a1da765b84db
Signed-off-by: vani.kv <vani.kv@accenture.com>
7 months ago1.15.3 release 85/139685/1
Fiete Ostkamp [Fri, 6 Dec 2024 12:55:18 +0000 (13:55 +0100)]
1.15.3 release

- includes aai-common update (1.15.2 -> 1.15.3)

Issue-ID: AAI-4076

Change-Id: Ia4da55f76e5544deb5b0d9d11616412e90688cba
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
7 months agoUse 1.15.3 aai-common version 83/139683/1 1.15.3
Fiete Ostkamp [Fri, 6 Dec 2024 10:03:21 +0000 (11:03 +0100)]
Use 1.15.3 aai-common version

- change from snapshot to release version

Issue-ID: AAI-4080
Change-Id: I4e721cbd8234519868d52ba3954e9194e857c1bd
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
7 months agoUse 1.15.3-SNAPSHOT of aai-common 29/139529/1
Fiete Ostkamp [Fri, 22 Nov 2024 08:55:53 +0000 (09:55 +0100)]
Use 1.15.3-SNAPSHOT of aai-common

- upgrade spring-boot (2.6.15 -> 2.7.18)
- upgrade tinkerpop (3.7.1 -> 3.7.3)
- upgrade janusgraph (1.0.0 -> 1.0.1)
- remove eelf-core dependency
- remove aai logging-service dependency

Issue-ID: AAI-4068
Change-Id: I8c0f0b9dc429152fa07f758b6b7870525fb64114
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
7 months agoRelease 1.15.2 for traversal 20/139520/1
Fiete Ostkamp [Thu, 21 Nov 2024 14:03:08 +0000 (15:03 +0100)]
Release 1.15.2 for traversal

- upgrade spring boot (2.5.15 -> 2.6.15)
- migrate aai-schema-ingest module to JUnit 5
- upgrade guava (31.1-jre -> 33.3.1-jre)
- exclude vulnerable rabbitmq dependency of janusgraph-core
- upgrade logback (1.2.3 + 1.2.7 -> 1.2.13)

Issue-ID: AAI-4065
Change-Id: I1a2bdffbceb27a6f885dac40e1414e30638c020d
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
8 months agoUpgrade spring boot to 2.6 58/139358/2 1.15.2
Fiete Ostkamp [Fri, 8 Nov 2024 13:32:54 +0000 (14:32 +0100)]
Upgrade spring boot to 2.6

- upgrade spring-boot (2.5.15 -> 2.6.15)

Issue-ID: AAI-4048
Change-Id: I1e8324ae71f4d9aab06d51bf9d4efce6d42b316a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
8 months agoRelease 1.15.1 18/139218/1
Fiete Ostkamp [Thu, 17 Oct 2024 12:42:28 +0000 (14:42 +0200)]
Release 1.15.1

- cleanup notification logic to get rid of ActiveMQ
- remove activemq and jms related dependencies

Issue-ID: AAI-4019
Change-Id: I07615ac8b04f601d3710178d3fc58ea6910b02bd
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
8 months agoSwitch to 1.15.1 release version of aai-common 15/139215/1 1.15.1
Fiete Ostkamp [Thu, 17 Oct 2024 10:23:07 +0000 (12:23 +0200)]
Switch to 1.15.1 release version of aai-common

Issue-ID: AAI-4019
Change-Id: Id543f53e52e3194ff635eaefde727b67592005b4
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
9 months agoUpgrade aai-common dependency to 1.15.1-SNAPSHOT 92/139192/1
Fiete Ostkamp [Sun, 13 Oct 2024 12:53:03 +0000 (14:53 +0200)]
Upgrade aai-common dependency to 1.15.1-SNAPSHOT

- remove ActiveMQ dependencies

Issue-ID: AAI-4017
Change-Id: I05f91629c7a4a29d63cb87ed9777f1e782d82616
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
9 months agoRelease 1.15.0 85/139185/1
Fiete Ostkamp [Fri, 11 Oct 2024 13:20:39 +0000 (15:20 +0200)]
Release 1.15.0

- update Janusgraph (0.6.4 -> 1.0.0)
- update Tinkerpop (3.5.8 -> 3.7.1)

Issue-ID: AAI-4015
Change-Id: Ib10fe0af7ca576250b568a26c1129820d941969d
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
9 months agoUpdate janusgraph to 1.0.0 27/139127/1 1.15.0
Fiete Ostkamp [Mon, 7 Oct 2024 10:02:09 +0000 (12:02 +0200)]
Update janusgraph to 1.0.0

- update Janusgraph (0.6.4 -> 1.0.0)
- update Tinkerpop (3.5.8 -> 3.7.1)

Issue-ID: AAI-3743
Change-Id: I9504edf269ea702ad8d88864531bc6c609b506ab
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
9 months agoecho liveness probe available under /actuator/health 94/139094/1
Shantaram Sawant [Wed, 2 Oct 2024 14:30:28 +0000 (20:00 +0530)]
echo liveness probe available under /actuator/health

- Include database connectivity check in the /echo API of AAI modules.

Issue-ID: AAI-3999
Change-Id: Ib34e76a0520624a8383faa56a84c727bdc09ab29
Signed-off-by: Shantaram Sawant <s.shantaram.sawant@accenture.com>
9 months agoMigrate JAXB to jakarta 92/138992/2
Fiete Ostkamp [Sat, 21 Sep 2024 19:53:49 +0000 (21:53 +0200)]
Migrate JAXB to jakarta

- change javax.* JAXB packages to jakarta.*
- bump snapshot version to 1.15.0-SNAPSHOT

Issue-ID: AAI-4005
Change-Id: I5bf2735c5ef53c9162a56f6b5f78e02992a0e2a0
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
9 months agoRelease 1.14.7 container image for traversal 64/138964/1
Fiete Ostkamp [Thu, 19 Sep 2024 09:42:30 +0000 (11:42 +0200)]
Release 1.14.7 container image for traversal

- upgrade spring-boot (2.4.13 -> 2.5.15)
- fix vulnerabilities
- replace heap_size jvm args with MaxRAMPercentage to scale dynamically with the K8s limits

Issue-ID: AAI-4003
Change-Id: I92fce034176ebe2b01e7940c4bcc3f5dbbee2032
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
9 months agoUse Java 11 in traversal 61/138961/1 1.14.7
Fiete Ostkamp [Wed, 18 Sep 2024 14:12:01 +0000 (16:12 +0200)]
Use Java 11 in traversal

- switch compiler version and base image to Java 11
- remove com.sun.jersey (Jersey 1) dependencies
- replace heap_size jvm args with MaxRAMPercentage to scale dynamically with the K8s limits

Issue-ID: AAI-4000
Change-Id: I7db8633593816af495d36eea7b6fc56f1b98e648
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
9 months agoUpdate aai-common to 1.14.6 in traversal 31/138931/2
Fiete Ostkamp [Tue, 17 Sep 2024 14:22:27 +0000 (16:22 +0200)]
Update aai-common to 1.14.6 in traversal

- upgrade spring-boot (2.4.13 -> 2.5.15)
- fix vulnerabilities
- bump snapshot version to 1.14.7-SNAPSHOT

Issue-ID: AAI-3993
Change-Id: Id0c9df46e3da2c0616516ff53b3a75e8f32113a2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
10 months agoRelease 1.14.6 traversal docker artifact 63/138763/1
Fiete Ostkamp [Thu, 15 Aug 2024 13:30:48 +0000 (15:30 +0200)]
Release 1.14.6 traversal docker artifact

- update Tinkerpop (3.5.0 -> 3.5.8), Janusgraph (0.6.0 -> 0.6.4)
- fix cassandra driver version

Issue-ID: AAI-3970
Change-Id: Iedd6f03a0bf12a034318d81858cfc776d0f1ef63
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
10 months agoUpdate Janusgraph to 0.6.4 in traversal 51/138751/1 1.14.6
Fiete Ostkamp [Thu, 15 Aug 2024 06:23:12 +0000 (08:23 +0200)]
Update Janusgraph to 0.6.4 in traversal

- update Tinkerpop (3.5.0 -> 3.5.8), Janusgraph (0.6.0 -> 0.6.4)
- declare cassandra-driver related deps in dependencyManagement [0]
- update spring-cloud dependencies (2020.0.2 -> 2020.0.6)
- bump snapshot version to 1.14.6-SNAPSHOT

[0] since spring-boot would otherwise downgrade the driver version to a
(much) older version

Issue-ID: AAI-3967
Change-Id: I18a0b6f039ead2e7c308f507ead3ea7079d21877
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
11 months agoRelease 1.14.5 traversal docker artifact 39/138639/1
Fiete Ostkamp [Tue, 6 Aug 2024 12:14:42 +0000 (14:14 +0200)]
Release 1.14.5 traversal docker artifact

- update Janusgraph (0.5.3 -> 0.6.0)

Issue-ID: AAI-3948
Change-Id: If292b8f417876bd6a11e9854ea00da0ffcf7fc40
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
11 months agostage-docker-release fails due to plugin issue 35/138635/1 1.14.5
Fiete Ostkamp [Tue, 6 Aug 2024 09:26:08 +0000 (11:26 +0200)]
stage-docker-release fails due to plugin issue

- do not remove full declaration of gmaven-plugin

Issue-ID: AAI-3946
Change-Id: Idbb864844d598ba80f53c7ccb269f708db79d8c5
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
11 months agoUpdate Janusgraph to 0.6.0 in traversal 31/138531/8
Fiete Ostkamp [Tue, 23 Jul 2024 09:23:31 +0000 (11:23 +0200)]
Update Janusgraph to 0.6.0 in traversal

- update Tinkerpop (3.4.13 -> 3.5.0) + Janusgraph (0.5.0 -> 0.6.0)
- bump version to 1.14.5-SNAPSHOT

Issue-ID: AAI-3934
Change-Id: Idd81dbfe7a16cc448194613b8b429d54cbd65ccc
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
11 months ago[AAI] Update aai-schema version to 1.12.5 in pom of traversal 94/138594/1
vani.kv [Mon, 29 Jul 2024 12:59:14 +0000 (18:29 +0530)]
[AAI] Update aai-schema version to 1.12.5 in pom of traversal

- Update aai-schema version to 1.12.5 in pom of traversal

Issue-ID: AAI-3935
Change-Id: I6e465be236fec0ee58f247a8751de60e93c74500
Signed-off-by: vani.kv <vani.kv@accenture.com>
12 months agoRelease 1.14.4 docker artifact of aai-traversal 96/138396/1
Fiete Ostkamp [Fri, 5 Jul 2024 07:25:04 +0000 (09:25 +0200)]
Release 1.14.4 docker artifact of aai-traversal

- update Janusgraph (0.5.0 -> 0.5.3)
- update aai-common to 1.14.4 (contains pagination fix)

Issue-ID: AAI-3924
Change-Id: Id87fdedcf03894ab1ca168f5fdd83a6df39e1b0b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
12 months agoUpgrade aai-traversal to Janusgraph 0.5.3 89/138389/1 1.14.4
Fiete Ostkamp [Thu, 4 Jul 2024 12:40:07 +0000 (14:40 +0200)]
Upgrade aai-traversal to Janusgraph 0.5.3

- update Janusgraph (0.5.0 -> 0.5.3)
- update aai-common to 1.14.4 (contains pagination fix)

Issue-ID: AAI-3921
Change-Id: If9ddf946a684bc29721da2bd6117e4cf417f6b26
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
12 months agoUse eclipse-temurin:8-jre-alpine docker base image in aai-traversal 62/138362/6
Fiete Ostkamp [Tue, 2 Jul 2024 08:00:57 +0000 (10:00 +0200)]
Use eclipse-temurin:8-jre-alpine docker base image in aai-traversal

- replace aai-common base image with plain java 8 jre
- remove custom folders and users to simplify setup
- fix janino, guava and activemq vulnerabilities
- remove apache httpclient, jsonassert, aaf-cadi and spring-test dependencies

Issue-ID: AAI-3913
Change-Id: Icca637b5adb8e9a480912c4e2b7d9e83ee3e29ba
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
12 months agoRelease 1.14.3 docker artifact of aai-traversal 53/138353/1
Fiete Ostkamp [Mon, 1 Jul 2024 11:22:02 +0000 (13:22 +0200)]
Release 1.14.3 docker artifact of aai-traversal

- update Janusgraph to 0.5.0 + tinkerpop to 3.4.13
- do not use pagination methods from HttpEntry [1]
- introduce WebTestClient as a way to more elegantly declare http requests and assertions

[1] pagination is still done on the client-side in this service.
This change just removes the usage of methods of HttpEntry that effectively do a List.subList
and that will be removed from HttpEntry shortly after

Issue-ID: AAI-3906
Change-Id: I569360d36702f4ae01a063c1e0219a8a24458233
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
12 months agoUse 1.14.3 release version of aai-common in aai-traversal 48/138348/1 1.14.3
Fiete Ostkamp [Mon, 1 Jul 2024 08:38:33 +0000 (10:38 +0200)]
Use 1.14.3 release version of aai-common in aai-traversal

Issue-ID: AAI-3909
Change-Id: I9a7e28996d109de83bd561f77156144272dad28a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
12 months agoUpdate Janusgraph to 0.5.0 in traversal 36/138336/3
Fiete Ostkamp [Thu, 27 Jun 2024 12:12:01 +0000 (14:12 +0200)]
Update Janusgraph to 0.5.0 in traversal

- update Janusgraph to 0.5.0 + tinkerpop to 3.4.13
- do not use pagination methods from HttpEntry [1]
- introduce WebTestClient as a way to more elegantly declare http requests and assertions

[1] pagination is still done on the client-side in this service.
This change just removes the usage of methods of HttpEntry that effectively do a List.subList
and that will be removed from HttpEntry shortly after

Issue-ID: AAI-3902
Change-Id: I446f092048b9e2be7314ed32ab3de5d5e1e1689d
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
12 months agoUse aai-common release version in traversal 16/138316/2
Fiete Ostkamp [Tue, 25 Jun 2024 08:06:35 +0000 (10:06 +0200)]
Use aai-common release version in traversal

- use aai-common 1.14.2 instead of 1.14.2-SNAPSHOT

Issue-ID: AAI-3899
Change-Id: Iaf94c1a30aa1ee0b53f47b07cbdc07cdb9c6ba82
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
12 months agoUpdate aai-common to 1.14.2 in traversal 82/138282/1
Fiete Ostkamp [Wed, 19 Jun 2024 09:05:05 +0000 (11:05 +0200)]
Update aai-common to 1.14.2 in traversal

- contains janusgraph update 0.3.3 -> 0.4.0, tinkerpop 3.3.11 -> 3.4.0

Issue-ID: AAI-3891
Change-Id: Ib898f86432c39c9248c0f91bdc1effcd29c3132b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
12 months agoRelease 1.14.1 traversal docker artifact 72/138272/1
Fiete Ostkamp [Tue, 18 Jun 2024 07:23:32 +0000 (09:23 +0200)]
Release 1.14.1 traversal docker artifact

- includes tinkerpop update from 3.3.0 to 3.3.11
- update guava from 18 to 25.0-jre
- resolve maven build warnings (undeclared dep versions, duplicate deps, reporting configuration)

Issue-ID: AAI-3885
Change-Id: I47219a76221458188bb0336a4df34c34a1c4cd74
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
12 months agoUpdate aai-common to 1.14.1 in traversal 36/138236/5 1.14.1
Fiete Ostkamp [Mon, 17 Jun 2024 07:27:21 +0000 (09:27 +0200)]
Update aai-common to 1.14.1 in traversal

- includes tinkerpop update from 3.3.0 to 3.3.11
- update guava from 18 to 25.0-jre
- resolve maven build warnings (undeclared dep versions, duplicate deps, reporting configuration)

Issue-ID: AAI-3879
Change-Id: I60124c42ca1a0c884c02981a18c1c9388e62b6e2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
12 months agoRelease 1.14.0 traversal docker artifact 31/138231/1
Fiete Ostkamp [Sun, 16 Jun 2024 07:42:46 +0000 (09:42 +0200)]
Release 1.14.0 traversal docker artifact

- update to aai-common 1.14.0 that includes janusgraph update from 0.2.3 to 0.3.3

Issue-ID: AAI-3868
Change-Id: Ic128db07dfe8a19c578dae2b371dac039b5c4251
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
13 months agoUpdate aai-common to 1.14.0 in traversal 70/138170/1 1.14.0
Fiete Ostkamp [Wed, 12 Jun 2024 11:40:51 +0000 (13:40 +0200)]
Update aai-common to 1.14.0 in traversal

- update aai-common to 1.14.0 which contains Janusgraph update to 0.3.3

Issue-ID: AAI-3870
Change-Id: I7200d140a04845866bb189d8bdf5a820a710dd68
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
13 months ago[AAI] Release 1.13.5 docker artifact of traversal 63/138063/1
nandkishorpatke [Thu, 23 May 2024 11:24:20 +0000 (16:54 +0530)]
[AAI] Release 1.13.5 docker artifact of traversal

- Release docker artifact for v29 schema change

Issue-ID: AAI-3851

Change-Id: Ibafc39a9c4fb9e1031ea8a176db0d721a7dcaefc
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
13 months ago[AAI] Release 1.13.5 maven artifact of traversal 62/138062/1
nandkishorpatke [Thu, 23 May 2024 08:56:25 +0000 (14:26 +0530)]
[AAI] Release 1.13.5 maven artifact of traversal

- Release maven artifact for v29 schema changes

Issue-ID: AAI-3850
Change-Id: I4c6196bc1cee0d454f31b8e1f2970ee3c15740fe
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
13 months ago[AAI] Bump aai-traversal version to 1.13.5 59/138059/1
nandkishorpatke [Thu, 23 May 2024 07:41:36 +0000 (13:11 +0530)]
[AAI] Bump aai-traversal version to 1.13.5

Issue-ID: AAI-3843
Change-Id: Id3f9a101159678ac23404b013bd144055a9ba59b
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
13 months ago[AAI] Update aai-schema version to 1.12.4 in traversal 58/138058/1
nandkishorpatke [Thu, 23 May 2024 07:07:46 +0000 (12:37 +0530)]
[AAI] Update aai-schema version to 1.12.4 in traversal

- 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: I99e9585653937a9305b412eeccfe3dac1403df88
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
14 months agoRelease 1.13.4 docker artifact of aai-traversal 02/137702/1
Dasar [Wed, 17 Apr 2024 06:43:30 +0000 (12:13 +0530)]
Release 1.13.4 docker artifact of aai-traversal

- create 1.13.4-container-release yaml file

Issue-ID: AAI-3820
Change-Id: I81e19f856e84c1fbe5d9c896fb75de11c530522c
Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
14 months agoRelease 1.13.4 maven artifact of aai-traversal 01/137701/1
Dasar [Wed, 17 Apr 2024 06:00:03 +0000 (11:30 +0530)]
Release 1.13.4 maven artifact of aai-traversal

- create 1.13.4-maven-release yaml file

Issue-ID: AAI-3820
Change-Id: Ib5f9842c2d99cc52f61b2a8f2dabf31fe06835de
Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
14 months agoUpdate AAI-Traversal SNAPSHOT version 00/137700/1
Dasar [Wed, 17 Apr 2024 05:04:40 +0000 (10:34 +0530)]
Update AAI-Traversal SNAPSHOT version

- Change AAI-Traversal SNAPSHOT version from 1.13.3 to 1.13.4

Issue-ID: AAI-3820
Change-Id: I1574e9ab17c00b4deeec30e9e5d367e6d9d2d2cc
Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
14 months agoRemove DMaaP dependency from AAI-Traversal 98/137698/2
Dasar [Tue, 16 Apr 2024 14:14:13 +0000 (19:44 +0530)]
Remove DMaaP dependency from AAI-Traversal

- Replace DMaaP configuration with Kafka
- Update aai-common version in pom.xml

Issue-ID: AAI-3820
Change-Id: I112648d115c725da120e596252c12a5fe3102434
Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
14 months agoMerge "Remove DMaaP references from AAI-Traversal"
Nandkishor Patke [Tue, 16 Apr 2024 14:30:54 +0000 (14:30 +0000)]
Merge "Remove DMaaP references from AAI-Traversal"

14 months agoRemove DMaaP references from AAI-Traversal 96/137696/1
Dasar [Tue, 16 Apr 2024 10:46:08 +0000 (16:16 +0530)]
Remove DMaaP references from AAI-Traversal

- Replace DMaaP related configuration with kafka
- Update AAI-Common version from 1.13.3 to 1.13.6 in pom.xml

Issue-ID: AAI-3820
Change-Id: Ia989fcd65c61ef6abb6e2423a2d391140386589d
Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
16 months agoRelease 1.13.3 docker artifact of traversal 73/137473/1
Fiete Ostkamp [Tue, 5 Mar 2024 16:08:21 +0000 (17:08 +0100)]
Release 1.13.3 docker artifact of traversal

- update aai-common from 1.13.1 to 1.13.3 (includes tinkerpop 3.2.11)
- use up-to-date eclipse-temurin:8-jre-alpine base image
- do not use reflection for injecting the DslQueryProcessor

Issue-ID: AAI-3769
Change-Id: Iab48a8088b66d77fec18335338e515328848fd0a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
16 months agoRelease 1.13.3 maven artifact of traversal 72/137472/1
Fiete Ostkamp [Tue, 5 Mar 2024 15:51:29 +0000 (16:51 +0100)]
Release 1.13.3 maven artifact of traversal

- update aai-common from 1.13.1 to 1.13.3 (includes tinkerpop 3.2.11)
- use up-to-date eclipse-temurin:8-jre-alpine base image
- do not use reflection for injecting the DslQueryProcessor

Issue-ID: AAI-3770
Change-Id: I338b41664d4e7316ba817cdd7790d122816d5af4
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
16 months agoUpdate aai-common base image in resources to 1.13.4 (newer java 8) 68/137468/1
Fiete Ostkamp [Tue, 5 Mar 2024 08:45:41 +0000 (09:45 +0100)]
Update aai-common base image in resources to 1.13.4 (newer java 8)

Issue-ID: AAI-3794
Change-Id: I6f9b7dbb28c0fab86c86e93fe6a10e965d990ab7
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
16 months agoDo not use reflection for injecting the DslQueryProcessors 60/137360/5
Fiete Ostkamp [Fri, 23 Feb 2024 16:01:49 +0000 (17:01 +0100)]
Do not use reflection for injecting the DslQueryProcessors

- trade terseness for easier understanding of the code and maintainability
- Split up DslQueryProcessor in two separate classes (v1 and v2)

Issue-ID: AAI-3786
Change-Id: I7fe0411f6b694eb82616ac4a61a5376c630b5b2a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
17 months agoDocker build for traversal is broken 35/137135/1
Fiete Ostkamp [Tue, 6 Feb 2024 12:15:39 +0000 (13:15 +0100)]
Docker build for traversal is broken

- create necessary folders in docker build after switching back to older 1.6.0 image

Issue-ID: AAI-3756
Change-Id: I224f28d88ec7b3f29bbc1b45d6a14943e7fa69dc
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
17 months agoUpdate aai-common to 1.13.3 in traversal 29/137129/1
Fiete Ostkamp [Tue, 6 Feb 2024 08:56:55 +0000 (09:56 +0100)]
Update aai-common to 1.13.3 in traversal

- update aai-common to version 1.13.3
- bump version to 1.13.3

Issue-ID: AAI-3764
Change-Id: I2aedfcfbb7b85658b302da9f0bf28392878f2116
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
17 months agoRevert update since versions > 1.6.0 are based on Java 11 87/137087/1
Fiete Ostkamp [Fri, 26 Jan 2024 14:12:27 +0000 (15:12 +0100)]
Revert update since versions > 1.6.0 are based on Java 11

Issue-ID: AAI-3753
Change-Id: I106fb561a6b879235ccf13f5b5a9cbc7d4466330
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
17 months agoUpdate aai-common to 1.13.2 in traversal 86/137086/1
Fiete Ostkamp [Fri, 26 Jan 2024 11:58:24 +0000 (12:58 +0100)]
Update aai-common to 1.13.2 in traversal

- aai-common upgrade includes upgrade of tinkerpop to 3.2.4

Issue-ID: AAI-3752
Change-Id: I6c35cdb5934cd14ecdee7bc31ac456ed985f8e28
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
17 months agoMerge "Release 1.13.1 version of aai-traversal"
Nandkishor Patke [Wed, 17 Jan 2024 08:20:36 +0000 (08:20 +0000)]
Merge "Release 1.13.1 version of aai-traversal"

17 months agoUpdate aai-common base image in aai-traversal 21/137021/1
Fiete Ostkamp [Tue, 16 Jan 2024 16:24:33 +0000 (17:24 +0100)]
Update aai-common base image in aai-traversal

- update aai-common base image from 1.6.0 to 1.13.1

Issue-ID: AAI-3732
Change-Id: I6f96d34a30031423d1b2e35a95ccab9ace6b657a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
17 months agoRelease 1.13.1 version of aai-traversal 17/137017/1
Fiete Ostkamp [Tue, 16 Jan 2024 14:53:08 +0000 (15:53 +0100)]
Release 1.13.1 version of aai-traversal

Issue-ID: AAI-3731
Change-Id: I532bac04cf22fcc0b0a1eff05eb3c76239db32d6
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
17 months agoRelease 1.13.1 version of aai-traversal 15/137015/2
Fiete Ostkamp [Tue, 16 Jan 2024 12:57:51 +0000 (13:57 +0100)]
Release 1.13.1 version of aai-traversal

contains:
- spring-boot update from 2.1 to 2.4
- tracing
- migration of /dsl endpoint from spring-jersey to spring-web
- reduced log noise

Issue-ID: AAI-3731
Change-Id: I32c0c06c5625883c329d51c61ddf5190c40b2034
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
17 months agoUpdate aai-common dependency to 1.13.1 in traversal 82/136982/3
Fiete Ostkamp [Fri, 12 Jan 2024 13:01:07 +0000 (14:01 +0100)]
Update aai-common dependency to 1.13.1 in traversal

- contains HttpEntry request-scope fix
- updates jackson
- updates antlr4
- disable tracing in tests

Issue-ID: AAI-3728
Change-Id: I58f834a4d52284184a410a1e81f10ac12b3e6221
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
18 months ago[AAI] Promote Fiete Ostkamp and Nandkishor Patke to AAI Contributors 84/136884/1
wr148d [Fri, 12 Jan 2024 15:33:40 +0000 (10:33 -0500)]
[AAI] Promote Fiete Ostkamp and Nandkishor Patke to AAI Contributors

Issue-ID: AAI-3729
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: If54f01d344d97d4716412cad96f9d46eb3224414

18 months agoReduce traversal log noise 25/136925/2
Fiete Ostkamp [Thu, 4 Jan 2024 13:50:33 +0000 (14:50 +0100)]
Reduce traversal log noise

- remove debug statements for the happy path in the EchoResponse resource [1]

[1] they account for the vast majority of log lines since they
are invoked as part of the k8s liveness probe every two seconds

Issue-ID: AAI-3716
Change-Id: I41e340cdb0bbeb64d849514e7460caa5b6fcc357
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
18 months agoAdd spring-cloud-sleuth for tracing 21/136921/1
Fiete Ostkamp [Thu, 4 Jan 2024 12:35:54 +0000 (13:35 +0100)]
Add spring-cloud-sleuth for tracing

- add tracing dependencies
- align localhost-access-logback.xml with the one in the oom chart
- bump version to 1.13.1

Issue-ID: AAI-3714
Change-Id: I6565d63f070bbd04188f383fc88ea9ca884951dd
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
18 months agoUpdate spring-boot to 2.4 16/136916/1
Fiete Ostkamp [Wed, 3 Jan 2024 13:49:42 +0000 (14:49 +0100)]
Update spring-boot to 2.4

- update spring-boot to 2.4
- add junit vintage engine dependency to keep supporting junit 4 tests
- update mockito to version 3.4.0

Issue-ID: AAI-3681
Change-Id: I8b40529418f9d03179970edf1ab12992db1cb5e8
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
18 months agoMerge "Update spring-boot to 2.3"
Lukasz Rajewski [Tue, 2 Jan 2024 22:35:26 +0000 (22:35 +0000)]
Merge "Update spring-boot to 2.3"

18 months agoUpgrade aai-common dependency in traversal 14/136914/1
Fiete Ostkamp [Tue, 2 Jan 2024 12:57:59 +0000 (13:57 +0100)]
Upgrade aai-common dependency in traversal

- upgrade aai-common from 1.9.4 to 1.11.0

Issue-ID: AAI-3699
Change-Id: If053e2701631ed901c543b8f702cc25f37ac51d3
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
18 months agoUpdate spring-boot to 2.3 13/136913/1
Fiete Ostkamp [Tue, 2 Jan 2024 12:45:03 +0000 (13:45 +0100)]
Update spring-boot to 2.3

- update spring-boot to 2.3.12.RELEASE
- replace deprecated properties

Issue-ID: AAI-3680
Change-Id: Icd983c020fd62f7073f8ae61d3d4745db48dc660
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
18 months agoRelease 1.13.0 docker container artifact 04/136904/1
Fiete Ostkamp [Thu, 28 Dec 2023 14:33:23 +0000 (15:33 +0100)]
Release 1.13.0 docker container artifact

Issue-ID: AAI-3702
Change-Id: I134e2755d66be54aa0bba1fb8a737ee8048ece87
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
18 months agoRelease 1.13.0 maven artifact 02/136902/3
Fiete Ostkamp [Thu, 28 Dec 2023 09:20:25 +0000 (10:20 +0100)]
Release 1.13.0 maven artifact

Issue-ID: AAI-3700
Change-Id: Iac35321b430ed52e0134a20b48eb29599f9e9d61
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
18 months agoUpdate version in version.properties file 03/136903/1
Fiete Ostkamp [Thu, 28 Dec 2023 10:31:35 +0000 (11:31 +0100)]
Update version in version.properties file

Issue-ID: AAI-3701
Change-Id: Ibb07ebe14861899d3e25654b220eb18aec157f93
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
18 months agoRelease 1.13.0 67/136867/1
Fiete Ostkamp [Tue, 19 Dec 2023 14:38:33 +0000 (15:38 +0100)]
Release 1.13.0

- release contains switch to RESTController for DslConsumer

Issue-ID: AAI-3696
Change-Id: I50ab090d436ef459f580ad9e2b115dddd762251f
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
18 months agoMake the jax-rs resource a spring boot RestController 57/136857/1
Fiete Ostkamp [Mon, 18 Dec 2023 10:12:30 +0000 (11:12 +0100)]
Make the jax-rs resource a spring boot RestController

- replace jax-rs annotations with spring boot equivalents
- replace the jersey exception handler with a ControllerAdvice class
- move AAIErrorResponse definitions from test/ to main/

Issue-ID: AAI-3694
Change-Id: I5a45309727bfd84bb2aee5c20957fd845c484d5e
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
19 months agoSeparate entity retrieval from jax-rs Response creation 70/136770/2
Fiete Ostkamp [Fri, 8 Dec 2023 15:47:19 +0000 (16:47 +0100)]
Separate entity retrieval from jax-rs Response creation

- move logic to retrieve entity from db into a separate method
- do not use runner() from AAI core [1][2]
- use global ExceptionHandler to provide a common exception to error response mapping

[1] the runner will spawn a separate thread to process the request. In this change there is nothing to replace this functionality.
The reason that it is removed is that it tightly couples the app with a) aai-common and b) jax-rs and is also catching all exceptions.
Also the timeout mechanism that is implemented is not actually stopping the execution of the thread after the timeout, but rather returning an early response (after 3 minutes(!)).
[2] these changes are also done to make a future full migration to spring boot/the removal of jax-rs easier
Issue-ID: AAI-3693
Change-Id: I177913c5f6295e1cab476e3c206fecacd7620f69
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
19 months agoRefactor global exception handler 59/136759/1
Fiete Ostkamp [Wed, 6 Dec 2023 16:49:59 +0000 (17:49 +0100)]
Refactor global exception handler

- extract similar code to methods
- return early

Issue-ID: AAI-3692
Change-Id: I41e3c7caaafb7c68913decb59bc9a57486985399
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
19 months agoImprove tests for exception handling 52/136752/2
Fiete Ostkamp [Tue, 5 Dec 2023 12:53:07 +0000 (13:53 +0100)]
Improve tests for exception handling

- add more assertions to ExceptionHandlerTest
- add more assertions to DslConsumerTest
- add class definitions for error responses to allow the usage of object mappers for that
- reduce raw-type warnings by providing types for HttpEntities and ResponseEntities

Issue-ID: AAI-3691
Change-Id: I0010ce6e3e7425109607b6a00b9ee08732829aaa
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
19 months agoMerge "Update spring-boot to 2.2"
Lukasz Rajewski [Mon, 4 Dec 2023 13:48:41 +0000 (13:48 +0000)]
Merge "Update spring-boot to 2.2"

19 months ago[AAI] Release aai-traveral 1.12.3 docker artifact 68/136568/1
nandkishorpatke [Thu, 16 Nov 2023 08:41:32 +0000 (14:11 +0530)]
[AAI] Release aai-traveral 1.12.3 docker artifact

- Release aai-traveral 1.12.3 docker artifact

Issue-ID: AAI-3677
Change-Id: I7bab8c803355b3cc6d66d54a77396f89f44d4410
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
19 months ago[AAI] Release aai-traveral 1.12.3 maven artifact 65/136565/1
nandkishorpatke [Thu, 16 Nov 2023 06:19:37 +0000 (11:49 +0530)]
[AAI] Release aai-traveral 1.12.3 maven artifact

- Release aai-traveral 1.12.3 maven artifact

Issue-ID: AAI-3677
Change-Id: Ia8a5c8bb7719b6bfb4f3fe8a120ea07fb27548a6
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
19 months ago[AAI] Up-version aai-traversal to 1.12.3 for release 63/136563/1
nandkishorpatke [Wed, 15 Nov 2023 15:35:35 +0000 (21:05 +0530)]
[AAI] Up-version aai-traversal to 1.12.3 for release

- Up-version aai-traversal to 1.12.3 for release

Issue-ID: AAI-3677
Change-Id: I3ee375b2dd69d30f5cd3ad33adbe4c4466047e8e
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
19 months ago[AAI] Update aai-schema version v28 as default in the pom of traversal 58/136558/2
nandkishorpatke [Wed, 15 Nov 2023 11:35:38 +0000 (17:05 +0530)]
[AAI] Update aai-schema version v28 as default in the pom of traversal

- Update aai-schema version v28 as default in the pom of traversal
- Update aai-schema version v28 as default in properties

Issue-ID: AAI-3663
Change-Id: Ia2d0366c561cc468edf853720408197f4d52877e
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
20 months agoUpdate spring-boot to 2.2 56/136456/2
Fiete Ostkamp [Mon, 13 Nov 2023 09:59:02 +0000 (10:59 +0100)]
Update spring-boot to 2.2

- upgrade spring-boot from 2.1 to 2.2
- change logging level in tests from debug to info
- do not version .classpath in git since it's dynamically generated

Issue-ID: AAI-3679
Change-Id: I4b0378880a0670d522903d44dbe7e1b144b51177
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2 years ago[AAI]Release traversal 1.12.1 docker artifact for London 62/135362/1
Aleem Raja [Tue, 11 Jul 2023 14:10:11 +0000 (14:10 +0000)]
[AAI]Release traversal 1.12.1 docker artifact for London

Issue-ID: AAI-3653
Change-Id: Ie913c76a35a3a69b6cd3f4420e707829842c15ce
Signed-off-by: Aleem Raja <aleem.raja@t-systems.com>
2 years ago[AAI] Release traversal 1.12.1 maven artifact 56/134756/1 1.12.1
aleem.raja@t-systems.com [Sat, 3 Jun 2023 15:58:46 +0000 (15:58 +0000)]
[AAI] Release traversal 1.12.1 maven artifact

Issue-ID: AAI-3653
Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com>
Change-Id: Ib5a593fb717975e4ac2d077514a075747fa599c2

2 years ago[AAI] Up-version aai-traversal to 1.12.1 for London 97/134697/1
aleem.raja@t-systems.com [Fri, 26 May 2023 05:30:03 +0000 (11:00 +0530)]
[AAI] Up-version aai-traversal to 1.12.1 for London
Added new schema-service version 1.12.1 in pom.xml

Issue-ID: AAI-3653
Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com>
Change-Id: Icafa11cdbd1f71363869b8896c70c04d14d0cc6f

2 years ago[AAI] Up-version aai-traversal to 1.12.0 for London 60/132360/1
Niharika Sharma [Mon, 21 Nov 2022 18:27:59 +0000 (13:27 -0500)]
[AAI] Up-version aai-traversal to 1.12.0 for London

Issue-ID: AAI-3594

Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: Icafa00cdbd1f70484869b8896c70c04d13d0cc6f