add Serializable type to unserialized JSON lists

We don't know about the exact data type from the JSON mapper,
so we make it explicitly unknown, but at least Serializable here.
This commit is contained in:
2020-08-12 11:40:58 +02:00
parent 9b80a4e889
commit 8017f2671d
10 changed files with 25 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ steps:
---
kind: pipeline
type: docker
name: java13
name: java14
steps:
- name: test