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

Support for java.math.BigDecimal values #261

Closed
xorye opened this issue Mar 20, 2020 · 0 comments · Fixed by #292
Closed

Support for java.math.BigDecimal values #261

xorye opened this issue Mar 20, 2020 · 0 comments · Fixed by #292
Assignees
Labels
enhancement New feature or request properties Features supported in application.properties
Milestone

Comments

@xorye
Copy link

xorye commented Mar 20, 2020

It would be great if there were application.properties and application.yaml value support for the java.math.BigDecimal type and java.util.Optional<java.math.BigDecimal> type.

Currently, in a project with the SmallRye OpenTracing Quarkus extension installed:

<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-smallrye-opentracing</artifactId>
</dependency>

the quarkus.jaeger.sampler-param property expects a java.util.Optional<java.math.BigDecimal> type.

Since the language server does not recognize this value, if I set:
quarkus.jaeger.sampler-param=false,
there is no diagnostic informing the user that false is invalid for the property.

@xorye xorye changed the title Support for BigDecimal values Support for java.math.BigDecimal values Mar 20, 2020
@xorye xorye added the bug Something isn't working label Mar 20, 2020
@angelozerr angelozerr added the properties Features supported in application.properties label Mar 23, 2020
@fbricon fbricon added this to the v0.0.6 milestone Apr 7, 2020
@xorye xorye added enhancement New feature or request and removed bug Something isn't working labels Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request properties Features supported in application.properties
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants