FasterXML / FasterXML/jackson-databind
Change `MapperFeature.OVERRIDE_PUBLIC_ACCESS_MODIFIERS` default to `false` for 3.0 (if and when `MethodHandle`s used)
Open
3.2
3.x
performance
- Dominant language
- Java
- Stars
- 3.7k
- Forks
- 1.5k
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 28
Description
(note: follow-up to #5046)
With change to `MethodHandle`s it seems there should no longer be any benefit from trying to force access of `public` accessors (Fields, Methods). While we may consider even fully removing this feature, let's first make it disabled by default.
NOTE: once implemented, need to update
https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-2
page.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.