diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-01 13:22:02 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-01 13:22:02 +0200 |
commit | 589066bc5238e8d86fe893949d1a48cfdc16309b (patch) | |
tree | 4f754c75172037a40416a5f687a851fb4fc9666d | |
parent | 89d63d1f1bdb1f1805f26746421c1902f0e6a00d (diff) |
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>
-rw-r--r-- | releases/1.14.3-container-release.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releases/1.14.3-container-release.yaml b/releases/1.14.3-container-release.yaml new file mode 100644 index 0000000..d2385ef --- /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 |