This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 9f1a5ffaf5 Add a limitation doc about pooling support for camel-quarkus-amqp (#4809) new 1d4be4b6b0 Snmp: Extend test coverage #4797 new 0abb742b53 Regen poms 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: integration-tests-jvm/snmp/pom.xml | 5 + .../quarkus/component/snmp/it/SnmpResource.java | 120 ++++++++++++++++-- .../camel/quarkus/component/snmp/it/SnmpRoute.java | 45 ++++--- .../camel/quarkus/component/snmp/it/SnmpTest.java | 67 +++++++++- .../component/snmp/it/SnmpTestResource.java | 135 +++++++++++++++++++++ poms/bom/pom.xml | 6 + poms/bom/src/main/generated/flattened-full-pom.xml | 6 + .../src/main/generated/flattened-reduced-pom.xml | 6 + .../generated/flattened-reduced-verbose-pom.xml | 6 + 9 files changed, 361 insertions(+), 35 deletions(-) copy integration-test-groups/aws2/aws2-kinesis/src/main/java/org/apache/camel/quarkus/component/aws2/kinesis/it/Aws2KinesisRoutes.java => integration-tests-jvm/snmp/src/main/java/org/apache/camel/quarkus/component/snmp/it/SnmpRoute.java (50%) create mode 100644 integration-tests-jvm/snmp/src/test/java/org/apache/camel/quarkus/component/snmp/it/SnmpTestResource.java