This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from e94cd11 Regen new a16fedc Test to cover custom keyboard new de7502d Updated client to be more dynamic (JSON instead of FORM) new 2d2d824 New/updated models to comply with JSON/API requirements new 99d5cd1 In order to disable custom keyboard if it's activated new 8a5ffc6 OutgoingTextMessage builder and a test considering producer situation new 3724128 License header and updated documentation The 6 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: .../src/main/docs/telegram-component.adoc | 57 ++++++++ .../telegram/model/InlineKeyboardButton.java | 63 +++++---- .../component/telegram/model/OutgoingMessage.java | 1 + .../telegram/model/OutgoingTextMessage.java | 65 ++++++++- .../telegram/model/ReplyKeyboardMarkup.java | 149 +++++++++++++++++++++ .../component/telegram/service/RestBotAPI.java | 13 +- .../service/TelegramServiceRestBotAPIAdapter.java | 20 ++- .../telegram/TelegramProducerMediaTest.java | 28 +++- .../telegram/integration/TelegramServiceTest.java | 57 ++++++++ .../telegram/util/TelegramTestSupport.java | 37 ++++- 10 files changed, 445 insertions(+), 45 deletions(-) copy tooling/maven/bom-generator-maven-plugin/src/main/java/org/apache/camel/maven/bom/generator/DependencySet.java => components/camel-telegram/src/main/java/org/apache/camel/component/telegram/model/InlineKeyboardButton.java (52%) create mode 100644 components/camel-telegram/src/main/java/org/apache/camel/component/telegram/model/ReplyKeyboardMarkup.java -- To stop receiving notification emails like this one, please contact acosent...@apache.org.