-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Jigsaw support #1536
Comments
I've managed to modularize and build jackson-databind, jackson-core and jackson-annotations with jdk9 and also successfully tested integration against an example module which uses jackson-databind module. |
Would this require more substantial changes than, say, support for OSGi modules (which only needed Maven build support)? |
FasterXML/jackson-core#358 I'll add jackson-databind one tommorow. |
I've added some comments to FasterXML/jackson-annotations#117 which apply to all 3 PR's.
|
Ok thank you. Apologies for slow follow-up; just released |
As per discussion on annotations, core, I don't think this can be done before JDK 9 is required. |
Hello, sorry for long delay. It should be doable on Java 7 but I'd also wait for 3.0.0 and Java 8 before doing this. |
Closing since there's also #1542 |
There was some talk about jigsaw support on google group but I'd like to formalize it as a feature request in this issue.
The text was updated successfully, but these errors were encountered: