This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch new-logging in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit 9f1d077278cb0bd370714a8366f30b0c8fc1c474 Author: Robbie Gemmell <[email protected]> AuthorDate: Fri Sep 9 16:20:52 2022 +0100 add outline of details for versions.md to cover --- docs/user-manual/en/versions.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/user-manual/en/versions.md b/docs/user-manual/en/versions.md index b7aa885068..b078a9737e 100644 --- a/docs/user-manual/en/versions.md +++ b/docs/user-manual/en/versions.md @@ -8,6 +8,18 @@ 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. +TODO: flesh out +## 3.0.0 / TBC + +Highlights: +- Move logging to SLF4J + Log4J2 + +#### Upgrading from older versions + + 1. <instance>/etc/logging.properties removal + 2. <instance>/etc/log4j2-config.properties creation + 3. Related script or profile changes + ## 2.25.0 [Full release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352143&projectId=12315920)
