BetterCloud / vault-java-driver

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

[Documentation] Javadocs still point to 2.0 release #141

Open zswanson opened 5 years ago

zswanson commented 5 years ago

Javadoc links for the API point to the 2.0.0 release, missing all the new functionality from the 3.1 release notes. Looks like they need to be regenerated.

evgenius1424 commented 5 years ago

When this can be fixed? You have wrong and even uncomiled examples at javadoc.

final Map<String, String> nameValuePairs = new HashMap<String, Object>(); really?

Xtigyro commented 5 years ago

Any updates on this?

kunmin-db commented 4 years ago

Notice the same. Can you please update the doc?

jpiropk commented 3 years ago

The examples for vault.logical().write() in the doc are completely broken because they are showing the version 2.0 Map<String,String> but now it wants Map<String,Object> Please update the examples.