Preparations for 0.4.1 release
This commit is contained in:
parent
ea3b6d50cb
commit
e988833eb9
@ -1,4 +1,4 @@
|
|||||||
## 0.4.1 [in progress]
|
## 0.4.1 [2016-12-24]
|
||||||
* [fix] Factory Null-tolerant for trusted certificate (#6)
|
* [fix] Factory Null-tolerant for trusted certificate (#6)
|
||||||
* [test] StackTraces testet for secret leaks
|
* [test] StackTraces testet for secret leaks
|
||||||
* [test] Tested against Vault 0.6.4
|
* [test] Tested against Vault 0.6.4
|
||||||
|
@ -46,7 +46,7 @@ String secret = vault.readSecret("some/secret/key").getValue();
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.stklcode.jvault</groupId>
|
<groupId>de.stklcode.jvault</groupId>
|
||||||
<artifactId>connector</artifactId>
|
<artifactId>connector</artifactId>
|
||||||
<version>0.4.0</version>
|
<version>0.4.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>de.stklcode.jvault</groupId>
|
<groupId>de.stklcode.jvault</groupId>
|
||||||
<artifactId>connector</artifactId>
|
<artifactId>connector</artifactId>
|
||||||
<version>0.4.1-SNAPSHOT</version>
|
<version>0.4.1</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
@ -43,7 +43,8 @@ import static org.junit.Assert.*;
|
|||||||
import static org.junit.Assume.*;
|
import static org.junit.Assume.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* JUnit Test for HTTP Vault connector.
|
* JUnit test for HTTP Vault connector.
|
||||||
|
* This test requires Vault binary in executable Path as it instantiates a real Vault server on given test data.
|
||||||
*
|
*
|
||||||
* @author Stefan Kalscheuer
|
* @author Stefan Kalscheuer
|
||||||
* @since 0.1
|
* @since 0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user