[jboss-jira] [JBoss JIRA] (WFLY-10781) Jackson Annotations are broken
Marek Kopecký (JIRA)
issues at jboss.org
Thu Aug 2 08:22:01 EDT 2018
[ https://issues.jboss.org/browse/WFLY-10781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13613786#comment-13613786 ]
Marek Kopecký commented on WFLY-10781:
--------------------------------------
[~maio290] (cc: [~asoldano]): Can you please test this on WildFly prepared from master github branch? Some fixes of JSON were made after WF13 release, so these fixes were not released yet (RESTEASY-1911, [doc|https://github.com/resteasy/Resteasy/commit/f6ddef5accb88d924e3d14ab15e081c79136fe55]).
I'm able to reproduce your issue on WF13, but not on WF prepared from current WF master branch.
> Jackson Annotations are broken
> ------------------------------
>
> Key: WFLY-10781
> URL: https://issues.jboss.org/browse/WFLY-10781
> Project: WildFly
> Issue Type: Bug
> Components: REST
> Affects Versions: 13.0.0.Final
> Environment: Windows 10 x64, WildFly 12 & 13
> Reporter: Mario-Luca Hoffmann
> Assignee: Alessio Soldano
> Labels: jackson
>
> With the switch from WildFly 12 to 13 our Jackson Annotations stopped working properly. While some of these are working (@JsonProperty) sometimes, others (@JsonIgnore) aren't working anymore. With WildFly 12 everything is fine, this issue only arises using WildFly 13 using a EE8 profile.
> However, I tried it with a pristine WildFly 13: not working, WildFly 12: works like a charme. I tried to fix it with replacing the jackson-databind library with the newest version (2.9.6) but this didn't work as well.
> Example for the attached Github Project:
> The expected output is: {"name":"Mario","attribute":"notWorking"}
> The acutal output is: {"attribute":"notWorking","name":"Mario","number":-1337}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list