Skip to content

should jackson-core BigDecimalParser be used in more places? #3437

@pjfanning

Description

@pjfanning

Describe the bug

BigDecimalParser was added in jackson-core 2.13

An example is https://github.com/FasterXML/jackson-databind/blob/2.14/src/main/java/com/fasterxml/jackson/databind/deser/std/NumberDeserializers.java#L831

Generally idea would be to replace all cases where new BigDecimal(String) is used

Version information
Jackson 2.14?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions