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

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 88fc8b64942847d6344f2ad901b5a9bcba9fe8d6
Author: aldettinger <[email protected]>
AuthorDate: Wed Jan 4 17:02:08 2023 +0100

    hbase: deprecate the hbase extension #3763
---
 extensions-jvm/hbase/runtime/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extensions-jvm/hbase/runtime/pom.xml 
b/extensions-jvm/hbase/runtime/pom.xml
index eca6aa26cf..18ed604ee1 100644
--- a/extensions-jvm/hbase/runtime/pom.xml
+++ b/extensions-jvm/hbase/runtime/pom.xml
@@ -32,6 +32,7 @@
 
     <properties>
         <camel.quarkus.jvmSince>1.2.0</camel.quarkus.jvmSince>
+        <quarkus.metadata.deprecated>true</quarkus.metadata.deprecated>
     </properties>
 
     <dependencies>

Reply via email to