You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/10/14 06:36:41 UTC

[camel-quarkus] branch master updated: Regnerate metadata for pgevent extension

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton 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 c5e3e0c  Regnerate metadata for pgevent extension
c5e3e0c is described below

commit c5e3e0c78dff36a9845f79a87f74d5b9e67c744a
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Oct 14 07:35:06 2020 +0100

    Regnerate metadata for pgevent extension
---
 .../pgevent/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 3 +--
 integration-tests/pgevent/pom.xml                                      | 2 ++
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/extensions/pgevent/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/pgevent/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index 2111454..f1e9130 100644
--- a/extensions/pgevent/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++ b/extensions/pgevent/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -24,9 +24,8 @@
 name: "Camel PostgresSQL Event"
 description: "Send and receive PostgreSQL events via LISTEN and NOTIFY commands"
 metadata:
-  unlisted: true
   guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/pgevent.html"
   categories:
   - "integration"
   status:
-  - "preview"
+  - "stable"
diff --git a/integration-tests/pgevent/pom.xml b/integration-tests/pgevent/pom.xml
index e6565dc..7b323d2 100644
--- a/integration-tests/pgevent/pom.xml
+++ b/integration-tests/pgevent/pom.xml
@@ -92,6 +92,8 @@
                 </exclusion>
             </exclusions>
         </dependency>
+
+        <!-- The following dependencies guarantee that this module is built after them. You can update them by running `mvn process-resources -Pformat -N` from the source tree root directory -->
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-bean-deployment</artifactId>