Consider types in sun.*
package(s) to be JDK (platform) types for purposes of handling
#4205
Labels
2.17
Issues planned at earliest for 2.17
Describe your Issue
(note: follow-up on #4204)
Currently types under
java.*
andjavax.*
packages get different (stricter) handling compared to all other types, wrt Reflection-based discovery. This is done for following reasons:Due to legacy reasons, there are also "well-known" Platform types under some other packages; most notably
sun.security
(and generally anything undersun.*
). For example see #4204.So, for Jackson 2.17, let's consider adding this set of classes as "platform" (JDK) types for more limited auto-discovery.
The text was updated successfully, but these errors were encountered: