No intentional changes made; visibility detection should work as before.

There is one fix scheduled for 2.9.5:

https://github.com/FasterXML/jackson-databind/issues/1947

which could be related, but is not necessarily the same thing.
If it is easy for you to locally test with 2.9.5-SNAPSHOT, that would
be helpful -- if problem does persist, filing a new git issue
would be good, along with reproduction. I could probably get it fixed for 2.9.5.

-+ Tatu +-



On Wed, Mar 21, 2018 at 3:58 AM, Maria Basmanova <mbasman...@gmail.com> wrote:
> I'm trying to upgrade from 2.8.1 to 2.9.4, but I'm getting test failures. It
> appears that `objectMapper.disable(MapperFeature.AUTO_DETECT_FIELDS)` no
> longer disables auto-detection. I added
> `objectMapper.setVisibility(PropertyAccessor.FIELD, NONE);` and that seems
> to work. Is this a known issue?
>
> --
> You received this message because you are subscribed to the Google Groups
> "jackson-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jackson-user+unsubscr...@googlegroups.com.
> To post to this group, send email to jackson-user@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jackson-user+unsubscr...@googlegroups.com.
To post to this group, send email to jackson-user@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to