aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
10 daysSwitch to aai-common 1.15.1 release version1.15.1Fiete Ostkamp1-2/+2
Issue-ID: AAI-4019 Change-Id: I1da194f594fbee990d654df032cbdb912cfbbe08 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
10 daysUpgrade aai-common dependency to 1.15.1-SNAPSHOTFiete Ostkamp1-38/+3
- remove ActiveMq dependency Issue-ID: AAI-4017 Change-Id: Ie475172ad13bc5ddd482822db36f1ce48bc846c9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-10-07Update janusgraph to 1.0.01.15.0Fiete Ostkamp1-19/+5
- update Janusgraph (0.6.4 -> 1.0.0) - update Tinkerpop (3.5.8 -> 3.7.1) Issue-ID: AAI-3743 Change-Id: I2a8bb2594702bc7fe5968ca8d26b79b1f013e8ad Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-10-03echo liveness probe available under /actuator/healthShantaram Sawant1-0/+12
- Include database connectivity check in the /echo API of AAI modules. Issue-ID: AAI-3999 Change-Id: Ia6eb3ded705e6b5b3f1db0cd9605376a2f442e68 Signed-off-by: Shantaram Sawant <s.shantaram.sawant@accenture.com>
2024-09-18Use Java 11 in graphadmin1.14.7Fiete Ostkamp1-23/+5
- 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-4001 Change-Id: I17d126cf9972bad4c851a374113845be77fee9f6 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-09-17Update aai-common to 1.14.6 in graphadminFiete Ostkamp1-3/+3
- upgrade spring-boot (2.4.13 -> 2.5.15) - fix vulnerabilities - bump snapshot version to 1.14.7-SNAPSHOT Issue-ID: AAI-3994 Change-Id: Ie692eeb20d0a7e1e0d579134b109d0c2ecfd7840 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-15Release 1.14.6 graphadmin docker artifactFiete Ostkamp1-1/+2
- update Tinkerpop (3.5.0 -> 3.5.8), Janusgraph (0.6.0 -> 0.6.4) - declare cassandra-driver related deps in dependencyManagement [0] - fix some graphadmin scripts being broken in last release - make graphadmin ready to be run with a read-only filesystem - migrate JUnit 4 to 5 [0] since spring-boot would otherwise downgrade the driver version to a (much) older version Issue-ID: AAI-3969 Change-Id: I0a04d757a4bf731048c7ff0188a345548fcd48f8 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-14Prevent spring dependency management from overriding cassandra driver ↵1.14.6Fiete Ostkamp1-1/+14
version in graphadmin - part 2 - dependencyManagement for cassandra driver wasn't managing all necessary dependencies Issue-ID: AAI-3965 Change-Id: I29b10b51646088882db4febdc0135dc93c1dd616 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-14Migrate graphadmin to Junit 5Fiete Ostkamp1-13/+11
Issue-ID: AAI-3964 Change-Id: I2f3f21c42bf3d13c5fa487592219ec9fa7594cd9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-14Prevent spring dependency management from overriding cassandra driver ↵Fiete Ostkamp1-0/+10
version in graphadmin - define dependencyManagement for the cassandra driver [0] [0] spring-boot has autoconfiguration and dependency management for cassandra. This management is overriding the newer driver version that is used by janusgraph-cql. Issue-ID: AAI-3963 Change-Id: I9df5e5c91cf7dd5fd330152699121ca164a53da5 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-13Use latest aai-common release version again since building of snapshot ↵Fiete Ostkamp1-1/+1
images fails - stage-docker-release fails with 1.14.6-SNAPSHOT Issue-ID: AAI-3961 Change-Id: Ie8aeee631dbb7a8dbfd4c9f5c44128def45cc890 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-13Update Janusgraph to 0.6.4 in graphadminFiete Ostkamp1-1/+3
- update Tinkerpop (3.5.0 -> 3.5.8), Janusgraph (0.6.0 -> 0.6.4) Issue-ID: AAI-3957 Change-Id: Ife8771acc4e9cbf896edaa08b59a84df62cddf89 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-09Some graphadmin tools have an incomplete bean context and fail accordinglyFiete Ostkamp1-8/+1
- with recent changes to where some beans are declared in aai-common, the context configuration has to be adjusted Issue-ID: AAI-3954 Change-Id: Ia33c437f98e14e9fd68a12771af138e4d904df8a Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-06stage-docker-release fails due to plugin issue1.14.5Fiete Ostkamp1-0/+10
- do not remove full declaration of gmaven-plugin Issue-ID: AAI-3946 Change-Id: I7b783b7bd495e9dbf3626285836e46108546c012 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-06Update Janusgraph to 0.6.0 in graphadminFiete Ostkamp1-40/+6
- update Janusgraph (0.5.3 -> 0.6.0) - update Tinkerpop (3.4.13 -> 3.5.1) - bump version to 1.14.5-SNAPSHOT Issue-ID: AAI-3929 Change-Id: I75bccadca63eb7cd67bd8f9ebbb8d79978138bcc Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-07-30[AAI] Up-version aai-graphadmin to 1.12.5 for releasevani.kv1-1/+1
- Up-version aai-graphadmin to 1.12.5 for release Issue-ID: AAI-3935 Change-Id: I2412b06650f65450418adb4df1546a270b267449 Signed-off-by: vani.kv <vani.kv@accenture.com>
2024-07-29[AAI] Update aai-schema version to 1.12.5 in pom of graphadminvani.kv1-1/+1
- Update aai-schema version to 1.12.5 in pom of graphadmin Issue-ID: AAI-3935 Change-Id: Ib54bda8d094161462812eeec01a10a368f36b3b5 Signed-off-by: vani.kv <vani.kv@accenture.com>
2024-07-04Upgrade aai-graphadmin to Janusgraph 0.5.31.14.4Fiete Ostkamp1-3/+3
- upgrade Janusgraph (0.5.0 -> 0.5.3) - use aai-common 1.14.4 release version (with pagination fix) Issue-ID: AAI-3922 Change-Id: I27b823b150da91a5bf3db5b19defbd1d5ed848d8 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-07-04Use eclipse-temurin:8-jre-alpine docker base image in aai-graphadminFiete Ostkamp1-1/+1
- use /bin/sh instead of /bin/bash for scripts - use wget instead of curl - do not check the container user when executing scripts Issue-ID: AAI-3916 Change-Id: I3e7c6e47f8eb55f1e2f872e7e427b61fae8232bb Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-07-01Use 1.14.3 release version of aai-common in aai-graphadmin1.14.3Fiete Ostkamp1-2/+2
Issue-ID: AAI-3908 Change-Id: Ib9f97d1f023836f6f3f8a54a21da396339e7c8e3 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-28Update Janusgraph to 0.5.0 in graphadminFiete Ostkamp1-15/+21
- update Janusgraph (0.4.0 -> 0.5.0) and tinkerpop (3.4.0 -> 3.4.13) - try to fix flaky test - disable UpdateToolTest since it's failing in the pipeline but working locally Issue-ID: AAI-3903 Change-Id: I7fe0b074a134fba8708c87153cdd0e845426dab9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-25graphadmin uses wrong metrics-core dependency versionFiete Ostkamp1-1/+12
- downgrade metrics core dependency to fix classnotfoundexception that is thrown by janusgraph Issue-ID: AAI-3895 Change-Id: I8562326c0a8a5eb910b2616f185e3c2c64183f6c Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-22Update aai-common to 1.14.2 in graphadminFiete Ostkamp1-3/+9
- contains janusgraph update 0.3.3 -> 0.4.0, tinkerpop 3.3.11 -> 3.4.0 Issue-ID: AAI-3889 Change-Id: Iffad56f3dc4ef1c28e89d0c4a3cc351594ff60f9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-18Update aai-common to 1.14.1 in graphadmin1.14.1Fiete Ostkamp1-32/+21
- includes tinkerpop update from 3.3.0 to 3.3.11 - update guava from 18 to 25.0-jre Issue-ID: AAI-3880 Change-Id: I73b412eee3954163ce9fb31dd9eb7430f3d44bdc Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-15Update aai-common to 1.14.0 in graphadmin1.14.0Fiete Ostkamp1-29/+15
- update aai-common to 1.14.0 which contains Janusgraph update to 0.3.3 - introduce -v parameter to the datasnapshot scripts to specify graphson version Issue-ID: AAI-3871 Change-Id: I4efac6b8ef6cf6f5b264677c5a85e38cd226a194 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-25Reindexing in graphadmin not working reliably1.13.7Fiete Ostkamp1-1/+1
- disable the reindexing mechanism that was introduced with 1.13.6 Issue-ID: AAI-3856 Change-Id: Idb3982c816df2b7e99c2edccaaea0c8a20cc1b16 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-24[AAI] Update aai-schema version to 1.12.4 in graphadmin1.13.6Fiete Ostkamp1-4/+4
- 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: Id434e97281255aa4b1f102e961dbcbc35c3c69a1 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-17Remove DMaaP references from GraphAdminDasar1-1/+1
- Upgrade aai-graphadmin version to 1.13.6 Issue-ID: AAI-3821 Change-Id: I7b6a00994744c963a0e64e6678189584754a6453 Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
2024-05-17Remove DMaaP references from GraphAdminDasar1-1/+1
- Replace DMaaP related configuration to Kafka - Upgrade AAI-Common version to 1.13.6 Issue-ID: AAI-3821 Change-Id: Ifed2bbcc8bb052d3b42dc1978be31b372e64582c Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
2024-05-03Release 1.13.5 version of graphadminFiete Ostkamp1-1/+1
- use newer java 8 image - add reindexing logic when db is not empty upon schema creation Issue-ID: AAI-3844 Change-Id: Ie79dbae2bf2bc7a0965a4cdc1072f4c4e18797bb Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-03Update aai-common to version 1.13.51.13.5Fiete Ostkamp1-2/+13
- update aai-common version from 1.14.4 to 1.13.5 - add reindexing logic that is triggered when db already has data in it upon schema creation Issue-ID: AAI-3842 Change-Id: If8ad30f081689388940059226a941ccf5b4730e6 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-02-22Update aai-common version to 1.13.4 in graphadminFiete Ostkamp1-24/+39
- update to 1.13.4 - bump activemq dep to fix security vulnerability - update mockito from 1.X to 3.4 - bump graphadmin version to 1.13.4 to be in sync with aai-common Issue-ID: AAI-3784 Change-Id: Idcaf9b18ce6cb100b5db88ce0fc6d62157b6c387 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-02-21Update java 8 image in graphadminFiete Ostkamp1-1/+1
- use 1.13.4 aai-common base image that is back at Java 8 Issue-ID: AAI-3783 Change-Id: I5d9ca9c42a584404b9752f07ab0bd0a29dccb456 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-11-15[AAI] Up-version aai-graphadmin to 1.12.3 for releasenandkishorpatke1-1/+1
- Up-version aai-graphadmin to 1.12.3 for release Issue-ID: AAI-3677 Change-Id: I5d349f89766e65a043214ceef76d2deba17d35b4 Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2023-11-15[AAI] Update aai-schema version v28 as default in the pom of graphadminnandkishorpatke1-4/+4
- Update aai-schema version v28 as default in the pom of graphadmin - Update aai-schema version v28 as default in properties Issue-ID: AAI-3663 Change-Id: I97b365a2cab6ad5970d26049eee1026a4d7fbdbe Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2023-05-26[AAI] Up-version aai-graphadmin to 1.12.1 for Londonaleem.raja@t-systems.com1-2/+2
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: Iefac4cec0968eeedd8b00e303d3eeab438525f82
2022-11-21[AAI] Up-version aai-graphadmin to 1.12.0 for LondonNiharika Sharma1-1/+1
Issue-ID: AAI-3594 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: Iefac3cec0967eeedd7b00e404d4eeab438525f72
2022-11-07AAI graphadmin Up-version to 1.11.1Niharika Sharma1-1/+1
Issue-ID: AAI-3581 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: I32dd2eb08ab02e38743c5cbb0f1bf928210e86bd
2022-11-04AAI graphadmin logging structure enhancementleila1-0/+9
enhancement for logback and localhost xml files logging structure Issue-ID: AAI-3581 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: Iefdada964d352a0ff6554673eb45ef08aa0b70b1
2022-10-25Use the 1.9.4 parent pom in graphadminFiete Ostkamp1-1/+1
Issue-ID: AAI-3565 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ie1679f5c48dade89206f86e21e66aeda6290e8c7
2022-10-25Use the 1.9.3 parent pom in graphadminFiete Ostkamp1-1/+1
Issue-ID: AAI-3559 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I2dd16b2a298684e268e9632e4b711541522c36b1
2022-10-19[AAI] Upversion graphadmin to 1.11.0 for Kohnwr148d1-3/+3
Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Iddb9befb900aa1be8a0a0bf2b87d192d3009bf00
2022-08-16[AAI] Upversion to 1.9.5 to include v27wr148d1-5/+5
Issue-ID: AAI-3489 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I03ff8f42c85d2ea5582540bf14f3c86de29b88fb
2022-03-21[AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDswr148d1-2/+2
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Iaf844c54ed685f03853408a7bc142355b4469e64
2022-03-07Merge "[AAI] Update graphadmin to fix security vulnerabilities"Robby Maharajh1-0/+2
2022-03-07[AAI] Update graphadmin to fix security vulnerabilitieswr148d1-0/+2
Issue-ID: AAI-3414 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ib2bee4c923bed3b78e3a32149c0a248b8d64ed99
2022-03-03Merge "[AAI] Update mS to use 1.9.3 aai-common version"Robby Maharajh1-1/+1
2022-03-03[AAI] Update mS to use 1.9.3 aai-common versionwr148d1-1/+1
Issue-ID: AAI-3414 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I53a602bcff64c2fe7e880e5544dff6e9c1d0a0ec
2022-02-14Merge "[AAI] Update graphadmin to use the new v26 schema and upversion to 1.9.3"Robby Maharajh1-5/+5
2022-02-14[AAI] Update graphadmin to use the new v26 schema and upversion to 1.9.3wr148d1-5/+5
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I57232ee37114b23c72e35ac8dc921feb2a199ca9