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 3ca6eec Revert "ARTEMIS-2319 Upgrading jboss-logging dependencies"
3ca6eec is described below
commit 3ca6eec90fe35bc4f7ad851e105999385c301d5c
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu Apr 25 11:42:26 2019 -0400
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)
```
---
artemis-maven-plugin/pom.xml | 6 +++---
pom.xml | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/artemis-maven-plugin/pom.xml b/artemis-maven-plugin/pom.xml
index c59733b..3b75a00 100644
--- a/artemis-maven-plugin/pom.xml
+++ b/artemis-maven-plugin/pom.xml
@@ -85,12 +85,12 @@
</dependencies>
<build>
- <pluginManagement>
- <plugins>
+ <pluginManagement>
+ <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.5.2</version>
+ <version>3.4</version>
<executions>
<execution>
<id>default-descriptor</id>
diff --git a/pom.xml b/pom.xml
index df99288..0dde6e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
<commons.collections.version>3.2.2</commons.collections.version>
<fuse.mqtt.client.version>1.14</fuse.mqtt.client.version>
<guava.version>19.0</guava.version>
- <jboss.logging.version>3.4.0.Final</jboss.logging.version>
+ <jboss.logging.version>3.3.1.Final</jboss.logging.version>
<jetty.version>9.4.3.v20170317</jetty.version>
<jgroups.version>3.6.13.Final</jgroups.version>
<maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
@@ -100,7 +100,7 @@
<json-p.spec.version>1.0-alpha-1</json-p.spec.version>
<javax.inject.version>1</javax.inject.version>
<hawtbuff.version>1.11</hawtbuff.version>
- <jb.logmanager.version>2.1.10.Final</jb.logmanager.version>
+ <jb.logmanager.version>2.0.3.Final</jb.logmanager.version>
<jb.slf4j-jboss-logmanager.version>1.0.4.GA</jb.slf4j-jboss-logmanager.version>
<airlift.version>0.7</airlift.version>
<geronimo.annotation.1.1.spec.version>1.0.1</geronimo.annotation.1.1.spec.version>
@@ -313,14 +313,14 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
- <version>2.2.0.Final</version>
+ <version>2.1.0.Final</version>
<optional>true</optional>
<!-- License: LGPL-->
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-annotations</artifactId>
- <version>2.2.0.Final</version>
+ <version>2.1.0.Final</version>
<scope>provided</scope>
<optional>true</optional>
<!-- License: Apache 2.0-->