Skip to content

Commit fdf6e8f

Browse files
authored
Merge pull request #3331 from akrherz/v505
Denote Openfire 5.0.5 Release
2 parents bf69ed2 + 21b20f0 commit fdf6e8f

9 files changed

Lines changed: 38 additions & 9 deletions

File tree

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.5-SNAPSHOT</version>
8+
<version>5.0.5</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.5-SNAPSHOT</version>
7+
<version>5.0.5</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.5-SNAPSHOT</version>
7+
<version>5.0.5</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.5-SNAPSHOT</version>
5+
<version>5.0.5</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.5-SNAPSHOT</openfire.version>
125+
<openfire.version>5.0.5</openfire.version>
126126
<!-- Note; the following jetty.version should be identical to the jetty.version in xmppserver/pom.xml -->
127127
<jetty.version>12.0.35</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.5-SNAPSHOT</version>
7+
<version>5.0.5</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.5-SNAPSHOT</version>
7+
<version>5.0.5</version>
88
</parent>
99
<artifactId>starter</artifactId>
1010
<name>Starter for Openfire</name>

xmppserver/changelog.html

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

161161
<div id="pageBody">
162162

163+
<h2>5.0.5 -- <span style="font-weight: normal;">May 15, 2026</span></h2>
164+
<h2>Improvement</h2>
165+
<ul>
166+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-1499">OF-1499</a>] - Do not show 'max users' count for a MUC when it is 0 (unlimited)</li>
167+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2503">OF-2503</a>] - Display newlines in details of logged SecurityAuditManager events</li>
168+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3160">OF-3160</a>] - Bump BouncyCastle.version from 1.78.1 to 1.84</li>
169+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3226">OF-3226</a>] - LDAP context-close failures are logged without their exception stack trace</li>
170+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3246">OF-3246</a>] - Upgrade MySQL Connector/J driver to 8.4.0 release</li>
171+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3247">OF-3247</a>] - Upgrade Jetty webserver library to 12.0.35 release</li>
172+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3274">OF-3274</a>] - Update org.glassfish.jaxb:jaxb-runtime to the latest of the 2.3.x line</li>
173+
</ul>
174+
175+
<h2>Task</h2>
176+
<ul>
177+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3230">OF-3230</a>] - Disabled performance benchmark in IQEntityTimeHandlerTest should be removed or converted</li>
178+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3236">OF-3236</a>] - Fix malformed link markup in upgrade guide (hre instead of href)</li>
179+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3265">OF-3265</a>] - Update postgresql driver to 42.7.11</li>
180+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3270">OF-3270</a>] - MultiUserChatServiceImpl#setIdleUserTaskInterval ignores value</li>
181+
</ul>
182+
183+
<h2>Bug</h2>
184+
<ul>
185+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3213">OF-3213</a>] - A user's User Group page cannot be used to remove user from group</li>
186+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3225">OF-3225</a>] - LDAP authentication logs the wrong exception when the alternate base-DN also fails</li>
187+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3255">OF-3255</a>] - PluginIconServlet does not set HTTP Content-Type header for gif</li>
188+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3263">OF-3263</a>] - xffHostHeader values not updated</li>
189+
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-3266">OF-3266</a>] - Wrong getter used in ConnectionListenser#setAcceptSelfSignedCertificates</li>
190+
</ul>
191+
163192
<h2>5.0.4 -- <span style="font-weight: normal;">March 17, 2026</span></h2>
164193
<h2>Improvement</h2>
165194
<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.5-SNAPSHOT</version>
7+
<version>5.0.5</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, 5, Version.ReleaseStatus.Alpha, -1 );
42+
public static final Version VERSION = new Version(5, 0, 5, Version.ReleaseStatus.Release, -1 );
4343

4444
/**
4545
* Simple constructor

0 commit comments

Comments
 (0)