FasterXML / FasterXML/jackson-datatypes-collections
Issue in RefRefMapSerializer
Open
- Dominant language
- Java
- Stars
- 90
- Forks
- 56
- Avg merge
- 2h 30m
- Merged PRs (30d)
- 1
Description
The following call of Map.contains on a map with `String` keys with an `Object` argument:
https://github.com/FasterXML/jackson-datatypes-collections/blob/c374783ff962041d003125cbd7b617bab5d16bff/eclipse-collections/src/main/java/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefRefMapSerializer.java#L225
Probably the key should be serialized before checking if it should be ignored.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.