You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We found one incompatibility with bson4jackson 2.11 and Jackson 2.12. In FasterXML/jackson-core#631, they introduced JsonParser#getNumberValueExact method. I think BsonParser should override that method and delegate to BsonParser#getNumberValue.
Hey, is there any plan to support Jackson 2.12?
We found one incompatibility with bson4jackson 2.11 and Jackson 2.12. In FasterXML/jackson-core#631, they introduced
JsonParser#getNumberValueExact
method. I thinkBsonParser
should override that method and delegate toBsonParser#getNumberValue
.bson4jackson/src/main/java/de/undercouch/bson4jackson/BsonParser.java
Lines 703 to 706 in 344ea73
The text was updated successfully, but these errors were encountered: