This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from c862e41 CAMEL-17043 Added rest endpoint parameters to
nestedParameters (#6211)
new 025571c CAMEL-17022:add disconnect on timeout (#6195)
new c8a4efd Regen for commit 8e1225caf08a4c38beaf519c6ce4f20e3067659a
The 2 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:
.../org/apache/camel/catalog/components/mina.json | 8 +-
.../org/apache/camel/component/mina/mina.json | 8 +-
.../camel/component/mina/MinaConfiguration.java | 5 +-
.../apache/camel/component/mina/MinaProducer.java | 12 ++
.../mina/MinaDisconnectOnTimeOutTest.java | 98 ++++++++++++
.../src/test/resources/log4j2.properties | 2 +-
.../component/dsl/MinaComponentBuilderFactory.java | 40 ++---
.../endpoint/dsl/MinaEndpointBuilderFactory.java | 164 +++++++++++++++------
8 files changed, 258 insertions(+), 79 deletions(-)
create mode 100644
components/camel-mina/src/test/java/org/apache/camel/component/mina/MinaDisconnectOnTimeOutTest.java