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
[1] Incorrect expression: obj.toString()
- property/method [toString()] not found on class [java.util.List] nor handled by an extension method
- found in template [hello.html] on line 2
The above works as expected if it's a concrete type, for instance:
{@java.util.ArrayList obj}
{obj.toString()}
Environment (please complete the following information):
Quarkus 1.3.0.Final
Java 11.0.6
The text was updated successfully, but these errors were encountered:
Describe the bug
Given a template with
results in a BuildException with:
The above works as expected if it's a concrete type, for instance:
Environment (please complete the following information):
Quarkus 1.3.0.Final
Java 11.0.6
The text was updated successfully, but these errors were encountered: