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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from ee00206  Restore ability to run Spring Boot itests with 
unitTestEnabled=true
     new 0f3d8e6  Fixed secret in apt compiler plugin and allow to set it via 
@UriPath as well
     new b7810a9  CAMEL-13845: camel-telegram - Do not show authorizationToken 
in uri. CAMEL-13847: camel-webhook - Should be lenient properties and fixed 
creating delegate uri with right set of parameters.
     new b60bc82  Upgrade migration guide

The 3 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:
 MIGRATION.md                                       | 11 ++++++
 .../src/main/docs/telegram-component.adoc          |  8 ++--
 .../component/telegram/TelegramComponent.java      | 21 ++++++++---
 .../component/telegram/TelegramConfiguration.java  | 32 +---------------
 .../camel/component/telegram/TelegramEndpoint.java |  2 +-
 .../component/telegram/TelegramChatBotTest.java    |  4 +-
 .../telegram/TelegramComponentParametersTest.java  |  4 +-
 .../telegram/TelegramConfigurationTest.java        |  3 +-
 .../telegram/TelegramConsumerChannelPostTest.java  |  2 +-
 .../TelegramConsumerEmptyResponseTest.java         |  2 +-
 .../TelegramConsumerFallbackConversionTest.java    |  2 +-
 .../telegram/TelegramConsumerMappingTest.java      |  2 +-
 .../TelegramConsumerMediaDocumentTest.java         |  2 +-
 .../telegram/TelegramConsumerMediaPhotoTest.java   |  2 +-
 .../telegram/TelegramConsumerMediaVideoTest.java   |  2 +-
 .../telegram/TelegramConsumerMultipleTest.java     |  2 +-
 .../telegram/TelegramConsumerServiceErrorTest.java |  2 +-
 .../telegram/TelegramConsumerSingleTest.java       |  2 +-
 .../TelegramProducerChatIdResolutionTest.java      |  2 +-
 .../telegram/TelegramProducerLocationTest.java     |  2 +-
 .../telegram/TelegramProducerMediaTest.java        |  2 +-
 .../telegram/TelegramWebhookCallTest.java          |  2 +-
 .../telegram/TelegramWebhookRegistrationTest.java  |  4 +-
 .../camel/component/webhook/WebhookComponent.java  |  5 ++-
 .../camel/component/webhook/WebhookEndpoint.java   |  5 +++
 .../dsl/TelegramEndpointBuilderFactory.java        | 44 ++++++++++++++++++++--
 .../java/org/apache/camel/util/URISupport.java     |  2 +-
 .../java/org/apache/camel/util/URISupportTest.java | 12 ++++--
 examples/camel-example-telegram/README.adoc        |  4 +-
 examples/camel-example-telegram/pom.xml            |  6 ++-
 .../apache/camel/example/telegram/Application.java |  3 +-
 .../example/telegram/TelegramRouteBuilder.java     |  4 +-
 .../tools/apt/EndpointAnnotationProcessor.java     |  4 +-
 .../main/java/org/apache/camel/spi/UriPath.java    |  5 +++
 34 files changed, 130 insertions(+), 81 deletions(-)

Reply via email to