Skip to content

Commit

Permalink
Merge pull request #2141 from akrherz/release_474
Browse files Browse the repository at this point in the history
denote Openfire 4.7.4 release
  • Loading branch information
akrherz committed Nov 9, 2022
2 parents e65c35b + f3099fe commit 51b9db9
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 9 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
</parent>
<artifactId>i18n</artifactId>
<name>Internationalization files for Openfire</name>
Expand Down
2 changes: 1 addition & 1 deletion plugins/openfire-plugin-assembly-descriptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>openfire-plugin-assembly-descriptor</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
<artifactId>plugins</artifactId>
<packaging>pom</packaging>
<name>Openfire Plugins</name>
Expand Down Expand Up @@ -120,7 +120,7 @@
<plugin.name>${project.artifactId}</plugin.name>

<!-- Versions -->
<openfire.version>4.7.4-SNAPSHOT</openfire.version>
<openfire.version>4.7.4</openfire.version>
<!-- Note; the following jetty.version should be identical to the jetty.version in xmppserver/pom.xml -->
<jetty.version>9.4.43.v20210629</jetty.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.igniterealtime.openfire</groupId>
<artifactId>parent</artifactId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
<name>Parent</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
</parent>
<artifactId>starter</artifactId>
<name>Starter for Openfire</name>
Expand Down
33 changes: 33 additions & 0 deletions xmppserver/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,39 @@ <h1>Openfire Changelog</h1>
<a href="README.html">Readme</a>|<a href="changelog.html"><strong>Changelog</strong></a>|<a href="LICENSE.html">License</a>
</div>

<h2>4.7.4 -- <span style="font-weight: normal;">November 9, 2022</span></h2>

<h2>Improvement</h2>
<ul>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2498">OF-2498</a> - Improve performance of MUC, based on stress test profiling</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2499">OF-2499</a> - MUC Room history shouldn't be serialized as part of a MUC Room</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2502">OF-2502</a> - Reduce resource usage of MUC stats collection</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2504">OF-2504</a> - Re-instate MINA JMX monitoring</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2511">OF-2511</a> -Prevent retrieving more MUC messages from DB than needed</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2516">OF-2516</a> - Add TX/RX, Remove Priority from session summary page</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2518">OF-2518</a> - Try loading favicons over HTTPS and HTTP</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2524">OF-2524</a> - Improve MUC history load time for single rooms</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2525">OF-2525</a> - Deprecate XMLProperties constructors that can't write back</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2531">OF-2531</a> - Remove unneeded JID-based lock in MUC</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2537">OF-2537</a> - Advertise support for pubsub's "multi-item" feature.</li>
</ul>

<h2>Story</h2>
<ul>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2528">OF-2528</a> - Migrate usages of set-output in Github Actions</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2529">OF-2529</a> - Upgrade Apache Commons Text from 1.6 to 1.10</li>
</ul>

<h2>Bug</h2>
<ul>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2415">OF-2415</a> - Openfire Docker image fails to start if an empty plugins directory exists</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2495">OF-2495</a> - Websocket onError handler prevents earlier data to be processed</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2509">OF-2509</a> - openfirectl does not store PID</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2512">OF-2512</a> - User lock-out with custom value does not take effect</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2517">OF-2517</a> - "Packet sent" session stat remains 0 for BOSH sessions</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2519">OF-2519</a> - Group JIDs in MUC rooms without preloading causes issues</li>
</ul>

<h2>4.7.3 -- <span style="font-weight: normal;">August 2, 2022</span></h2>

<h2>Bug</h2>
Expand Down
2 changes: 1 addition & 1 deletion xmppserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.igniterealtime.openfire</groupId>
<artifactId>parent</artifactId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
</parent>
<artifactId>xmppserver</artifactId>
<name>Core XMPP Server</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {

private final Date startDate;

public static final Version VERSION = new Version(4, 7, 4, Version.ReleaseStatus.Alpha, -1 );
public static final Version VERSION = new Version(4, 7, 4, Version.ReleaseStatus.Release, -1 );

/**
* Simple constructor
Expand Down

0 comments on commit 51b9db9

Please sign in to comment.