-
Notifications
You must be signed in to change notification settings - Fork 5
Add native profile and document the it profile #1
Comments
I have added the profile trick here: https://github.com/quarkiverse/quarkiverse/wiki/Release#release-fails-while-deploying-the-integration-tests. Ideally the |
Native are not mandatory on Quarkiverse extensions right ? I wondering if we also need to test on multiple Java version? At least Java 8 as Quarkus is still compatible with it |
@vsevel for native build, you may need to use the |
That's correct. We don't want to force our contributors to deal with that right away
Yes, that would be the right thing to do. At least Java 8 and 11 |
it would be nice to have that formalized somehow. for instance with a "native ready" label or logo. |
@vsevel yes, we have that in our roadmap: https://github.com/orgs/quarkusio/projects/9 |
Here are the few things I missed when creating the freemarker extension:
-Pnative
inbuild.yml
:Or at least document it in the readme if there are native tests.
Unless it is included by the
create-extension
plugin.And document that the
integration-test
module should not be listed in the module list.Include the minimal test dependencies
The text was updated successfully, but these errors were encountered: