[
https://issues.jboss.org/browse/WFLY-5916?page=com.atlassian.jira.plugin....
]
Marek Kopecký reopened WFLY-5916:
---------------------------------
Reopen, because
* This dependency is missing in
./modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/module.xml
:
{code:xml}
<module name="com.fasterxml.jackson.core.jackson-annotations"/>
{code}
* This feature works correctly only if "jboss-deployment-structure.xml" is in
deployment. "jboss-deployment-structure.xml" needs to contain dependency to
"com.fasterxml.jackson.datatype.jackson-datatype-jsr310" and
"com.fasterxml.jackson.datatype.jackson-datatype-jdk8".
I created test application, see [^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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)