aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
28 hoursRelease 1.15.2 for traversalHEADmasterFiete Ostkamp1-0/+7
- 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>
11 daysUpgrade spring boot to 2.61.15.2Fiete Ostkamp4-27/+9
- 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>
2024-10-17Release 1.15.1Fiete Ostkamp1-0/+7
- 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>
2024-10-17Switch to 1.15.1 release version of aai-common1.15.1Fiete Ostkamp1-2/+2
Issue-ID: AAI-4019 Change-Id: Id543f53e52e3194ff635eaefde727b67592005b4 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-10-13Upgrade aai-common dependency to 1.15.1-SNAPSHOTFiete Ostkamp10-52/+15
- remove ActiveMQ dependencies Issue-ID: AAI-4017 Change-Id: I05f91629c7a4a29d63cb87ed9777f1e782d82616 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-10-11Release 1.15.0Fiete Ostkamp1-0/+7
- 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>
2024-10-07Update janusgraph to 1.0.01.15.0Fiete Ostkamp2-14/+9
- 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>
2024-10-02echo liveness probe available under /actuator/healthShantaram Sawant6-31/+162
- 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>
2024-09-22Migrate JAXB to jakartaFiete Ostkamp8-29/+24
- 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>
2024-09-19Release 1.14.7 container image for traversalFiete Ostkamp1-0/+7
- 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>
2024-09-18Use Java 11 in traversal1.14.7Fiete Ostkamp5-66/+16
- 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>
2024-09-17Update aai-common to 1.14.6 in traversalFiete Ostkamp8-72/+48
- 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>
2024-08-15Release 1.14.6 traversal docker artifactFiete Ostkamp1-0/+7
- 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>
2024-08-15Update Janusgraph to 0.6.4 in traversal1.14.6Fiete Ostkamp3-8/+43
- 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>
2024-08-06Release 1.14.5 traversal docker artifactFiete Ostkamp1-0/+7
- update Janusgraph (0.5.3 -> 0.6.0) Issue-ID: AAI-3948 Change-Id: If292b8f417876bd6a11e9854ea00da0ffcf7fc40 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: Idbb864844d598ba80f53c7ccb269f708db79d8c5 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-06Update Janusgraph to 0.6.0 in traversalFiete Ostkamp16-62/+60
- 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>
2024-07-29[AAI] Update aai-schema version to 1.12.5 in pom of traversalvani.kv1-1/+1
- 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>
2024-07-05Release 1.14.4 docker artifact of aai-traversalFiete Ostkamp1-0/+7
- 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>
2024-07-04Upgrade aai-traversal to Janusgraph 0.5.31.14.4Fiete Ostkamp2-3/+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>
2024-07-04Use eclipse-temurin:8-jre-alpine docker base image in aai-traversalFiete Ostkamp12-252/+119
- 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>
2024-07-01Release 1.14.3 docker artifact of aai-traversalFiete Ostkamp1-0/+7
- 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>
2024-07-01Use 1.14.3 release version of aai-common in aai-traversal1.14.3Fiete Ostkamp1-2/+2
Issue-ID: AAI-3909 Change-Id: I9a7e28996d109de83bd561f77156144272dad28a Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-27Update Janusgraph to 0.5.0 in traversalFiete Ostkamp15-148/+330
- 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>
2024-06-25Use aai-common release version in traversalFiete Ostkamp1-1/+1
- 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>
2024-06-19Update aai-common to 1.14.2 in traversalFiete Ostkamp3-5/+5
- 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>
2024-06-18Release 1.14.1 traversal docker artifactFiete Ostkamp1-0/+7
- 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>
2024-06-18Update aai-common to 1.14.1 in traversal1.14.1Fiete Ostkamp4-43/+51
- 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>
2024-06-16Release 1.14.0 traversal docker artifactFiete Ostkamp3-4/+10
- 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>
2024-06-12Update aai-common to 1.14.0 in traversal1.14.0Fiete Ostkamp3-9/+11
- 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>
2024-05-23[AAI] Release 1.13.5 docker artifact of traversalnandkishorpatke1-0/+7
- Release docker artifact for v29 schema change Issue-ID: AAI-3851 Change-Id: Ibafc39a9c4fb9e1031ea8a176db0d721a7dcaefc Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2024-05-23[AAI] Release 1.13.5 maven artifact of traversalnandkishorpatke1-0/+4
- Release maven artifact for v29 schema changes Issue-ID: AAI-3850 Change-Id: I4c6196bc1cee0d454f31b8e1f2970ee3c15740fe Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2024-05-23[AAI] Bump aai-traversal version to 1.13.5nandkishorpatke3-3/+3
Issue-ID: AAI-3843 Change-Id: Id3f9a101159678ac23404b013bd144055a9ba59b Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2024-05-23[AAI] Update aai-schema version to 1.12.4 in traversalnandkishorpatke6-12/+12
- 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>
2024-04-17Release 1.13.4 docker artifact of aai-traversalDasar1-0/+7
- create 1.13.4-container-release yaml file Issue-ID: AAI-3820 Change-Id: I81e19f856e84c1fbe5d9c896fb75de11c530522c Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
2024-04-17Release 1.13.4 maven artifact of aai-traversalDasar1-0/+4
- create 1.13.4-maven-release yaml file Issue-ID: AAI-3820 Change-Id: Ib5f9842c2d99cc52f61b2a8f2dabf31fe06835de Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
2024-04-17Update AAI-Traversal SNAPSHOT versionDasar3-3/+3
- 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>
2024-04-16Remove DMaaP dependency from AAI-TraversalDasar2-3/+0
- 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>
2024-04-16Merge "Remove DMaaP references from AAI-Traversal"Nandkishor Patke6-38/+47
2024-04-16Remove DMaaP references from AAI-TraversalDasar6-38/+47
- 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>
2024-03-05Release 1.13.3 docker artifact of traversalFiete Ostkamp1-0/+7
- 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>
2024-03-05Release 1.13.3 maven artifact of traversalFiete Ostkamp1-0/+4
- 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>
2024-03-05Update aai-common base image in resources to 1.13.4 (newer java 8)Fiete Ostkamp2-5/+2
Issue-ID: AAI-3794 Change-Id: I6f9b7dbb28c0fab86c86e93fe6a10e965d990ab7 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-02-26Do not use reflection for injecting the DslQueryProcessorsFiete Ostkamp14-202/+289
- 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>
2024-02-06Docker build for traversal is brokenFiete Ostkamp1-17/+10
- 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>
2024-02-06Update aai-common to 1.13.3 in traversalFiete Ostkamp3-5/+5
- 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>
2024-01-26Revert update since versions > 1.6.0 are based on Java 11Fiete Ostkamp1-1/+2
Issue-ID: AAI-3753 Change-Id: I106fb561a6b879235ccf13f5b5a9cbc7d4466330 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-01-26Update aai-common to 1.13.2 in traversalFiete Ostkamp2-4/+3
- 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>
2024-01-17Merge "Release 1.13.1 version of aai-traversal"Nandkishor Patke1-0/+7
2024-01-16Update aai-common base image in aai-traversalFiete Ostkamp4-12/+22
- 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>