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 b753eec CAMEL-13490: Consider API key in query paramete... new 0f9990b Added endpoints for create, remove and connect to network. Unit Tests new 4275ed4 Changed NetworkID Header Name new 3fb9404 Renaming variable and consolidating - We can use ID or Name for networks so can put under one header new d7b35fa Fixed CS for Camel-Docker 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: .../camel/component/docker/DockerConstants.java | 7 ++ .../camel/component/docker/DockerOperation.java | 9 ++- .../component/docker/producer/DockerProducer.java | 78 ++++++++++++++++++++++ ...est.java => ConnectToNetworkCmdHeaderTest.java} | 24 ++++--- ...erTest.java => CreateNetworkCmdHeaderTest.java} | 22 +++--- ...erTest.java => RemoveNetworkCmdHeaderTest.java} | 21 +++--- 6 files changed, 128 insertions(+), 33 deletions(-) copy components/camel-docker/src/test/java/org/apache/camel/component/docker/headers/{StartContainerCmdHeaderTest.java => ConnectToNetworkCmdHeaderTest.java} (62%) copy components/camel-docker/src/test/java/org/apache/camel/component/docker/headers/{StartContainerCmdHeaderTest.java => CreateNetworkCmdHeaderTest.java} (68%) copy components/camel-docker/src/test/java/org/apache/camel/component/docker/headers/{StartContainerCmdHeaderTest.java => RemoveNetworkCmdHeaderTest.java} (70%)