Skip to content
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 for using jackson-databind in an OSGi environment under Android #2299

Closed

Conversation

cfiehe
Copy link

@cfiehe cfiehe commented Apr 12, 2019

This bundle is unresolvable in an OSGi environment under Android, because the package org.w3c.dom.bootstrap is unavailable. The problem can be easily fixed by declaring the corresponding package as an optional import.

Signed-off-by: Christoph Fiehe [email protected]

This bundle is unresolvable in an OSGi environment under Android, because the package 'org.w3c.dom.bootstrap' is unavailable. The problem can be easily fixed by declaring the corresponding package as an optional import.

Signed-off-by: Christoph Fiehe <[email protected]>
@cowtowncoder
Copy link
Member

Thank you!

I will merge this manually so I can add this in 2.9 branch (for 2.9).

@cowtowncoder cowtowncoder added this to the 2.9.9 milestone Apr 16, 2019
cowtowncoder added a commit that referenced this pull request Apr 16, 2019
@cowtowncoder
Copy link
Member

Merged, thank you for submitting this!
(I wish there was a good way to test resulting OSGi metadata; almost managed to break things by first cut'n pasting import without *)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants