-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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: extension tags not registered #21864
Milestone
Comments
/cc @mkouba |
No, it should be the runtime module. Let me check.. |
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Dec 8, 2021
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Dec 9, 2021
- resolves quarkusio#21864 Co-authored-by: George Gastaldi <gegastaldi@gmail.com>
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Dec 9, 2021
- resolves quarkusio#21864 Co-authored-by: George Gastaldi <gegastaldi@gmail.com>
Postremus
pushed a commit
to Postremus/quarkus
that referenced
this issue
Dec 10, 2021
- resolves quarkusio#21864 Co-authored-by: George Gastaldi <gegastaldi@gmail.com>
OK, this fixes my bug. Do you have any need for a tag build item then? FroMage@59440da Or should I drop this commit from my branch? |
I don't think that we need the |
OK thanks. |
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Dec 13, 2021
- resolves quarkusio#21864 Co-authored-by: George Gastaldi <gegastaldi@gmail.com> (cherry picked from commit 965ec14)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I just tried the latest Quarkus/Qute to see if it would pick up my Vixen extension tags, declared in
extensions/vixen/runtime/src/main/resources/templates/tags
(in the runtime module) and they're not visible to the user application, I'm getting errors.Perhaps I'm doing it wrong and they need to be in the deployment module?
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
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: