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/30 09:20:02 UTC

[camel] branch regen_bot updated (1bfe2a7 -> 0cc6023)

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 1bfe2a7  Using custom Content-Type headers with RestDSL (#6004)
     add 8116a34  CAMEL-16897: camel-google-sheets - The stream component is not API based. Also fixed spreadsheetId should be required and moved from query to path.
     add 0cc6023  Regen for commit 8116a34031a6bd84e3589804d24470ce6d4cf906

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/google-sheets-stream.json   |    8 +-
 .../GoogleSheetsStreamComponentConfigurer.java     |    6 -
 .../GoogleSheetsStreamEndpointConfigurer.java      |    6 -
 .../GoogleSheetsStreamEndpointUriFactory.java      |    7 +-
 .../google/sheets/stream/google-sheets-stream.json |    8 +-
 .../main/docs/google-sheets-stream-component.adoc  |   16 +-
 .../sheets/stream/GoogleSheetsStreamComponent.java |    1 +
 .../stream/GoogleSheetsStreamConfiguration.java    |   18 +-
 .../sheets/stream/GoogleSheetsStreamEndpoint.java  |    4 +-
 .../SheetsStreamConsumerIntegrationTest.java       |    2 +-
 .../sql/stored/template/generated/SSPTParser.java  |  833 +++++++------
 .../template/generated/SSPTParserConstants.java    |  110 +-
 .../template/generated/SSPTParserTokenManager.java | 1222 ++++++++++----------
 .../component/ComponentsBuilderFactory.java        |    2 +-
 .../GoogleSheetsStreamComponentBuilderFactory.java |   19 +-
 .../src/generated/resources/metadata.json          |    4 +-
 .../builder/endpoint/StaticEndpointBuilders.java   |   22 +-
 .../GoogleSheetsStreamEndpointBuilderFactory.java  |   38 +-
 .../ROOT/pages/google-sheets-stream-component.adoc |   16 +-
 .../ROOT/pages/camel-3x-upgrade-guide-3_12.adoc    |    7 +
 20 files changed, 1135 insertions(+), 1214 deletions(-)