@UnlessBuildProperty
does not work properly if io.quarkus:quarkus-rest
in the dependencies.
#40315
Labels
area/dev-ui
area/kafka-streams
area/kotlin
env/windows
Impacts Windows machines
kind/bug
Something isn't working
Milestone
Describe the bug
after updating to version >3.5.3 (e.g. 3.9.4), the application stopped working.
I have a demo project to reproduce issue: https://github.com/sszuev/play-quarkus
the application contains
quarkus-kafka-streams
&quarkus-rest
.It contains one class-producer:
application.properties:
app.config.topics=
gradle-dependencies:
Expected behavior
no errors is expected; the initialization of kafka-streams should be skipped with warning
Actual behavior
How to Reproduce?
Output of
uname -a
orver
windows11,x64
Output of
java -version
17.0.6
Quarkus version or git rev
3.9.4
Build tool (ie. output of
mvnw --version
orgradlew --version
)8.6
Additional information
the application works fine if there is no
io.quarkus:quarkus-rest
in the dependenciesis there any workaround? this bug blocks updating the business application to the latest version
The text was updated successfully, but these errors were encountered: