Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigDecimalTest failed with Java 11 #10

Open
amottier opened this issue Jun 5, 2023 · 0 comments
Open

BigDecimalTest failed with Java 11 #10

amottier opened this issue Jun 5, 2023 · 0 comments

Comments

@amottier
Copy link

amottier commented Jun 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant