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
omit f409946de35 Regen for commit 9e71b2096b87742b68ff15c0196b267a6b66e7f4
add 2c6b3acfc0f [CAMEL-5963] camel-smpp: add Transceiver (TRX) support
(#8955)
add d0d70750cf4 Regen
add a11d8a46d7b Regen for commit d0d70750cf410ef1b32bf1218dbf525b3f906460
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f409946de35)
\
N -- N -- N refs/heads/regen_bot (a11d8a46d7b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/components/smpp.json | 2 +
.../org/apache/camel/catalog/components/smpps.json | 2 +
components/camel-smpp/pom.xml | 6 +
.../component/smpp/SmppComponentConfigurer.java | 6 +
.../component/smpp/SmppEndpointConfigurer.java | 6 +
.../component/smpp/SmppEndpointUriFactory.java | 3 +-
.../org/apache/camel/component/smpp/smpp.json | 2 +
.../org/apache/camel/component/smpp/smpps.json | 2 +
.../camel-smpp/src/main/docs/smpp-component.adoc | 20 ++-
.../smpp/MessageReceiverListenerImpl.java | 19 ++-
.../camel/component/smpp/SmppConfiguration.java | 18 +++
.../apache/camel/component/smpp/SmppProducer.java | 14 +-
.../component/smpp/SmppConfigurationTest.java | 6 +
.../smpp/integration/SmppTRXProducerIT.java | 148 +++++++++++++++++++++
.../component/dsl/SmppComponentBuilderFactory.java | 21 +++
.../dsl/SmppsComponentBuilderFactory.java | 21 +++
16 files changed, 290 insertions(+), 6 deletions(-)
create mode 100644
components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/SmppTRXProducerIT.java