From e04ba90563b39f43a743be7272640b5b93e31f6a Mon Sep 17 00:00:00 2001
From: Rhys Williams <170514543+Viii3@users.noreply.github.com>
Date: Tue, 29 Oct 2024 11:18:50 +0000
Subject: [PATCH 1/2] FISH-7166: Upgrade Smack.
---
xmpp-notifier-core/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xmpp-notifier-core/pom.xml b/xmpp-notifier-core/pom.xml
index 4cbb1a5..69a245b 100644
--- a/xmpp-notifier-core/pom.xml
+++ b/xmpp-notifier-core/pom.xml
@@ -53,7 +53,7 @@
XMPP Notifier Implementation
- 4.3.4
+ 4.4.8
1.1.4c_7
@@ -70,7 +70,7 @@
org.igniterealtime.smack
- smack-java7
+ smack-java8
${smack.version}
From 70460f88dbd5a61faf942ba7d0091ae3cfab4f58 Mon Sep 17 00:00:00 2001
From: Rhys Williams <170514543+Viii3@users.noreply.github.com>
Date: Mon, 4 Nov 2024 12:19:33 +0000
Subject: [PATCH 2/2] FISH-7166: Repackage Smack Core.
This just removes one of the imports.
---
pom.xml | 1 +
smack-core-repackager/pom.xml | 111 ++++++++++++++++++++++++++++++++++
2 files changed, 112 insertions(+)
create mode 100644 smack-core-repackager/pom.xml
diff --git a/pom.xml b/pom.xml
index 8cdcd35..316a8c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
xmpp-notifier-core
xmpp-notifier-console-plugin
xmpp-notifier-console-plugin-l10n
+ smack-core-repackager
diff --git a/smack-core-repackager/pom.xml b/smack-core-repackager/pom.xml
new file mode 100644
index 0000000..f55b946
--- /dev/null
+++ b/smack-core-repackager/pom.xml
@@ -0,0 +1,111 @@
+
+
+
+ 4.0.0
+
+ fish.payara.extensions.notifiers
+ notifiers-parent
+ 2.1-SNAPSHOT
+
+
+ smack-core-repackager
+ Smack Core Repackaged
+ Smack Core repackaged as a module
+ jar
+
+
+ 4.4.8
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ default-jar
+
+ true
+
+
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+
+
+
+ *;scope=compile;inline=true
+
+
+ *;version=${smack.version}
+
+ !*
+ !com.sun.*
+
+
+
+
+ osgi-bundle
+ package
+
+ bundle
+
+
+
+
+
+
+
+
+
+ org.igniterealtime.smack
+ smack-core
+ ${smack.version}
+
+
+
\ No newline at end of file