davsclaus opened a new pull request, #24661:
URL: https://github.com/apache/camel/pull/24661

   ## Summary
   
   _Claude Code on behalf of davsclaus_
   
   - Fix the `tls` option's `@UriParam(defaultValue)` from `"true"` to 
`"false"` to match the actual Java field default
   - Add `security = "insecure:ssl"` and `insecureValue = "false"` annotations 
to flag TLS-disabled as an insecure configuration
   - Simplify TLS handling in `PineconeVectorDbEndpoint.createClient()` to 
always pass the configured value to the Pinecone SDK builder
   - Add upgrade guide entry documenting the corrected default
   
   No behavioral change — the runtime default was already `false`.
   
   ## Test plan
   
   - [x] `mvn test` passes in `components/camel-ai/camel-pinecone` (2/2 tests)
   - [x] Generated catalog (`pinecone.json`) shows `"defaultValue": false` with 
`"security": "insecure:ssl"`
   - [x] Catalog, endpoint-dsl, and component-dsl regenerated
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   
   Co-Authored-By: Claude Opus 4.6 <[email protected]>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to