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 07656fe0b44a5dbce1c9b1e70382879a794dce45 Author: Robbie Gemmell <[email protected]> AuthorDate: Thu Jul 14 17:06:00 2022 +0100 add TODO for another fun task --- .../org/apache/activemq/artemis/core/server/ActiveMQMessageBundle.java | 1 + 1 file changed, 1 insertion(+) diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQMessageBundle.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQMessageBundle.java index 5eb3b4d81e..338cb5e397 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQMessageBundle.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQMessageBundle.java @@ -91,6 +91,7 @@ public interface ActiveMQMessageBundle { @Message(id = 229005, value = "connections for {} closed by management") ActiveMQInternalErrorException connectionsClosedByManagement(String ipAddress); + // TODO: replace now-unecessary '' escapes in messages with just ', throughout the codebase...in order to maintain prior output, and make the code seem less whack :/ @Message(id = 229006, value = "journals are not JournalImpl. You can''t set a replicator!") ActiveMQInternalErrorException notJournalImpl();
