Skip to content

Commit cd0a573

Browse files
authored
Merge pull request #1407 from akrherz/440
Denote Openfire 4.4.0 Release
2 parents 5fda8e9 + 3d722fc commit cd0a573

File tree

9 files changed

+31
-11
lines changed

9 files changed

+31
-11
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>4.4.0-SNAPSHOT</version>
8+
<version>4.4.0</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>4.4.0-SNAPSHOT</version>
7+
<version>4.4.0</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>4.4.0-SNAPSHOT</version>
7+
<version>4.4.0</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>4.4.0-SNAPSHOT</version>
5+
<version>4.4.0</version>
66
<artifactId>plugins</artifactId>
77
<packaging>pom</packaging>
88
<name>Openfire Plugins</name>
@@ -120,7 +120,7 @@
120120
<plugin.name>${project.artifactId}</plugin.name>
121121

122122
<!-- Versions -->
123-
<openfire.version>4.4.0-SNAPSHOT</openfire.version>
123+
<openfire.version>4.4.0</openfire.version>
124124
<!-- Note; the following jetty.version should be identical to the jetty.version in xmppserver/pom.xml -->
125125
<jetty.version>9.4.18.v20190429</jetty.version>
126126
</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>4.4.0-SNAPSHOT</version>
7+
<version>4.4.0</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>4.4.0-SNAPSHOT</version>
7+
<version>4.4.0</version>
88
</parent>
99
<artifactId>starter</artifactId>
1010
<name>Starter for Openfire</name>

xmppserver/changelog.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1>Openfire Changelog</h1>
163163
<div id="pageBody">
164164

165165

166-
<h2>4.4.0 Beta -- <span style="font-weight: normal;">Jun 24, 2019</span></h2>
166+
<h2>4.4.0 -- <span style="font-weight: normal;">Jun 28, 2019</span></h2>
167167

168168
<h2> Bug
169169
</h2>
@@ -174,26 +174,40 @@ <h2> Bug
174174
</li>
175175
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1647'>OF-1647</a>] - Upgrading from 4.2.3 to 4.3.0-beta leaves WEB-INF/lib in place
176176
</li>
177+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1649'>OF-1649</a>] - Race condition with adding/cleaning rooms
178+
</li>
177179
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1657'>OF-1657</a>] - PubSubPersistenceManager.purgeItems incompatibility with Oracle DB
178180
</li>
179181
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1665'>OF-1665</a>] - Exception when opening a group with unusual members
180182
</li>
181183
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1679'>OF-1679</a>] - DefaultCache does not honour Map contract
182184
</li>
185+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1680'>OF-1680</a>] - Should use default translations when missing strings in i18n files
186+
</li>
187+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1681'>OF-1681</a>] - Enabling &quot;Debug&quot; logging actually enables Trace
188+
</li>
183189
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1682'>OF-1682</a>] - The &amp; character is escaped twice in database config entry in openfire.xml
184190
</li>
185191
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1685'>OF-1685</a>] - Group sorting is incorrect
186192
</li>
187193
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1686'>OF-1686</a>] - Problems with groups creation
188194
</li>
195+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1691'>OF-1691</a>] - XEP-0133&#39;s &quot;Delete User&quot; should use jid-multi
196+
</li>
197+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1692'>OF-1692</a>] - Broadcast original &#39;unavailable&#39; presence when leaving the room.
198+
</li>
189199
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1694'>OF-1694</a>] - Setup fails with MariaDB because of a different UTF setting
190200
</li>
201+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1698'>OF-1698</a>] - MS SQL Server upgrade script fails
202+
</li>
191203
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1700'>OF-1700</a>] - Cluster teardown not reflected in state of Components
192204
</li>
193205
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1701'>OF-1701</a>] - SessionManager keeps state of last component only
194206
</li>
195207
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1707'>OF-1707</a>] - Component event listeners should fire upon cluster events
196208
</li>
209+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1714'>OF-1714</a>] - Configuration always uses jks keystore type
210+
</li>
197211
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1718'>OF-1718</a>] - Unable to connect with Mina 2.0.20 and compression enabled
198212
</li>
199213
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1721'>OF-1721</a>] - LocalMUCRoom savedToDb state change not propagated to other nodes
@@ -253,7 +267,7 @@ <h2> Improvement
253267
<ul>
254268
<li>[<a href='https://issues.igniterealtime.org/browse/OF-258'>OF-258</a>] - Allow reserving a nickname when adding new room member in Admin Console
255269
</li>
256-
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1268'>OF-1268</a>] - If integrated database authentication is used and no database credentials are used, OpenFire fails to start
270+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1268'>OF-1268</a>] - If integrated database authentication is used and no database credentials are used, Openfire fails to start
257271
</li>
258272
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1383'>OF-1383</a>] - Add support for Java 11
259273
</li>
@@ -263,6 +277,8 @@ <h2> Improvement
263277
</li>
264278
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1687'>OF-1687</a>] - Better documentation for system properties
265279
</li>
280+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1693'>OF-1693</a>] - Update to SLF4J 1.7.26
281+
</li>
266282
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1695'>OF-1695</a>] - Plugin&#39;s version should update after plugin is updated
267283
</li>
268284
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1699'>OF-1699</a>] - Warn when running a one-node cluster
@@ -367,6 +383,10 @@ <h2> Improvement
367383
</li>
368384
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1801'>OF-1801</a>] - Cache low effectivity should be shown more prominent
369385
</li>
386+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1805'>OF-1805</a>] - Allow SiteMinderServletRequestAuthenticator to use configurable header
387+
</li>
388+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1807'>OF-1807</a>] - Update Spanish translation
389+
</li>
370390
</ul>
371391

372392

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>4.4.0-SNAPSHOT</version>
7+
<version>4.4.0</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(4, 4, 0, Version.ReleaseStatus.Alpha, -1 );
42+
public static final Version VERSION = new Version(4, 4, 0, Version.ReleaseStatus.Release, -1 );
4343

4444
/**
4545
* Simple constructor

0 commit comments

Comments
 (0)