]
Marek Kopecký updated WFLY-5916:
--------------------------------
Attachment: test-application.zip
jackson-datatype-jsr310 and jackson-datatype-jdk8 are missing
-------------------------------------------------------------
Key: WFLY-5916
URL:
https://issues.jboss.org/browse/WFLY-5916
Project: WildFly
Issue Type: Bug
Components: REST
Affects Versions: 10.0.0.CR5
Reporter: Juergen Zimmermann
Assignee: Stuart Douglas
Fix For: 10.1.0.CR1
Attachments: test-application.zip
WildFly doesn't provide jackson-datatype-jsr310 and jackson-datatype-jdk8 for
RESTEasy. jackson-datatype-jsr310 supports the new JDK 8 time API, and
jackson-datatype-jdk8 supports the new JDK 8 Optional type.
The GAVs are:
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.6.3
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.3
The latest Jackson GA version is 2.6.4. Please see also
https://issues.jboss.org/browse/WFLY-5915.