Skip to content

Conversation

@Tobias-Doerner
Copy link

The current vertx-heroku example is not compiling with Java 10. sun.misc.BASE64Encoder is missing updating the heroku-maven-plugin to the current version fixes that issue. I also would like to propose to use the vertx config retriever for fetching the system properties and the config vars defined in heroku's application settings.

Updated version of the heroku-maven-plugin.

Using the vertx config retriever to retrieve the system properties and the config vars defined in heroku application settings.
@vietj
Copy link
Contributor

vietj commented Mar 13, 2019

what is using sun.misc.BASE64Encoder ?

@Tobias-Doerner
Copy link
Author

heroku-maven-plugin version 0.5.6 is using sun.misc.BASE64Encoder, look here
https://github.com/heroku/heroku-maven-plugin/blob/heroku-sdk-parent-0.5.6/heroku-deploy/src/main/java/com/heroku/sdk/deploy/Deployer.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants