vert-x3 / vertx-4-migration-guide

Migration to Vert.x 4 guide
https://vert-x3.github.io/vertx-4-migration-guide/index.html
20 stars 16 forks source link

Fix secret options v4 example (it's `setBuffer` not `setSecret`) #78

Closed pn-santos closed 1 year ago

pn-santos commented 1 year ago

In v4 it's PubSecKeyOptions::setBuffer not PubSecKeyOptions::setSecretKey (probably a copy-paste typo?)