-
-
Notifications
You must be signed in to change notification settings - Fork 177
Rename "com.fasterxml.jackson" -> "tools.jackson" #596
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
Comments
@dinomite @Spikhalskiy I did first mechanical part, and can see if I can resolve API differences. But will probably need help with repackaging of Kotlin classes themselves; it's hopefully quite mechanical. It is also likely there are some behavioral differences resulting in test failures once everything compiles again. |
can i help with this |
@RealYusufIsmail Possibly? There are couple of compilation failures, and then the straight-forward renaming. So PR would be welcome. |
will hopefully make one tomorrow |
starting working on it. Created a pr #598 |
Implemented with @RealYusufIsmail's PR -- left some test failures, probably unrelated to renaming (but formerly masked due to dependencies to older, pre-rename core Jackson 3.0.0-SNAPSHOT components):
I'll file a follow-up for solving test failures. |
(see FasterXML/jackson-core#793 for background)
As the main task for JSTEP-1 (https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-1) we need to:
as well as all secondary changes for OSGi and Java module system.
The text was updated successfully, but these errors were encountered: