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

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


The following commit(s) were added to refs/heads/main by this push:
     new e71b14e0 Fix #917
e71b14e0 is described below

commit e71b14e061ae1ef7977ecdcfbbbbc27e8192503b
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Fri Sep 29 11:17:08 2023 -0400

    Fix #917
---
 karavan-core/src/core/model/CamelMetadata.ts | 3 ++-
 karavan-generator/pom.xml                    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/karavan-core/src/core/model/CamelMetadata.ts 
b/karavan-core/src/core/model/CamelMetadata.ts
index 66802f11..30db399b 100644
--- a/karavan-core/src/core/model/CamelMetadata.ts
+++ b/karavan-core/src/core/model/CamelMetadata.ts
@@ -1408,7 +1408,7 @@ export const CamelModelMetadata: ElementMeta[] = [
         new PropertyMeta('description', 'Description', "Sets the description 
of this node", 'string', '', '', false, false, false, false, '', ''),
         new PropertyMeta('steps', 'steps', "steps", 'CamelElement', '', '', 
false, false, true, true, '', ''),
     ]),
-    new ElementMeta('beans', 'BeansDefinition', 'Beans', "A groupping POJO 
(and related XML root element) that's historically associated with entire 
application (or its distinguished fragment). This class is not meant to be used 
with Camel Java DSL, but it's needed to generate XML Schema and MX parser 
methods.", 'configuration', [
+    new ElementMeta('beans', 'BeansDefinition', 'Beans', "A grouping POJO (and 
related XML root element) that's historically associated with entire 
application (or its distinguished fragment). This class is not meant to be used 
with Camel Java DSL, but it's needed to generate XML Schema and MX parser 
methods.", 'configuration', [
         new PropertyMeta('bean', 'Bean', "bean", 'RegistryBeanDefinition', '', 
'', false, false, true, true, '', ''),
         new PropertyMeta('restConfiguration', 'Rest Configuration', 
"restConfiguration", 'RestConfigurationDefinition', '', '', false, false, true, 
true, '', ''),
         new PropertyMeta('rest', 'Rest', "rest", 'RestDefinition', '', '', 
false, false, true, true, '', ''),
@@ -2231,6 +2231,7 @@ export const SensitiveKeys: string[] = [
     "secretkey",
     "webhookverifytoken",
     "privatekeypassword",
+    "secret",
     "login",
     "sourceblobaccesskey",
     "apipassword",
diff --git a/karavan-generator/pom.xml b/karavan-generator/pom.xml
index 328c0bc7..831fd9db 100644
--- a/karavan-generator/pom.xml
+++ b/karavan-generator/pom.xml
@@ -29,7 +29,7 @@
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
         <version.camel-core>4.0.1</version.camel-core>
-        <version.camel-kamelet>4.0.0</version.camel-kamelet>
+        <version.camel-kamelet>4.0.1</version.camel-kamelet>
         <camel.k.extension.version>6.7.2</camel.k.extension.version>
         <version.vertx>4.4.3</version.vertx>
     </properties>

Reply via email to