This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.
discard 6c0b12b Temporarily disable a test affected by CAMEL-15789
discard e2c9496 Include the common infra as required test dependency
discard ff60b14 Point to 3.7.0-SNAPSHOT
discard 8e37fd1 [create-pull-request] automated change
add 4753785 Updated CHANGELOG.md
add 80c22fe Decouple the JMS client from the service to simplify using
the test infra from Camel
add e85aa5c Do initialize the container at the correct callback
new dd171fc [create-pull-request] automated change
new f63eac8 Point to 3.7.0-SNAPSHOT
new 8939e42 Include the common infra as required test dependency
new 260a233 Temporarily disable a test affected by CAMEL-15789
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 (6c0b12b)
\
N -- N -- N refs/heads/camel-master (260a233)
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.
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:
CHANGELOG.md | 10 +++++
.../kafkaconnector/sjms2/clients/JMSClient.java | 45 ++++++++++++++++++++++
.../sjms2/services/ArtemisContainer.java | 6 ---
.../sjms2/services/ContainerLocalService.java | 10 +----
.../sjms2/services/JMSContainer.java | 7 ----
.../kafkaconnector/sjms2/services/JMSService.java | 7 ----
.../services/QpidDispatchRouterContainer.java | 6 ---
.../sjms2/services/RemoteJMSService.java | 12 ------
.../sjms2/sink/CamelSinkJMSITCase.java | 2 +-
.../sjms2/source/CamelSourceJMSITCase.java | 2 +-
.../source/CamelSourceJMSWithAggregation.java | 2 +-
11 files changed, 60 insertions(+), 49 deletions(-)