[jackson-user] New contributors welcome -- tagged issues at https://github.com/FasterXML/jackson-modules-java8/issues

2019-08-13 Thread Tatu Saloranta
So: since it looks like: (a) there are many issues filed against Java 8 date/time module (lots of interest) (b) I am struggling to keep up with issues everywhere (c) Many of java 8 date/time issues might be relatively easy to solve (but obviously still need focus) I went ahead and added labels to

[jackson-user] Android linter error: Invalid package references from com.fasterxml.jackson.module.jaxb

2019-08-13 Thread anu thomas
I'm writing an android application, which has following Jackson dependencies: implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.9' While building the application using "gradle clean build", the linter

[jackson-user] Android lint error: invalid package references from com.fasterxml.jackson.module.jaxb.*

2019-08-13 Thread anu thomas
I'm building an android app that uses Jackson libraries. Jackson dependency is added as follows: implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.9' While building the android app via "gradle clean b