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 2022/07/22 17:52:32 UTC

[activemq-artemis] 38/42: add some TODO notes from memory

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

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

commit 3dae6f5a9fd20a2516a4588b298c668542751cd5
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Jul 22 15:29:09 2022 +0100

    add some TODO notes from memory
---
 TODO-new-logging.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/TODO-new-logging.txt b/TODO-new-logging.txt
new file mode 100644
index 0000000000..c807fe2c44
--- /dev/null
+++ b/TODO-new-logging.txt
@@ -0,0 +1,9 @@
+TODOs not explicitly noted in the code itself already:
+
+- Fix stacktraces of generated exceptions not to include the generated 'logmessage' method creating it.
+- Remove references to wildfly-common in scripts and profiles and cli commands
+- Replace logging.config files in smoke tests needing their own custom config
+- Remove stale logging.config file from artemis-cli
+- Remove stale log4j.properties file(s) from activemq5-unit-tests
+- Restore the NettySecurityClientTest and figure out what needs changed to make it work.
+- Restore the Travis config file