From: Fiete Ostkamp Date: Mon, 1 Jul 2024 11:22:02 +0000 (+0200) Subject: Release 1.14.3 docker artifact of aai-traversal X-Git-Tag: 1.14.4~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F138353%2F1;p=aai%2Ftraversal.git 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 --- diff --git a/releases/1.14.3-container-release.yaml b/releases/1.14.3-container-release.yaml new file mode 100644 index 00000000..d2385efa --- /dev/null +++ b/releases/1.14.3-container-release.yaml @@ -0,0 +1,7 @@ +distribution_type: container +container_release_tag: 1.14.3 +project: traversal +ref: 89d63d1f1bdb1f1805f26746421c1902f0e6a00d +containers: + - name: aai-traversal + version: 1.14-STAGING-20240701T095752Z