restlet-framework-java icon indicating copy to clipboard operation
restlet-framework-java copied to clipboard

The Jackson extension uses javax.xml.stream which is not available on Android. (again)

Open x12a1f opened this issue 8 years ago • 1 comments

I compiled my application with a newer restlet (2.3.7) and the error mentioned in #964 popped up again but in another class:

..../org.restlet.ext.jackson-2.3.7.jar: Invalid package reference in library; not included in Android: javax.xml.stream. Referenced from org.restlet.ext.jackson.internal.XmlFactoryProvider.

It seems to me XmlFactoryProvider should not be included in the Android version of Restlet.

x12a1f avatar Jun 17 '16 13:06 x12a1f