diff --git a/build/build.xml b/build/build.xml
index 4620bba3a9..37805729e3 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -26,7 +26,7 @@
-
+
diff --git a/dbutil/pom.xml b/dbutil/pom.xml
index 7c52c39cc3..ce0687d681 100644
--- a/dbutil/pom.xml
+++ b/dbutil/pom.xml
@@ -4,7 +4,7 @@
parent
org.igniterealtime.openfire
- 4.2.4-SNAPSHOT
+ 4.2.4
dbutil
Database Utilities
diff --git a/documentation/dist/changelog.html b/documentation/dist/changelog.html
index f5fe37b281..1cccf92592 100644
--- a/documentation/dist/changelog.html
+++ b/documentation/dist/changelog.html
@@ -163,6 +163,44 @@
+
4.2.4 -- Jan 17, 2019
+
Bug
+
+
+- [OF-1497] - Server appears to drop client session (sends 'unavailable')
+
+- [OF-1586] - CPU peaks when using BOSH
+
+- [OF-1642] - PrivateStorage can fail to persist items
+
+
+
+
New Feature
+
+
+- [OF-1667] - Allow for Servlet Context interaction pre-session/auth
+
+- [OF-1670] - Allow (system) administrators to join a password-protected room
+
+
+
+
Task
+
+
+- [OF-1538] - Update bundled JRE with the latest version
+
+
+
+
Improvement
+
+
+- [OF-1563] - Make Stream Management disabled by default
+
+- [OF-1671] - Openfire should be able to recognize plugins with longer version numbers
+
+
+
+
4.2.3 -- Mar 23, 2018
Bug
diff --git a/i18n/pom.xml b/i18n/pom.xml
index bd2391283b..88b3ccd11c 100644
--- a/i18n/pom.xml
+++ b/i18n/pom.xml
@@ -4,7 +4,7 @@
parent
org.igniterealtime.openfire
- 4.2.4-SNAPSHOT
+ 4.2.4
..
i18n
diff --git a/pom.xml b/pom.xml
index 6ddd84fd44..5d145d3375 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.igniterealtime.openfire
parent
-
4.2.4-SNAPSHOT
+
4.2.4
Parent
pom
diff --git a/src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java b/src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
index 190c1e8062..e33364de4a 100644
--- a/src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
+++ b/src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
@@ -38,7 +38,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private final Date startDate;
- public static final Version VERSION = new Version(4, 2, 4, Version.ReleaseStatus.Alpha, -1 );
+ public static final Version VERSION = new Version(4, 2, 4, Version.ReleaseStatus.Release, -1 );
/**
* Simple constructor
diff --git a/src/plugins/bookmarks/pom.xml b/src/plugins/bookmarks/pom.xml
index 276b7f75a4..1060c5a025 100644
--- a/src/plugins/bookmarks/pom.xml
+++ b/src/plugins/bookmarks/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
bookmarks
diff --git a/src/plugins/broadcast/pom.xml b/src/plugins/broadcast/pom.xml
index dc4a351541..7605d73cae 100644
--- a/src/plugins/broadcast/pom.xml
+++ b/src/plugins/broadcast/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
broadcast
diff --git a/src/plugins/callbackOnOffline/pom.xml b/src/plugins/callbackOnOffline/pom.xml
index 4a07987b2a..6e524c0620 100644
--- a/src/plugins/callbackOnOffline/pom.xml
+++ b/src/plugins/callbackOnOffline/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
callbackOnOffline
diff --git a/src/plugins/candy/pom.xml b/src/plugins/candy/pom.xml
index 6934c083de..754b90b2cb 100644
--- a/src/plugins/candy/pom.xml
+++ b/src/plugins/candy/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
candy
diff --git a/src/plugins/clientControl/pom.xml b/src/plugins/clientControl/pom.xml
index 1b68812c39..bfbbd8c803 100644
--- a/src/plugins/clientControl/pom.xml
+++ b/src/plugins/clientControl/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
clientControl
diff --git a/src/plugins/contentFilter/pom.xml b/src/plugins/contentFilter/pom.xml
index 50eec9d81a..615b530ef4 100644
--- a/src/plugins/contentFilter/pom.xml
+++ b/src/plugins/contentFilter/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
contentFilter
diff --git a/src/plugins/dbaccess/pom.xml b/src/plugins/dbaccess/pom.xml
index 5f17d8bcf2..250930dce9 100644
--- a/src/plugins/dbaccess/pom.xml
+++ b/src/plugins/dbaccess/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
dbaccess
diff --git a/src/plugins/emailListener/pom.xml b/src/plugins/emailListener/pom.xml
index f4da10a943..dcb9cabdd5 100644
--- a/src/plugins/emailListener/pom.xml
+++ b/src/plugins/emailListener/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
emailListener
diff --git a/src/plugins/emailOnAway/pom.xml b/src/plugins/emailOnAway/pom.xml
index 402a75b9e3..010f641f1a 100644
--- a/src/plugins/emailOnAway/pom.xml
+++ b/src/plugins/emailOnAway/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
emailOnAway
diff --git a/src/plugins/fastpath/pom.xml b/src/plugins/fastpath/pom.xml
index b89ba7f1f0..48290fe5d5 100644
--- a/src/plugins/fastpath/pom.xml
+++ b/src/plugins/fastpath/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
fastpath
diff --git a/src/plugins/gojara/pom.xml b/src/plugins/gojara/pom.xml
index f959bc6379..ea5a5010c9 100644
--- a/src/plugins/gojara/pom.xml
+++ b/src/plugins/gojara/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
gojara
diff --git a/src/plugins/hazelcast/pom.xml b/src/plugins/hazelcast/pom.xml
index f91aaa404c..6c9f138be8 100644
--- a/src/plugins/hazelcast/pom.xml
+++ b/src/plugins/hazelcast/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
hazelcast
diff --git a/src/plugins/inverse/pom.xml b/src/plugins/inverse/pom.xml
index 83c74027b2..62d8b82510 100644
--- a/src/plugins/inverse/pom.xml
+++ b/src/plugins/inverse/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
inverse
diff --git a/src/plugins/jmxweb/pom.xml b/src/plugins/jmxweb/pom.xml
index 5fd5677c42..9530b02e02 100644
--- a/src/plugins/jmxweb/pom.xml
+++ b/src/plugins/jmxweb/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
jmxweb
diff --git a/src/plugins/justmarried/pom.xml b/src/plugins/justmarried/pom.xml
index 0c54fccf85..019148285c 100644
--- a/src/plugins/justmarried/pom.xml
+++ b/src/plugins/justmarried/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
justmarried
diff --git a/src/plugins/loadStats/pom.xml b/src/plugins/loadStats/pom.xml
index 37ef21cf27..ce7d6afcef 100644
--- a/src/plugins/loadStats/pom.xml
+++ b/src/plugins/loadStats/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
loadStats
diff --git a/src/plugins/monitoring/pom.xml b/src/plugins/monitoring/pom.xml
index 79d7e4b58d..dfc68fd6a8 100644
--- a/src/plugins/monitoring/pom.xml
+++ b/src/plugins/monitoring/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
monitoring
diff --git a/src/plugins/motd/pom.xml b/src/plugins/motd/pom.xml
index b0e73de3a1..dcf7e9f418 100644
--- a/src/plugins/motd/pom.xml
+++ b/src/plugins/motd/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
motd
diff --git a/src/plugins/mucservice/pom.xml b/src/plugins/mucservice/pom.xml
index 221792d84c..8674394b26 100644
--- a/src/plugins/mucservice/pom.xml
+++ b/src/plugins/mucservice/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
mucservice
diff --git a/src/plugins/nodejs/pom.xml b/src/plugins/nodejs/pom.xml
index 9197046ae9..750294422c 100644
--- a/src/plugins/nodejs/pom.xml
+++ b/src/plugins/nodejs/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
nodejs
diff --git a/src/plugins/nonSaslAuthentication/pom.xml b/src/plugins/nonSaslAuthentication/pom.xml
index 4355d93454..cbacc711b4 100644
--- a/src/plugins/nonSaslAuthentication/pom.xml
+++ b/src/plugins/nonSaslAuthentication/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
nonSaslAuthentication
diff --git a/src/plugins/openfire-plugin-assembly-descriptor/pom.xml b/src/plugins/openfire-plugin-assembly-descriptor/pom.xml
index 12d2d16e8c..e8b0844046 100644
--- a/src/plugins/openfire-plugin-assembly-descriptor/pom.xml
+++ b/src/plugins/openfire-plugin-assembly-descriptor/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.4-SNAPSHOT
+ 4.2.4
org.igniterealtime.openfire.plugins
openfire-plugin-assembly-descriptor
diff --git a/src/plugins/packetFilter/pom.xml b/src/plugins/packetFilter/pom.xml
index 6530448b85..e098fde7ff 100644
--- a/src/plugins/packetFilter/pom.xml
+++ b/src/plugins/packetFilter/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
packetFilter
diff --git a/src/plugins/pom.xml b/src/plugins/pom.xml
index 473f55ab14..53e432ecb3 100644
--- a/src/plugins/pom.xml
+++ b/src/plugins/pom.xml
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.igniterealtime.openfire
-
4.2.4-SNAPSHOT
+
4.2.4
plugins
pom
Openfire Plugins
@@ -162,7 +162,7 @@
${project.artifactId}
-
4.2.4-SNAPSHOT
+
4.2.4
diff --git a/src/plugins/presence/pom.xml b/src/plugins/presence/pom.xml
index 929ebe1640..7d9b8de81b 100644
--- a/src/plugins/presence/pom.xml
+++ b/src/plugins/presence/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
presence
diff --git a/src/plugins/registration/pom.xml b/src/plugins/registration/pom.xml
index 313229593f..8bf592e067 100644
--- a/src/plugins/registration/pom.xml
+++ b/src/plugins/registration/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
registration
diff --git a/src/plugins/restAPI/pom.xml b/src/plugins/restAPI/pom.xml
index 1af2601124..f9d695195f 100644
--- a/src/plugins/restAPI/pom.xml
+++ b/src/plugins/restAPI/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
restAPI
diff --git a/src/plugins/search/pom.xml b/src/plugins/search/pom.xml
index 0c01a04833..d022a47986 100644
--- a/src/plugins/search/pom.xml
+++ b/src/plugins/search/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
search
diff --git a/src/plugins/stunserver/pom.xml b/src/plugins/stunserver/pom.xml
index ab75ff96cf..80e75df44c 100644
--- a/src/plugins/stunserver/pom.xml
+++ b/src/plugins/stunserver/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
stunserver
diff --git a/src/plugins/subscription/pom.xml b/src/plugins/subscription/pom.xml
index 51343deeee..464bcaa7e4 100644
--- a/src/plugins/subscription/pom.xml
+++ b/src/plugins/subscription/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
subscription
diff --git a/src/plugins/tikitoken/pom.xml b/src/plugins/tikitoken/pom.xml
index 23bb03c3e6..042dee9c71 100644
--- a/src/plugins/tikitoken/pom.xml
+++ b/src/plugins/tikitoken/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
tikitoken
diff --git a/src/plugins/userCreation/pom.xml b/src/plugins/userCreation/pom.xml
index d0e5c1c90f..7e1cf7c583 100644
--- a/src/plugins/userCreation/pom.xml
+++ b/src/plugins/userCreation/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
userCreation
diff --git a/src/plugins/userImportExport/pom.xml b/src/plugins/userImportExport/pom.xml
index a810abab99..86be7a93c1 100644
--- a/src/plugins/userImportExport/pom.xml
+++ b/src/plugins/userImportExport/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
userImportExport
diff --git a/src/plugins/userStatus/pom.xml b/src/plugins/userStatus/pom.xml
index d80b83da98..53e472245b 100644
--- a/src/plugins/userStatus/pom.xml
+++ b/src/plugins/userStatus/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
userstatus
diff --git a/src/plugins/userservice/pom.xml b/src/plugins/userservice/pom.xml
index 7a82bfabd8..b5de9ffd65 100644
--- a/src/plugins/userservice/pom.xml
+++ b/src/plugins/userservice/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
userservice
diff --git a/src/plugins/xmldebugger/pom.xml b/src/plugins/xmldebugger/pom.xml
index 6043feeddc..d6a46c7ab0 100644
--- a/src/plugins/xmldebugger/pom.xml
+++ b/src/plugins/xmldebugger/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.2.3
+ 4.2.4
org.igniterealtime.openfire.plugins
xmldebugger
diff --git a/starter/pom.xml b/starter/pom.xml
index d6b299beba..7fae4d4b27 100644
--- a/starter/pom.xml
+++ b/starter/pom.xml
@@ -4,7 +4,7 @@
parent
org.igniterealtime.openfire
- 4.2.4-SNAPSHOT
+ 4.2.4
starter
Starter for Openfire
diff --git a/webadmin/pom.xml b/webadmin/pom.xml
index 05cd7d24c0..7c5a959331 100644
--- a/webadmin/pom.xml
+++ b/webadmin/pom.xml
@@ -4,7 +4,7 @@
parent
org.igniterealtime.openfire
- 4.2.4-SNAPSHOT
+ 4.2.4
webadmin
Web-based Administration Interface
diff --git a/webadmintld/pom.xml b/webadmintld/pom.xml
index 9507e910e7..04d6b199b0 100644
--- a/webadmintld/pom.xml
+++ b/webadmintld/pom.xml
@@ -4,7 +4,7 @@
parent
org.igniterealtime.openfire
- 4.2.4-SNAPSHOT
+ 4.2.4
webadmintld
Administration Interface Taglibs
diff --git a/xmppserver/pom.xml b/xmppserver/pom.xml
index 075150a0b8..713920ae33 100644
--- a/xmppserver/pom.xml
+++ b/xmppserver/pom.xml
@@ -4,7 +4,7 @@
org.igniterealtime.openfire
parent
- 4.2.4-SNAPSHOT
+ 4.2.4
xmppserver
Core XMPP Server