Skip to content

Commit c55ed90

Browse files
authored
Merge pull request #3089 from akrherz/v503
Denote Openfire 5.0.3 Release
2 parents 60f9347 + 95a6b69 commit c55ed90

File tree

9 files changed

+30
-9
lines changed

9 files changed

+30
-9
lines changed

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>org.igniterealtime.openfire</groupId>
8-
<version>5.0.3-SNAPSHOT</version>
8+
<version>5.0.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

i18n/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.igniterealtime.openfire</groupId>
7-
<version>5.0.3-SNAPSHOT</version>
7+
<version>5.0.3</version>
88
</parent>
99
<artifactId>i18n</artifactId>
1010
<name>Internationalization files for Openfire</name>

plugins/openfire-plugin-assembly-descriptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>plugins</artifactId>
66
<groupId>org.igniterealtime.openfire</groupId>
7-
<version>5.0.3-SNAPSHOT</version>
7+
<version>5.0.3</version>
88
</parent>
99
<groupId>org.igniterealtime.openfire.plugins</groupId>
1010
<artifactId>openfire-plugin-assembly-descriptor</artifactId>

plugins/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.igniterealtime.openfire</groupId>
5-
<version>5.0.3-SNAPSHOT</version>
5+
<version>5.0.3</version>
66
<artifactId>plugins</artifactId>
77
<packaging>pom</packaging>
88
<name>Openfire Plugins</name>
@@ -122,7 +122,7 @@
122122
<plugin.name>${project.artifactId}</plugin.name>
123123

124124
<!-- Versions -->
125-
<openfire.version>5.0.3-SNAPSHOT</openfire.version>
125+
<openfire.version>5.0.3</openfire.version>
126126
<!-- Note; the following jetty.version should be identical to the jetty.version in xmppserver/pom.xml -->
127127
<jetty.version>12.0.24</jetty.version>
128128
</properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.igniterealtime.openfire</groupId>
66
<artifactId>parent</artifactId>
7-
<version>5.0.3-SNAPSHOT</version>
7+
<version>5.0.3</version>
88
<name>Parent</name>
99
<packaging>pom</packaging>
1010

starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.igniterealtime.openfire</groupId>
7-
<version>5.0.3-SNAPSHOT</version>
7+
<version>5.0.3</version>
88
</parent>
99
<artifactId>starter</artifactId>
1010
<name>Starter for Openfire</name>

xmppserver/changelog.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,27 @@ <h1>Openfire Changelog</h1>
160160

161161
<div id="pageBody">
162162

163+
<h2>5.0.3 -- <span style="font-weight: normal;">December 12, 2025</span></h2>
164+
<h2>Improvement</h2>
165+
<ul>
166+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3130">OF-3130</a>] - Update PostgreSQL JDBC driver to 42.7.8</li>
167+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3134">OF-3134</a>] - Upgrade HSLQDB from 2.7.1 to 2.7.4</li>
168+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3135">OF-3135</a>] - Improve wording of TLS Auth setting</li>
169+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3139">OF-3139</a>] - Remove obsolete transport icons</li>
170+
</ul>
171+
172+
<h2>Bug</h2>
173+
<ul>
174+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3127">OF-3127</a>] - ConcurrentModificationException on room join</li>
175+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3133">OF-3133</a>] - Fix datatype of muc#register_faqentry field</li>
176+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3144">OF-3144</a>] - Upgrade sqlserver JDBC driver to 10.2.4</li>
177+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3146">OF-3146</a>] - Chat room count value is incorrect</li>
178+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3147">OF-3147</a>] - server_bytes_out statistic is not being populated</li>
179+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3148">OF-3148</a>] - Admin MUC affiliations are not persisted in ofMucAffiliation (lost after restart)</li>
180+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3149">OF-3149</a>] - IllegalStateException occurs when removing shared groups due to multiple Iterator.remove() calls for a single Iterator.next().</li>
181+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3155">OF-3155</a>] - Resource policy "Always kick" does not function correctly</li>
182+
</ul>
183+
163184
<h2>5.0.2 -- <span style="font-weight: normal;">September 15, 2025</span></h2>
164185
<h2>Improvement</h2>
165186
<ul>

xmppserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.igniterealtime.openfire</groupId>
66
<artifactId>parent</artifactId>
7-
<version>5.0.3-SNAPSHOT</version>
7+
<version>5.0.3</version>
88
</parent>
99
<artifactId>xmppserver</artifactId>
1010
<name>Core XMPP Server</name>

xmppserver/src/main/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
3939

4040
private final Date startDate;
4141

42-
public static final Version VERSION = new Version(5, 0, 3, Version.ReleaseStatus.Alpha, -1 );
42+
public static final Version VERSION = new Version(5, 0, 3, Version.ReleaseStatus.Release, -1 );
4343

4444
/**
4545
* Simple constructor

0 commit comments

Comments
 (0)