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

davsclaus pushed a change to branch fix/CAMEL-24748-jt400-syntax
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 82bbe4c714d9 CAMEL-24748: camel-jt400 - the endpoint syntax is 
userID:password@systemName/objectPath as the component parses it; type is 
derived from the object suffix, not a path option of its own; the catalog 
parses the documented URIs without a special case
     add 6dabdee386c0 CAMEL-24748: the rest of the metadata mismatches - xmpp 
port is optional (and the component no longer hands -1 to Smack), huggingface 
has a CUSTOM task, salesforce approval is an option and the catalog accepts 
nested properties of bean options, netty and netty-http declare 
bootstrapConfiguration (the generator keeps a @UriParam with an explicit 
javaType as one option); only olingo2/olingo4 stay skipped in 
CatalogDocExamplesTest

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/huggingface.json      |   2 +-
 .../camel/catalog/components/netty-http.json       | 151 +++++++++++----------
 .../org/apache/camel/catalog/components/netty.json | 125 ++++++++---------
 .../camel/catalog/components/salesforce.json       |  96 ++++++-------
 .../org/apache/camel/catalog/components/xmpp.json  |   2 +-
 .../org/apache/camel/catalog/CamelCatalogTest.java |  44 +++++-
 .../camel/component/huggingface/huggingface.json   |   2 +-
 .../huggingface/HuggingFaceComponent.java          |   1 +
 .../huggingface/HuggingFaceConfiguration.java      |   4 +-
 .../huggingface/tasks/HuggingFaceTask.java         |   7 +-
 .../huggingface/tasks/TaskPredictorFactory.java    |   3 +-
 .../netty/http/NettyHttpEndpointUriFactory.java    |   3 +-
 .../camel/component/netty/http/netty-http.json     | 151 +++++++++++----------
 .../component/netty/http/NettyHttpEndpoint.java    |   1 +
 .../component/netty/NettyEndpointConfigurer.java   |   6 +
 .../component/netty/NettyEndpointUriFactory.java   |   3 +-
 .../org/apache/camel/component/netty/netty.json    | 125 ++++++++---------
 .../camel/component/netty/NettyEndpoint.java       |  16 +++
 .../salesforce/SalesforceComponentConfigurer.java  |   3 +
 .../salesforce/SalesforceEndpointConfigurer.java   |   3 +
 .../salesforce/SalesforceEndpointUriFactory.java   |   3 +-
 .../camel/component/salesforce/salesforce.json     |  96 ++++++-------
 .../salesforce/SalesforceEndpointConfig.java       |   5 +
 .../api/dto/approval/ApprovalRequest.java          |  17 ---
 .../component/xmpp/XmppEndpointUriFactory.java     |   2 +-
 .../org/apache/camel/component/xmpp/xmpp.json      |   2 +-
 .../apache/camel/component/xmpp/XmppComponent.java |   4 +-
 .../apache/camel/component/xmpp/XmppEndpoint.java  |   3 +-
 .../camel/catalog/impl/AbstractCamelCatalog.java   |   7 +-
 .../dsl/SalesforceComponentBuilderFactory.java     |  21 +++
 .../builder/endpoint/StaticEndpointBuilders.java   |  20 +--
 .../dsl/HuggingFaceEndpointBuilderFactory.java     |  14 +-
 .../endpoint/dsl/NettyEndpointBuilderFactory.java  |  40 ++++++
 .../dsl/NettyHttpEndpointBuilderFactory.java       |  40 ++++++
 .../dsl/SalesforceEndpointBuilderFactory.java      |  38 ++++++
 .../endpoint/dsl/XmppEndpointBuilderFactory.java   |   6 +-
 .../core/commands/ai/CatalogDocExamplesTest.java   |  20 ++-
 .../packaging/EndpointSchemaGeneratorMojo.java     |   5 +-
 38 files changed, 655 insertions(+), 436 deletions(-)

Reply via email to