You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/05/16 20:45:17 UTC

[camel-quarkus] branch 2.13.x updated: SNMP - added known restriction into limitation.adoc

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch 2.13.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/2.13.x by this push:
     new 98bcdb1c4d SNMP - added known restriction into limitation.adoc
98bcdb1c4d is described below

commit 98bcdb1c4ddb2b818a42f4f0ad55a488e60d5af1
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Tue May 16 13:04:50 2023 +0200

    SNMP - added known restriction into limitation.adoc
---
 docs/modules/ROOT/pages/reference/extensions/snmp.adoc    | 5 +++++
 extensions-jvm/snmp/runtime/src/main/doc/limitations.adoc | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/docs/modules/ROOT/pages/reference/extensions/snmp.adoc b/docs/modules/ROOT/pages/reference/extensions/snmp.adoc
index b4ec34c86c..bf50c92c72 100644
--- a/docs/modules/ROOT/pages/reference/extensions/snmp.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/snmp.adoc
@@ -53,3 +53,8 @@ The motivation for this change is twofold:
 
 This change has no impact on configuration of the SNMP component.
 
+[id="extensions-snmp-limitations-snmp-v3"]
+=== SNMP v3
+
+SNMP with version 3 is supported only for the operation `poll`. (Limitation is caused by the issue in Camel 3.18.6 - see the https://issues.apache.org/jira/browse/CAMEL-19298[ticket])
+
diff --git a/extensions-jvm/snmp/runtime/src/main/doc/limitations.adoc b/extensions-jvm/snmp/runtime/src/main/doc/limitations.adoc
index c8fa3ba71b..29f3694ebe 100644
--- a/extensions-jvm/snmp/runtime/src/main/doc/limitations.adoc
+++ b/extensions-jvm/snmp/runtime/src/main/doc/limitations.adoc
@@ -7,3 +7,7 @@ The motivation for this change is twofold:
 2. Camel switches to `org.snmp4j.snmp4j` in version 4 anyway, so Camel Quarkus users can enjoy the same benefits a bit earlier.
 
 This change has no impact on configuration of the SNMP component.
+
+=== SNMP v3
+
+SNMP with version 3 is supported only for the operation `poll`. (Limitation is caused by the issue in Camel 3.18.6 - see the https://issues.apache.org/jira/browse/CAMEL-19298[ticket])