This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch facebook-20294-3
in repository https://gitbox.apache.org/repos/asf/camel.git
discard d7040fe1466 CAMEL-20294: remove camel-facebook
omit bfd9f1ff152 CAMEL-20294: remove camel-facebook
add b301fa6e557 CAMEL-20297 camel-etcd3: do not swallow interrupted
exceptions
add 5a035215d0e CAMEL-20297 camel-stream: do not swallow interrupted
exceptions
add b38f1526d8f CAMEL-20297 camel-undertow: do not swallow interrupted
exceptions
add 6c020ccb5e1 CAMEL-20297 camel-zookeeper: do not swallow interrupted
exceptions
add 4deff3f6a22 CAMEL-20294: remove camel-facebook (#12856)
new 8e57fd86841 CAMEL-20294: remove camel-facebook
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 (d7040fe1466)
\
N -- N -- N refs/heads/facebook-20294-3 (8e57fd86841)
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 1 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:
.../etcd3/processor/aggregate/Etcd3AggregationRepository.java | 9 ++++++++-
.../org/apache/camel/component/stream/FileWatcherStrategy.java | 1 +
.../java/org/apache/camel/component/stream/StreamConsumer.java | 2 +-
.../apache/camel/component/undertow/UndertowClientCallback.java | 1 +
.../component/zookeepermaster/group/internal/ZooKeeperGroup.java | 1 +
.../org/apache/camel/component/zookeeper/ConnectionHolder.java | 2 ++
.../org/apache/camel/component/zookeeper/ZooKeeperConsumer.java | 7 +++++++
.../camel/component/zookeeper/operations/AnyOfOperations.java | 2 ++
.../camel/component/zookeeper/operations/CreateOperation.java | 3 +++
.../camel/component/zookeeper/operations/DeleteOperation.java | 3 +++
.../zookeeper/operations/ExistenceChangedOperation.java | 3 +++
.../camel/component/zookeeper/operations/ExistsOperation.java | 3 +++
.../component/zookeeper/operations/GetChildrenOperation.java | 3 +++
.../camel/component/zookeeper/operations/GetDataOperation.java | 3 +++
.../camel/component/zookeeper/operations/SetDataOperation.java | 3 +++
15 files changed, 44 insertions(+), 2 deletions(-)