-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix deprecation warnings in windows WixHelper #726
Comments
IMO, the WiX support overall could be considered deprecated in favor of JDKPackager (which allows you to use WiX if you want). |
@muuki88 I added the deprecation description to remove another warning asking that deprecations have descriptions and dates. I think I guessed at the reason for the deprecation, and never asked @jsuereth. My suggestion, since the plugin is obviously working for some people, is to just remove the deprecation warning, converting it to an inline "TODO". |
yes please |
@SethTisue happy to merge a pull request 😊 |
a PR that does "remove the deprecation warning, converting it to an inline "TODO""? I can do that |
PR: #909 |
Will release |
Referring to scala/scala-dist#158 the WixHelper has deprecation warnings since more than two years. We should either fix this or remove the deprecated annotation.
cc: @metasim @nazoking @bjuric
The text was updated successfully, but these errors were encountered: