BetterCloud / vault-java-driver

Zero-dependency Java client for HashiCorp's Vault
https://bettercloud.github.io/vault-java-driver/
335 stars 224 forks source link

Drop lombok & jaxb dependencies & package module-info for JDK9+ #165

Closed pjriot closed 5 years ago

pjriot commented 5 years ago

Hi, and thanks a lot for the driver!

I'm working on moving an application to JDK9+ and in particular I'm interested in generating jlink images. With a view to this I've created the following pull request that:

Let me know if you think this would be useful!

steve-perkins commented 5 years ago

Thanks a lot, @pjriot! I'm really surprised that Lombok was only being used so lightly (it's quite pervasive in most of our internal stuff). I don't have any issue with its removal.