-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
smallrye.config.locations property didn't work on 2.0.0.CR2 #17525
Comments
/cc @radcortez |
Strange. I was not able to reproduce. Do you mind proving me a reproducer? Maybe something else is messing up. |
BTW, the relocation was added here: ff0dfd4, so since 1.13.x without any apparent issue. |
I was running 1.13 previously so it's definitly something going on with Quarkus 2.0. |
Check this one: Test runs fine. Also in dev mode with |
Here is a reproducer, using 2.0.0.CR3. Running the reproducer with I use smallrye reactive messaging Kafka in my reproducer as it's the framework that I use in my component, so maybe the issue is in the way the Kafka connector is configured |
Added a fix. The issue only occurred in some specific cases, where a |
Describe the bug
Using the
smallrye.config.locations
property didn't works on 2.0.0.CR2 but the newquarkus.config.locations
do works.Expected behavior
Both property works
Environment (please complete the following information):
Output of
uname -a
orver
Microsoft Windows [version 10.0.19042.964]
Output of
java -version
openjdk version "16" 2021-03-16
Quarkus version or git rev
2.0.0.CR2
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.6.3
The text was updated successfully, but these errors were encountered: