From 589066bc5238e8d86fe893949d1a48cfdc16309b Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 1 Jul 2024 13:22:02 +0200 Subject: [PATCH] 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 --- releases/1.14.3-container-release.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releases/1.14.3-container-release.yaml 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 -- 2.16.6