You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#46592 results in the warning in the $title being thrown.
Expected behavior
Native builds should succeed without warnings
Actual behavior
Native builds print the following warning
00:53:09,694 WARN [io.qua.config] Unrecognized configuration key "quarkus.native.jmxserver.included" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
How to Reproduce?
Build a native image with latest Quarkus
Output of uname -a or ver
No response
Output of java -version
No response
Mandrel or GraalVM version (if different from Java)
00:53:09,694 WARN [io.qua.config] Unrecognized configuration key "quarkus.native.jmxserver.included" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
We need to either use a different property, not under quarkus.native.jmxserver, or have Quarkus aware of it.
cc @gsmet@geoand wdyt would be the best approach (thinking about consistency)?
Describe the bug
#46592 results in the warning in the $title being thrown.
Expected behavior
Native builds should succeed without warnings
Actual behavior
Native builds print the following warning
How to Reproduce?
Build a native image with latest Quarkus
Output of
uname -a
orver
No response
Output of
java -version
No response
Mandrel or GraalVM version (if different from Java)
No response
Quarkus version or git rev
d84d1e8
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: