This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from b99464d79ef CAMEL-22368: camel-catalog - Add support for validating JQ
language
new 1f918dd83cf CAMEL-22370: camel-graphql - Allow to use custom HttpClient
new e17a37f5ab8 Regen
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/camel/catalog/components/graphql.json | 12 ++++----
.../graphql/GraphqlComponentConfigurer.java | 6 ++++
.../graphql/GraphqlEndpointConfigurer.java | 6 ++++
.../graphql/GraphqlEndpointUriFactory.java | 3 +-
.../apache/camel/component/graphql/graphql.json | 12 ++++----
.../camel/component/graphql/GraphqlComponent.java | 19 +++++++++++-
.../camel/component/graphql/GraphqlEndpoint.java | 31 ++++++++------------
.../camel/component/graphql/GraphqlProducer.java | 24 ++++++++++++++-
.../model/dataformat/GroovyXmlDataFormat.java | 12 ++++----
.../dsl/GraphqlComponentBuilderFactory.java | 19 ++++++++++++
.../dsl/GraphqlEndpointBuilderFactory.java | 34 ++++++++++++++++++++++
11 files changed, 140 insertions(+), 38 deletions(-)