You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In prior releases, instead of being explicitly modular, we only had an Automatic-Module-Name in the META-INF/MANIFEST.MF file. Now we have proper module-info.class.
They should all be identical. So, including a module-info.class for versions/11 should have been sufficient. I don't know why the one for versions/19 is larger (?)
There are multiple module-info classes in the v0.9.0 jar. In v0.8.0, there was just the versions/9/module-info.class.
In v0.9.0, there are module-info.class fils in all the versions dirs.
This is causing FasterXML/jackson-core#1027
Would it be possible to get some background on the v0.9.0 changes, so that I can work out what to do with the jackson-core issues?
The text was updated successfully, but these errors were encountered: