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.
from def04ab CAMEL-17031 - Performances/Profiling: Avoid boolean
allocation in EventHelper (#6194)
add 8e1225c CAMEL-17022:add disconnect on timeout (#6195)
add 9f7064d Regen for commit 8e1225caf08a4c38beaf519c6ce4f20e3067659a
No new revisions were added by this update.
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