You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2019/09/16 13:02:05 UTC

[activemq-artemis] branch master updated: NO-JIRA Add 2.10.0 entry with upgrade instructions

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 00ad31a  NO-JIRA Add 2.10.0 entry with upgrade instructions
     new 0e876c8  This closes #2838
00ad31a is described below

commit 00ad31ad50c8932233064b497b420f0d2f91cb05
Author: Beat Sägesser <bs...@logisoft.ch>
AuthorDate: Mon Sep 16 11:46:33 2019 +0200

    NO-JIRA Add 2.10.0 entry with upgrade instructions
---
 docs/user-manual/en/versions.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/docs/user-manual/en/versions.md b/docs/user-manual/en/versions.md
index 4997663..6083551 100644
--- a/docs/user-manual/en/versions.md
+++ b/docs/user-manual/en/versions.md
@@ -8,6 +8,38 @@ This chapter provides the following information for each release:
   - **Note:** Follow the general upgrade procedure outlined in the [Upgrading the Broker](upgrading.md) 
     chapter in addition to any version-specific upgrade instructions outlined here.
 
+## 2.10.0
+
+[Full release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12345602).
+
+This was mainly a bug-fix release with a notable dependency change impacting version upgrade.
+
+#### Upgrading from 2.9.0
+
+Due to the WildFly dependency upgrade the broker start scripts/configuration need to be adjusted after upgrading.
+
+##### On \*nix
+
+Locate this statement in `bin/artemis`:
+```
+WILDFLY_COMMON="$ARTEMIS_HOME/lib/wildfly-common-1.5.1.Final.jar"
+```
+This needs to be replaced with this:
+```
+WILDFLY_COMMON="$ARTEMIS_HOME/lib/wildfly-common-1.5.2.Final.jar"
+```
+
+##### On Windows
+
+Locate this part of `JAVA_ARGS` in `etc/artemis.profile.cmd` respectively `bin/artemis-service.xml`:
+```
+%ARTEMIS_HOME%\lib\wildfly-common-1.5.1.Final.jar
+```
+This needs to be replaced with this:
+```
+%ARTEMIS_HOME%\lib\wildfly-common-1.5.2.Final.jar
+```
+
 ## 2.9.0
 
 [Full release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12345527).