From a66726a2a62ff43b49032c5166f713b2a8a08bc0 Mon Sep 17 00:00:00 2001
From: Rhys Williams <170514543+Viii3@users.noreply.github.com>
Date: Tue, 29 Oct 2024 17:16:22 +0000
Subject: [PATCH 1/2] FISH-10016: Upgrade SNMP4J.
---
snmp-notifier-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snmp-notifier-core/pom.xml b/snmp-notifier-core/pom.xml
index 692335d..8317cfc 100644
--- a/snmp-notifier-core/pom.xml
+++ b/snmp-notifier-core/pom.xml
@@ -53,7 +53,7 @@
SNMP Notifier Implementation
- 3.7.5
+ 3.8.2
From dcb702170efe6ae0ac1556bfa6fa5f3d231f50fd Mon Sep 17 00:00:00 2001
From: Rhys Williams <170514543+Viii3@users.noreply.github.com>
Date: Thu, 31 Oct 2024 14:37:25 +0000
Subject: [PATCH 2/2] FISH-10016: Add SNMP4J Repackaged module.
---
pom.xml | 1 +
snmp-repackaged/pom.xml | 111 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 112 insertions(+)
create mode 100644 snmp-repackaged/pom.xml
diff --git a/pom.xml b/pom.xml
index 8cdcd35..62434dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,7 @@
slack-notifier-core
slack-notifier-console-plugin
slack-notifier-console-plugin-l10n
+ snmp-repackaged
snmp-notifier-core
snmp-notifier-console-plugin
snmp-notifier-console-plugin-l10n
diff --git a/snmp-repackaged/pom.xml b/snmp-repackaged/pom.xml
new file mode 100644
index 0000000..551d1c6
--- /dev/null
+++ b/snmp-repackaged/pom.xml
@@ -0,0 +1,111 @@
+
+
+
+ 4.0.0
+
+ fish.payara.extensions.notifiers
+ notifiers-parent
+ 2.1-SNAPSHOT
+
+
+ snmp4j-repackaged
+ SNMP4J Repackaged
+ SNMP4J repackaged as a module
+ jar
+
+
+ 3.8.2
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ default-jar
+
+ true
+
+
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+
+
+
+ *;scope=compile;inline=true
+
+
+ *;version=${snmp4j.version}
+
+ !*
+
+
+
+
+ osgi-bundle
+ package
+
+ bundle
+
+
+
+
+
+
+
+
+
+ org.snmp4j
+ snmp4j
+ ${snmp4j.version}
+
+
+
+
\ No newline at end of file