Skip to content
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

Qute validation - fix parsing of nested helper hints #15165

Closed
mkouba opened this issue Feb 18, 2021 · 0 comments · Fixed by #15234
Closed

Qute validation - fix parsing of nested helper hints #15165

mkouba opened this issue Feb 18, 2021 · 0 comments · Fixed by #15234
Assignees
Labels
area/qute The template engine kind/bug Something isn't working
Milestone

Comments

@mkouba
Copy link
Contributor

mkouba commented Feb 18, 2021

The following code causes a NumberFormatException:
https://github.com/quarkusio/quarkus-backports/blob/master/src/main/resources/templates/BackportsResource/backports.html#L15-L16

@mkouba mkouba added the kind/bug Something isn't working label Feb 18, 2021
@mkouba mkouba self-assigned this Feb 18, 2021
@quarkus-bot quarkus-bot bot added the area/qute The template engine label Feb 18, 2021
@gsmet gsmet added this to the 1.12.1.Final milestone Feb 18, 2021
mkouba added a commit to mkouba/quarkus that referenced this issue Feb 22, 2021
- resolves quarkusio#15165
- wrap some Maps with Mappers
- also fix a class cast exception when iterating over an array of primitive values
@gsmet gsmet modified the milestones: 1.12.1.Final, 1.13 - master Feb 22, 2021
gsmet pushed a commit to gsmet/quarkus that referenced this issue Feb 24, 2021
- resolves quarkusio#15165
- wrap some Maps with Mappers
- also fix a class cast exception when iterating over an array of primitive values

(cherry picked from commit fa256d0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/qute The template engine kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants