diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-03 13:47:19 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-03 13:51:50 +0200 |
commit | 912bfd1019b001e1897c33887cc84dd86c56fce6 (patch) | |
tree | a1f0c8c6719de1b595c0d6980bda8680d567473e /aai-parent | |
parent | 469bb923ddcadab821a3541afca6f6a73a7f6ad1 (diff) |
Pagination will throw an IllegalArgumentException if there are no vertices of the requested type
- provide empty PaginationResponse when traversal.next() throws IllegalArgumentException
Issue-ID: AAI-3917
Change-Id: I280f216050ea16953015023146d40674e067f028
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-parent')
-rw-r--r-- | aai-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index e86f1012..fa9c08bc 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.14.3-SNAPSHOT</version> + <version>1.14.4-SNAPSHOT</version> </parent> <artifactId>aai-parent</artifactId> <name>aai-parent</name> |