jopenlibs / vault-java-driver

Zero-dependency Java client for HashiCorp's Vault
https://jopenlibs.github.io/vault-java-driver
26 stars 18 forks source link

[TASK] Port to Java 11 #22

Closed henryx closed 1 year ago

henryx commented 1 year ago

According to Oracle roadmap, Java 8 is in extended support. This is an opportunity to port the library to Java 11. Switch to the next LTS permits improve code with these tasks:

Minor improvements are the usage of the local variable type inference (JEP 286) and the local variable syntax fo r lamba parameters (JEP 323)

henryx commented 1 year ago

Before doing this, is more preferrable to solve #32, because it permits to develop this improvement in a better way