Skip to content

BigDecimalTest failed with Java 11 #10

@amottier

Description

@amottier

A BigDecimal created from 1AA23.456 value with lead to an exception with a null message in Java 8 but with a non null message in Java 11 (Character A is neither a decimal digit number, decimal point, nor "e" notation exponential mark.).

See: https://github.com/telosys-tools-bricks/telosys-tools-generator/blob/57cf78d/src/test/java/org/telosys/tools/generator/context/BigDecimalTest.java#L45

As the documentation mention "Java 8 (or +)" I was expecting to be able to build using Java 11.

Maybe the fix is to update the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions