-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update Jackson to get rid of deprecation messages #23
Comments
Makes perfect sense. Thank you! |
@PhantomYdn up to you! What makes less work or more sense (as long as it ends up in Maven Central I guess). For better context here is the usage: https://github.com/lppedd/kotlin-externals/blob/master/buildSrc/src/main/kotlin/com/github/lppedd/kotlin/gradle/services/NpmService.kt |
@lppedd , just pushed changes to github and mvn central as SNAPSHOT |
@PhantomYdn thanks! I can confirm it works ok without any deprecation message now. |
Thanks for the library!
I'm using it in a custom Gradle task, and every execution I receive deprecation messages from Jackson:
It would be cool to update it, or remove usages of deprecated symbols.
If you don't have the time, let me know and I'll do it.
The text was updated successfully, but these errors were encountered: