This is an automated email from the ASF dual-hosted git repository.
aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 59257bf Ensure unlisted is not present while promoting a JVM only
extension to native
59257bf is described below
commit 59257bf82d18d0e0d7fbc276c8c8b330e34e9e0b
Author: aldettinger <[email protected]>
AuthorDate: Wed Apr 29 16:16:20 2020 +0200
Ensure unlisted is not present while promoting a JVM only extension to
native
---
docs/modules/ROOT/pages/promote-jvm-to-native.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/modules/ROOT/pages/promote-jvm-to-native.adoc
b/docs/modules/ROOT/pages/promote-jvm-to-native.adoc
index bff1de9..8f99f4c 100644
--- a/docs/modules/ROOT/pages/promote-jvm-to-native.adoc
+++ b/docs/modules/ROOT/pages/promote-jvm-to-native.adoc
@@ -93,6 +93,7 @@ $ {
8. Check
`extensions/$\{EXT}/runtime/src/main/resources/META-INF/quarkus-extension.yaml`:
* Ensure guide is set to `"https://quarkus.io/guides/camel"`
* Ensure keyword `camel` is present
+* Ensure `unlisted` is NOT present
* Remove the `preview` status
9. Add itests to `.github/test-categories.yaml`, for instance: