Skip to content

Commit

Permalink
Merge pull request #2584 from akrherz/491
Browse files Browse the repository at this point in the history
Denote 4.9.1 Release
  • Loading branch information
akrherz authored Nov 1, 2024
2 parents cb2a1a1 + ba90586 commit 5ac6f7d
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,12 @@ jobs:
id: startCIServer
uses: ./.github/actions/startserver-action
- name: Run Smack tests against server
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@main # TODO replace 'main' with a proper versioned tag, like 'v1'.
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@main
with:
domain: 'example.org'
adminAccountUsername: 'admin'
adminAccountPassword: 'admin'
disabledSpecifications: 'XEP-0045,XEP-0060'
disabledTests: 'EntityCapsTest,SoftwareInfoIntegrationTest,XmppConnectionIntegrationTest,StreamManagementTest,WaitForClosingStreamElementTest,IoTControlIntegrationTest,ModularXmppClientToServerConnectionLowLevelIntegrationTest'
- name: Stop CI server
if: ${{ always() && steps.startCIServer.conclusion == 'success' }} # TODO figure out if this is correct. The intent is to have the server stopped if it was successfully started, even if the tests fail. Failing tests should still cause the job to fail.
Expand Down
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.9.1-SNAPSHOT</version>
<version>4.9.1</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.9.1-SNAPSHOT</version>
<version>4.9.1</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.9.1-SNAPSHOT</version>
<version>4.9.1</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.9.1-SNAPSHOT</version>
<version>4.9.1</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.9.1-SNAPSHOT</openfire.version>
<openfire.version>4.9.1</openfire.version>
<!-- Note; the following jetty.version should be identical to the jetty.version in xmppserver/pom.xml -->
<jetty.version>10.0.18</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.9.1-SNAPSHOT</version>
<version>4.9.1</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.9.1-SNAPSHOT</version>
<version>4.9.1</version>
</parent>
<artifactId>starter</artifactId>
<name>Starter for Openfire</name>
Expand Down
21 changes: 21 additions & 0 deletions xmppserver/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,27 @@ <h1>Openfire Changelog</h1>

<div id="pageBody">

<h2>4.9.1 -- <span style="font-weight: normal;">November 1, 2024</span></h2>
<h2>Improvement</h2>
<ul>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2880">OF-2880</a>] - Disable directory listing of admin console</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2893">OF-2893</a>] - Make it clearer when a plugin exposes HTTP wildcard routes</li>
</ul>

<h2>Bug</h2>
<ul>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2868">OF-2868</a>] - NullPointerException while configuration encryption algorithms</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2873">OF-2873</a>] - Improvements to debian build</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2874">OF-2874</a>] - RPM build script fails when date locale non-english</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2884">OF-2884</a>] - Making a group member a group admin removes the user from the group</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2890">OF-2890</a>] - CSRF bug prevents AD admin test</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2891">OF-2891</a>] - Misaligned button in directory service admin setup</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2896">OF-2896</a>] - Memory Leak PreAuthSessions</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2897">OF-2897</a>] - No-such-user detection misses anonymous users</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2898">OF-2898</a>] - Session Destroyed event no longer published</li>
<li>[<a href="https://igniterealtime.atlassian.net/browse/OF-2899">OF-2899</a>] - Handle null SASL mechanisms</li>
</ul>

<h2>4.9.0 -- <span style="font-weight: normal;">September 17, 2024</span></h2>
<h2>Improvement</h2>
<ul>
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.9.1-SNAPSHOT</version>
<version>4.9.1</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, 9, 1, Version.ReleaseStatus.Alpha, -1 );
public static final Version VERSION = new Version(4, 9, 1, Version.ReleaseStatus.Release, -1 );

/**
* Simple constructor
Expand Down

0 comments on commit 5ac6f7d

Please sign in to comment.