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 2020/09/19 20:47:58 UTC

[camel] branch regen_bot updated (a9fe500 -> e435189)

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 a9fe500  CAMEL-15478: Fix api component archetype
     add 08d239b  Fix component archetype
     add a3444e0  CAMEL-15478: Generate api json sorted A..Z so its the same always
     add e435189  CAMEL-15478: Generate api json sorted A..Z so its the same always

No new revisions were added by this update.

Summary of changes:
 .../__artifactId__-component/pom.xml               |   2 +-
 .../projects/build-it/archetype.properties         |   4 +-
 .../src/main/resources/archetype-resources/pom.xml |   2 +-
 .../docs/google-calendar-stream-component.adoc     | 326 +++++++++----------
 .../catalog/docs/google-mail-stream-component.adoc | 352 ++++++++++-----------
 .../docs/google-sheets-stream-component.adoc       | 120 +++----
 .../camel/catalog/docs/zendesk-component.adoc      | 112 +++----
 .../org/apache/camel/component/box/box.json        |  24 +-
 .../camel/component/braintree/braintree.json       |  44 +--
 .../org/apache/camel/component/fhir/fhir.json      |  36 +--
 .../component/google/calendar/google-calendar.json |  20 +-
 .../calendar/stream/google-calendar-stream.json    |  20 +-
 .../docs/google-calendar-stream-component.adoc     | 326 +++++++++----------
 .../camel/component/google/drive/google-drive.json |  28 +-
 .../camel/component/google/mail/google-mail.json   |  20 +-
 .../google/mail/stream/google-mail-stream.json     |  20 +-
 .../main/docs/google-mail-stream-component.adoc    | 352 ++++++++++-----------
 .../component/google/sheets/google-sheets.json     |   8 +-
 .../google/sheets/stream/google-sheets-stream.json |   8 +-
 .../main/docs/google-sheets-stream-component.adoc  | 120 +++----
 .../org/apache/camel/component/twilio/twilio.json  | 184 +++++------
 .../src/main/docs/zendesk-component.adoc           | 112 +++----
 .../pages/google-calendar-stream-component.adoc    | 326 +++++++++----------
 .../ROOT/pages/google-mail-stream-component.adoc   | 352 ++++++++++-----------
 .../ROOT/pages/google-sheets-stream-component.adoc | 120 +++----
 .../modules/ROOT/pages/zendesk-component.adoc      | 112 +++----
 .../org/apache/camel/tooling/model/ApiModel.java   |   7 +-
 .../model/{OtherModel.java => Comparators.java}    |  14 +-
 .../apache/camel/tooling/model/ComponentModel.java |   7 +-
 .../org/apache/camel/tooling/model/JsonMapper.java |   4 +-
 .../src/test/resources/twilio.json                 | 212 ++++++-------
 .../packaging/EndpointSchemaGeneratorMojo.java     |   2 +-
 .../camel/maven/packaging/UpdateReadmeMojo.java    |  10 -
 33 files changed, 1703 insertions(+), 1703 deletions(-)
 copy tooling/camel-tooling-model/src/main/java/org/apache/camel/tooling/model/{OtherModel.java => Comparators.java} (69%)