passthrough null as port number in builder (#56)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-10-12 20:54:38 +02:00
parent fdda685f6f
commit 75561a0540
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
## UNRELEASED
### Fix
* Make `HTTPVaultConnectorBuilder#withPort(Integer)` null-safe (#56)
## 1.0.0 (2021-10-02)
### Breaking