-
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
Extension writing guide does not mention how to add a resource for inclusion in native image #542
Comments
HotDeploymentConfigFileBuildItem seems to be part of it. so is UndertowBuildStep
|
I take it the purpose of this issue is "How end users include their own resources" right? ( +1 we definitely need to help users with that) When it comes to - for example - ORM's |
Relates to #388 |
No the question was how do I as an extension developer add resources. For end user, do we need more than the automated addition of META-INF/resources that I see in undertow? |
Yeah I believe we need to make a choice. Either:
|
@Sanne OK. Open a different issue so we don't lose it. |
HotDeploymentConfigFileBuildItem is not related, it is used to indicate that when a file is modified it should cause a hot deployment. |
Yes but both make sense in a how to deal with resources in extensions section. |
Fixes #542, add some docs on the substrate build items
@Sanne mentioned to me that resource files that should be ready by the native image should be enlisted via Shamrock. I looked at the guide and found no reference to resources. Let's complete the doc.
Also I'm interested in an example :)
The text was updated successfully, but these errors were encountered: