fix type conversion in SecretResponse getter method (#67)
Some checks failed
continuous-integration/drone/push Build is failing

Converting the payload using toString() is not an appropriate way to
feed a JSON parser. We now use JSON roundtrip for type mapping and
introduce shortcuts of the type already matches the target type.
This commit is contained in:
2023-06-16 17:43:01 +02:00
parent 622b13f508
commit f3e1f01e38
4 changed files with 142 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<groupId>de.stklcode.jvault</groupId>
<artifactId>jvault-connector</artifactId>
<version>1.1.4</version>
<version>1.1.5-SNAPSHOT</version>
<packaging>jar</packaging>