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 - validate expressions that start with a namespace coming from a TemplateData annotation #20621

Closed
mkouba opened this issue Oct 8, 2021 · 0 comments · Fixed by #20669
Closed
Assignees
Labels
area/qute The template engine kind/enhancement New feature or request
Milestone

Comments

@mkouba
Copy link
Contributor

mkouba commented Oct 8, 2021

Description

This is a follow-up of #20620.

We should probably also consider template extension methods with a namespace...

Implementation ideas

No response

@mkouba mkouba added the kind/enhancement New feature or request label Oct 8, 2021
@quarkus-bot quarkus-bot bot added the area/qute The template engine label Oct 8, 2021
@mkouba mkouba self-assigned this Oct 8, 2021
@mkouba mkouba added this to the 2.4.0.CR1 milestone Oct 11, 2021
@aloubyansky aloubyansky modified the milestones: 2.4.0.CR1, 2.4.0.Final Oct 11, 2021
mkouba added a commit to mkouba/quarkus that referenced this issue Oct 11, 2021
- validate expressions that start with a namespace coming from a TemplateData annotation
- validate nested "inject:" namespace expressions, ie. used as method
params
- resolves quarkusio#20621
- also introduce io.quarkus.qute.TemplateData.SIMPLENAME and fix
TemplateData javadoc
mkouba added a commit to mkouba/quarkus that referenced this issue Oct 11, 2021
- validate expressions that start with a namespace coming from a TemplateData annotation
- validate nested "inject:" namespace expressions, ie. used as method
params
- resolves quarkusio#20621
- also introduce io.quarkus.qute.TemplateData.SIMPLENAME and fix
TemplateData javadoc
aloubyansky pushed a commit to aloubyansky/quarkus that referenced this issue Oct 18, 2021
- validate expressions that start with a namespace coming from a TemplateData annotation
- validate nested "inject:" namespace expressions, ie. used as method
params
- resolves quarkusio#20621
- also introduce io.quarkus.qute.TemplateData.SIMPLENAME and fix
TemplateData javadoc

(cherry picked from commit 5709bd6)
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/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants