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
An extensions should be able to provide templates in the runtime module. These templates should be validated and accessible at runtime via injection, etc.
Implementation ideas
It should be possible to filter out the runtime modules of extensions via CurateOutcomeBuildItem and io.quarkus.maven.dependency.Dependency.isRuntimeExtensionArtifact() and then make the templates located in the templates directory accessible at runtime.
The text was updated successfully, but these errors were encountered:
Description
An extensions should be able to provide templates in the runtime module. These templates should be validated and accessible at runtime via injection, etc.
Implementation ideas
It should be possible to filter out the runtime modules of extensions via
CurateOutcomeBuildItem
andio.quarkus.maven.dependency.Dependency.isRuntimeExtensionArtifact()
and then make the templates located in thetemplates
directory accessible at runtime.The text was updated successfully, but these errors were encountered: