test against Vault 1.12.0, conditionally disable AppID tests

The AppID auth backend is removed in Vault 1.12 and prevents the process
from starting. We now enable the legacy tests conditionally depending on
the actual Vault version.
This commit is contained in:
2022-10-13 09:51:17 +02:00
parent 2412a291f6
commit 0c56813121
53 changed files with 101 additions and 12 deletions

View File

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