This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 5428dfed1ab [create-pull-request] automated change (#1849)
5428dfed1ab is described below
commit 5428dfed1ab2abf814e9c1986ddff8652cef7e60
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 14 08:10:38 2026 +0200
[create-pull-request] automated change (#1849)
Co-authored-by: oscerd <[email protected]>
---
.../camel/springboot/catalog/components/pinecone.json | 4 ++--
.../camel/springboot/catalog/dev-consoles.properties | 1 +
.../springboot/catalog/dev-consoles/eval-language.json | 14 ++++++++++++++
.../camel/springboot/catalog/dev-consoles/heap-dump.json | 15 +++++++++++++++
.../camel-pinecone-starter/src/main/docs/pinecone.json | 2 +-
.../PineconeVectorDbComponentConfiguration.java | 2 +-
.../spring-boot/modules/ROOT/pages/starters/pinecone.adoc | 2 +-
7 files changed, 35 insertions(+), 5 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pinecone.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pinecone.json
index 18511a4cc33..d258cd301e8 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pinecone.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pinecone.json
@@ -36,7 +36,7 @@
"proxyHost": { "index": 9, "kind": "property", "displayName": "Proxy
Host", "group": "producer", "label": "producer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.pinecone.PineconeVectorDbConfiguration",
"configurationField": "configuration", "description": "Set the proxy host" },
"proxyPort": { "index": 10, "kind": "property", "displayName": "Proxy
Port", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.pinecone.PineconeVectorDbConfiguration",
"configurationField": "configuration", "description": "Set the proxy port" },
"autowiredEnabled": { "index": 11, "kind": "property", "displayName":
"Autowired Enabled", "group": "advanced", "label": "advanced", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": true, "description":
"Whether autowiring is enabled. This is used for automatic autowiring options
(the option must be marked as autowired) by looking up in the registry to find
if there is a single instance of matching [...]
- "tls": { "index": 12, "kind": "property", "displayName": "Tls", "group":
"security", "label": "security", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.pinecone.PineconeVectorDbConfiguration",
"configurationField": "configuration", "description": "Whether the client uses
Transport Layer Security (TLS) to secure communications" },
+ "tls": { "index": 12, "kind": "property", "displayName": "Tls", "group":
"security", "label": "security", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "security": "insecure:ssl", "insecureValue": "false", "defaultValue":
false, "configurationClass":
"org.apache.camel.component.pinecone.PineconeVectorDbConfiguration",
"configurationField": "configuration", "description": "Whether the client uses
Transport Layer [...]
"token": { "index": 13, "kind": "property", "displayName": "Token",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": true, "security": "secret", "configurationClass":
"org.apache.camel.component.pinecone.PineconeVectorDbConfiguration",
"configurationField": "configuration", "description": "Sets the API key to use
for authentication" }
},
"headers": {
@@ -70,7 +70,7 @@
"proxyHost": { "index": 8, "kind": "parameter", "displayName": "Proxy
Host", "group": "producer", "label": "producer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.pinecone.PineconeVectorDbConfiguration",
"configurationField": "configuration", "description": "Set the proxy host" },
"proxyPort": { "index": 9, "kind": "parameter", "displayName": "Proxy
Port", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.pinecone.PineconeVectorDbConfiguration",
"configurationField": "configuration", "description": "Set the proxy port" },
"lazyStartProducer": { "index": 10, "kind": "parameter", "displayName":
"Lazy Start Producer", "group": "producer (advanced)", "label":
"producer,advanced", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a produ [...]
- "tls": { "index": 11, "kind": "parameter", "displayName": "Tls", "group":
"security", "label": "security", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.pinecone.PineconeVectorDbConfiguration",
"configurationField": "configuration", "description": "Whether the client uses
Transport Layer Security (TLS) to secure communications" },
+ "tls": { "index": 11, "kind": "parameter", "displayName": "Tls", "group":
"security", "label": "security", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "security": "insecure:ssl", "insecureValue": "false", "defaultValue":
false, "configurationClass":
"org.apache.camel.component.pinecone.PineconeVectorDbConfiguration",
"configurationField": "configuration", "description": "Whether the client uses
Transport Layer [...]
"token": { "index": 12, "kind": "parameter", "displayName": "Token",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": true, "security": "secret", "configurationClass":
"org.apache.camel.component.pinecone.PineconeVectorDbConfiguration",
"configurationField": "configuration", "description": "Sets the API key to use
for authentication" }
}
}
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
index 04c58c0d5c6..25a5d9536a6 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
@@ -19,6 +19,7 @@ gcp-secrets
groovy
hashicorp-secrets
health
+heap-dump
heap-histogram
inflight
internal-tasks
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/eval-language.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/eval-language.json
index 22d9f7d4174..8a05c098c36 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/eval-language.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/eval-language.json
@@ -83,6 +83,20 @@
"autowired": false,
"secret": false,
"description": "Template to use for executing simple language function"
+ },
+ "variables": {
+ "index": 5,
+ "kind": "option",
+ "displayName": "Variables",
+ "group": "query",
+ "label": "query",
+ "required": false,
+ "type": "string",
+ "javaType": "java.lang.String",
+ "deprecated": false,
+ "autowired": false,
+ "secret": false,
+ "description": "Optional exchange variables"
}
}
}
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/heap-dump.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/heap-dump.json
new file mode 100644
index 00000000000..c8d2bccdd4e
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/heap-dump.json
@@ -0,0 +1,15 @@
+{
+ "console": {
+ "kind": "console",
+ "group": "camel",
+ "name": "heap-dump",
+ "title": "Heap Dump",
+ "description": "Write a heap dump (.hprof) file for deep memory analysis",
+ "deprecated": false,
+ "javaType": "org.apache.camel.impl.console.HeapDumpDevConsole",
+ "groupId": "org.apache.camel.springboot",
+ "artifactId": "camel-console-starter",
+ "version": "4.22.0-SNAPSHOT"
+ }
+}
+
diff --git
a/components-starter/camel-pinecone-starter/src/main/docs/pinecone.json
b/components-starter/camel-pinecone-starter/src/main/docs/pinecone.json
index 970305c90f2..81b3a221edb 100644
--- a/components-starter/camel-pinecone-starter/src/main/docs/pinecone.json
+++ b/components-starter/camel-pinecone-starter/src/main/docs/pinecone.json
@@ -104,7 +104,7 @@
"type": "java.lang.Boolean",
"description": "Whether the client uses Transport Layer Security (TLS)
to secure communications",
"sourceType":
"org.apache.camel.component.pinecone.springboot.PineconeVectorDbComponentConfiguration",
- "defaultValue": true
+ "defaultValue": false
},
{
"name": "camel.component.pinecone.token",
diff --git
a/components-starter/camel-pinecone-starter/src/main/java/org/apache/camel/component/pinecone/springboot/PineconeVectorDbComponentConfiguration.java
b/components-starter/camel-pinecone-starter/src/main/java/org/apache/camel/component/pinecone/springboot/PineconeVectorDbComponentConfiguration.java
index 5d9790ff390..07f04fcbf3e 100644
---
a/components-starter/camel-pinecone-starter/src/main/java/org/apache/camel/component/pinecone/springboot/PineconeVectorDbComponentConfiguration.java
+++
b/components-starter/camel-pinecone-starter/src/main/java/org/apache/camel/component/pinecone/springboot/PineconeVectorDbComponentConfiguration.java
@@ -102,7 +102,7 @@ public class PineconeVectorDbComponentConfiguration
* Whether the client uses Transport Layer Security (TLS) to secure
* communications
*/
- private Boolean tls = true;
+ private Boolean tls = false;
/**
* Sets the API key to use for authentication
*/
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/pinecone.adoc
b/docs/spring-boot/modules/ROOT/pages/starters/pinecone.adoc
index bde89989151..65357fe4d91 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/pinecone.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/pinecone.adoc
@@ -41,6 +41,6 @@ The starter supports 15 options, which are listed below.
| camel.component.pinecone.lazy-start-producer | Whether the producer should
be started lazy (on the first message). By starting lazy you can use this to
allow CamelContext and routes to startup in situations where a producer may
otherwise fail during starting and cause the route to fail being started. By
deferring this startup to be lazy then the startup failure can be handled
during routing messages via Camel's routing error handlers. Beware that when
the first message is processed the [...]
| camel.component.pinecone.proxy-host | Set the proxy host | | String
| camel.component.pinecone.proxy-port | Set the proxy port | | Integer
-| camel.component.pinecone.tls | Whether the client uses Transport Layer
Security (TLS) to secure communications | true | Boolean
+| camel.component.pinecone.tls | Whether the client uses Transport Layer
Security (TLS) to secure communications | false | Boolean
| camel.component.pinecone.token | Sets the API key to use for authentication
| | String
|===