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 1ee4559 CAMEL-13531: Simple language - Add env as function to lookup
system env variable
new 88e7845 Camel-Soroush: Remove usage of deprecated stuff
new 142e518 Camel-Soroush: Polished
new 13d5602 Camel-Soroush: More polishing
new 4bb7e36 Camel-Soroush: Fixed CS
The 4 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:
.../soroushbot/component/SoroushBotAbstractConsumer.java | 2 --
.../camel/component/soroushbot/component/SoroushBotComponent.java | 1 -
.../soroushbot/component/SoroushBotDownloadFileProducer.java | 1 -
.../camel/component/soroushbot/component/SoroushBotEndpoint.java | 2 --
.../soroushbot/component/SoroushBotMultiThreadConsumer.java | 1 -
.../soroushbot/component/SoroushBotSendMessageProducer.java | 1 -
.../soroushbot/component/SoroushBotSingleThreadConsumer.java | 1 -
.../soroushbot/component/SoroushBotUploadFileProducer.java | 1 -
.../org/apache/camel/component/soroushbot/models/CustomKey.java | 2 --
.../org/apache/camel/component/soroushbot/models/Endpoint.java | 1 -
.../org/apache/camel/component/soroushbot/models/FileType.java | 1 -
.../org/apache/camel/component/soroushbot/models/MinorType.java | 1 -
.../apache/camel/component/soroushbot/models/SoroushMessage.java | 1 -
.../component/soroushbot/models/response/SendMessageResponse.java | 1 -
.../component/soroushbot/models/response/SoroushResponse.java | 1 -
.../component/soroushbot/models/response/UploadFileResponse.java | 1 -
.../apache/camel/component/soroushbot/service/SoroushService.java | 1 -
.../apache/camel/component/soroushbot/utils/BackOffStrategy.java | 1 -
.../camel/component/soroushbot/utils/CongestionException.java | 1 -
.../component/soroushbot/utils/ExponentialBackOffStrategy.java | 1 -
.../camel/component/soroushbot/utils/FixedBackOffStrategy.java | 1 -
.../camel/component/soroushbot/utils/LinearBackOffStrategy.java | 1 -
.../soroushbot/utils/MaximumConnectionRetryReachedException.java | 1 -
.../component/soroushbot/utils/MultiQueueWithTopicThreadPool.java | 1 -
.../apache/camel/component/soroushbot/utils/SoroushException.java | 1 -
.../org/apache/camel/component/soroushbot/utils/StringUtils.java | 1 -
.../test/java/org/apache/camel/component/soroushbot/IOUtils.java | 1 -
.../component/ConsumerAutoReconnectAfterIdleTimeoutTest.java | 8 --------
.../soroushbot/component/ConsumerCamelConcurrentTest.java | 1 -
.../component/ConsumerExceptionHandledWithErrorHandler.java | 1 -
.../camel/component/soroushbot/component/ConsumerMultiThread.java | 1 -
.../soroushbot/component/ConsumerNativeConcurrentTest.java | 1 -
.../soroushbot/component/ConsumerQueueCapacityPerThread.java | 1 -
.../soroushbot/component/ConsumerRetryOnConnectionFailure.java | 1 -
.../apache/camel/component/soroushbot/component/ConsumerTest.java | 1 -
.../component/ExponentialBackOffProducerConnectionRetryTest.java | 6 ++----
.../component/FixedBackOffProducerConnectionRetryTest.java | 4 ++--
.../soroushbot/component/HandleExceptionWithErrorHandler.java | 1 -
.../component/LinearBackOffProducerConnectionRetryTest.java | 4 ++--
.../component/MaxRetryWaitingTimeProducerConnectionRetryTest.java | 6 ++----
.../component/soroushbot/component/ProducerAutoUploadFile.java | 3 +--
.../soroushbot/component/ProducerAutoUploadFileIsFalse.java | 3 +--
.../soroushbot/component/ProducerConnectionRetryTest.java | 4 ++--
.../component/soroushbot/component/ProducerDownloadFile.java | 3 +--
.../component/ProducerDownloadFileWithoutThumbnail.java | 3 +--
.../component/ProducerMaxConnectionRetryReachedTest.java | 4 ++--
.../apache/camel/component/soroushbot/component/ProducerTest.java | 4 ++--
.../camel/component/soroushbot/component/ProducerUploadFile.java | 3 +--
.../camel/component/soroushbot/service/SoroushServiceTest.java | 1 -
.../camel/component/soroushbot/support/SoroushBotApplication.java | 2 --
.../apache/camel/component/soroushbot/support/SoroushBotWS.java | 1 -
.../camel/component/soroushbot/support/SoroushMockServer.java | 2 --
.../soroushbot/utils/MultiQueueWithTopicThreadPoolTest.java | 2 --
53 files changed, 19 insertions(+), 82 deletions(-)