[
https://issues.apache.org/jira/browse/ARTEMIS-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16826191#comment-16826191
]
ASF subversion and git services commented on ARTEMIS-2319:
----------------------------------------------------------
Commit 3ca6eec90fe35bc4f7ad851e105999385c301d5c in activemq-artemis's branch
refs/heads/master from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=3ca6eec ]
Revert "ARTEMIS-2319 Upgrading jboss-logging dependencies"
This reverts commit ad2ecd77d2cad093e7dca04af6d8b820947ef52a.
This was causing an issue when starting the server:
```
java.lang.NoClassDefFoundError: org/wildfly/common/net/HostName
at org.jboss.logmanager.ExtLogRecord.<init>(ExtLogRecord.java:87)
at org.jboss.logmanager.Logger.log(Logger.java:796)
at
org.jboss.logging.JBossLogManagerLogger.doLog(JBossLogManagerLogger.java:44)
at org.jboss.logging.Logger.logv(Logger.java:2226)
at
org.apache.activemq.artemis.integration.bootstrap.ActiveMQBootstrapLogger_$logger.serverStarting(ActiveMQBootstrapLogger_$logger.java:35)
at
org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:68)
at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:85)
```
> Upgrade JBoss Logging to 3.4.0.Final
> ------------------------------------
>
> Key: ARTEMIS-2319
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2319
> Project: ActiveMQ Artemis
> Issue Type: Task
> Affects Versions: 2.7.0
> Reporter: clebert suconic
> Assignee: clebert suconic
> Priority: Major
> Fix For: 2.8.0
>
>
> This will also include its dependencies updated
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)