Closed kucharzyk closed 1 year ago
Looks like it's the problem with microprofile-config
https://github.com/eclipse/microprofile-config/pull/732#issuecomment-1482128111
I think we've seen this before, right @radcortez?
Just found https://github.com/quarkusio/quarkus/issues/19970. Subscribing here ...
I commented here last weekend on the same issue https://github.com/quarkusio/quarkus/issues/30037
Unfortunately, the fix didn't make it into the released version of the Jakarta artifact. We need a new release of MP Config API.
Describe the bug
Quarkus 3.0.0.CR1 is showing the following warning during compilation:
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
It's important to use microprofile ConfigProperty annotation
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.0.0.CR1
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response