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
According to https://quarkus.io/guides/qute-reference#config, when you write {config:boolean('quarkus.foo.boolean') ?: 'Not Found'}, I was expecting it displays Not Found if quarkus.foo.boolean is not defined. But NOT_FOUND is rendered instead
Describe the bug
According to https://quarkus.io/guides/qute-reference#config, when you write
{config:boolean('quarkus.foo.boolean') ?: 'Not Found'}
, I was expecting it displaysNot Found
ifquarkus.foo.boolean
is not defined. But NOT_FOUND is rendered insteadExpected behavior
Display the user-defined default value
Actual behavior
Displays hard-coded NOT_FOUND
How to Reproduce?
Just paste {config:boolean('quarkus.foo.boolean') ?: 'Not Found'} in https://github.com/quarkusio/quarkus-quickstarts/blob/main/qute-quickstart/src/main/resources/templates/hello.html, run the app and access http://localhost:8080/hello
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
No response
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: