You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/08/16 21:26:58 UTC

[camel] branch regen_bot updated (001dc5e -> 71a49f6)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 001dc5e  CAMEL-16847: upgrade fabric8's  Kubernetes client to the latest version (#5956)
     add dff5afb  CAMEL-15864: camel-graphql - Supply variables in header or body.
     add ff30215  CAMEL-16122: camel-graphql - Supply query via body or header.
     add 71a49f6  Regen for commit ff3021530e337e2311a29eec27dddb3f98f37b7f

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/graphql.json   |  2 +
 .../camel/catalog/docs/graphql-component.adoc      | 37 +++++++++++++-
 .../graphql/GraphqlEndpointConfigurer.java         | 12 +++++
 .../graphql/GraphqlEndpointUriFactory.java         | 12 +++--
 .../apache/camel/component/graphql/graphql.json    |  2 +
 .../src/main/docs/graphql-component.adoc           | 37 +++++++++++++-
 .../camel/component/graphql/GraphqlEndpoint.java   | 33 +++++++++++++
 .../camel/component/graphql/GraphqlProducer.java   | 29 ++++++++++-
 .../component/graphql/GraphqlComponentTest.java    | 56 ++++++++++++++++++++++
 .../dsl/GraphqlEndpointBuilderFactory.java         | 29 +++++++++++
 .../modules/ROOT/pages/graphql-component.adoc      | 37 +++++++++++++-
 11 files changed, 273 insertions(+), 13 deletions(-)