[JBoss JIRA] (WFLY-10827) Exclude hornetq-journal from the transitive depenencies
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-10827?page=com.atlassian.jira.plugin... ]
Jeff Mesnil updated WFLY-10827:
-------------------------------
Description:
Although not part of the server runtime, the hornetq-journal is included as a transitive dependency. This fixes it:
{code}
--- pom.xml
+++ pom.xml
@@ -3920,6 +3920,12 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-commons</artifactId>
<version>\${version.org.hornetq}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-journal</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -3932,6 +3938,12 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-jms-client</artifactId>
<version>\${version.org.hornetq}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-journal</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
{code}
was:
Although not part of the server runtime, the hornetq-journal is included as a transitive dependency. This fixes it:
{code}
--- pom.xml
+++ pom.xml
@@ -3920,6 +3920,12 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-commons</artifactId>
<version>\${version.org.hornetq}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-journal</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -3932,6 +3938,12 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-jms-client</artifactId>
<version>\${version.org.hornetq}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-journal</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
> Exclude hornetq-journal from the transitive depenencies
> -------------------------------------------------------
>
> Key: WFLY-10827
> URL: https://issues.jboss.org/browse/WFLY-10827
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Kabir Khan
> Assignee: Jeff Mesnil
>
> Although not part of the server runtime, the hornetq-journal is included as a transitive dependency. This fixes it:
> {code}
> --- pom.xml
> +++ pom.xml
> @@ -3920,6 +3920,12 @@
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-commons</artifactId>
> <version>\${version.org.hornetq}</version>
> + <exclusions>
> + <exclusion>
> + <groupId>org.hornetq</groupId>
> + <artifactId>hornetq-journal</artifactId>
> + </exclusion>
> + </exclusions>
> </dependency>
> <dependency>
> @@ -3932,6 +3938,12 @@
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-jms-client</artifactId>
> <version>\${version.org.hornetq}</version>
> + <exclusions>
> + <exclusion>
> + <groupId>org.hornetq</groupId>
> + <artifactId>hornetq-journal</artifactId>
> + </exclusion>
> + </exclusions>
> </dependency>
> <dependency>
> <groupId>org.infinispan</groupId>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10829) Exclude ironjacamar-spec-api from the transitive depenencies
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-10829?page=com.atlassian.jira.plugin... ]
Jeff Mesnil updated WFLY-10829:
-------------------------------
Description:
Although not part of the server runtime, the ironjacamar-spec-api is included as a transitive dependency. This fixes it:
{code}
--- pom.xml
+++ pom.xml
@@ -4314,6 +4326,10 @@
<version>\${version.org.jboss.ironjacamar}</version>
<exclusions>
<exclusion>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ <groupId>org.jboss.ironjacamar</groupId>
+ </exclusion>
+ <exclusion>
<artifactId>jbossxb</artifactId>
<groupId>org.jboss</groupId>
</exclusion>
@@ -4346,6 +4362,10 @@
<version>\${version.org.jboss.ironjacamar}</version>
<exclusions>
<exclusion>
+ <groupId>org.jboss.ironjacamar</groupId>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ </exclusion>
+ <exclusion>
<artifactId>jboss-integration</artifactId>
<groupId>org.jboss.integration</groupId>
</exclusion>
@@ -4376,6 +4396,10 @@
<version>\${version.org.jboss.ironjacamar}</version>
<exclusions>
<exclusion>
+ <groupId>org.jboss.ironjacamar</groupId>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ </exclusion>
+ <exclusion>
<artifactId>jboss-common-core</artifactId>
<groupId>org.jboss</groupId>
</exclusion>
{code}
was:
Although not part of the server runtime, the hornetq-journal is included as a transitive dependency. This fixes it:
{code}
--- pom.xml
+++ pom.xml
@@ -3920,6 +3920,12 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-commons</artifactId>
<version>\${version.org.hornetq}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-journal</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -3932,6 +3938,12 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-jms-client</artifactId>
<version>\${version.org.hornetq}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-journal</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
@@ -4314,6 +4326,10 @@
<version>\${version.org.jboss.ironjacamar}</version>
<exclusions>
<exclusion>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ <groupId>org.jboss.ironjacamar</groupId>
+ </exclusion>
+ <exclusion>
<artifactId>jbossxb</artifactId>
<groupId>org.jboss</groupId>
</exclusion>
@@ -4346,6 +4362,10 @@
<version>\${version.org.jboss.ironjacamar}</version>
<exclusions>
<exclusion>
+ <groupId>org.jboss.ironjacamar</groupId>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ </exclusion>
+ <exclusion>
<artifactId>jboss-integration</artifactId>
<groupId>org.jboss.integration</groupId>
</exclusion>
@@ -4376,6 +4396,10 @@
<version>\${version.org.jboss.ironjacamar}</version>
<exclusions>
<exclusion>
+ <groupId>org.jboss.ironjacamar</groupId>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ </exclusion>
+ <exclusion>
<artifactId>jboss-common-core</artifactId>
<groupId>org.jboss</groupId>
</exclusion>
{code}
> Exclude ironjacamar-spec-api from the transitive depenencies
> ------------------------------------------------------------
>
> Key: WFLY-10829
> URL: https://issues.jboss.org/browse/WFLY-10829
> Project: WildFly
> Issue Type: Bug
> Components: JCA
> Reporter: Kabir Khan
> Assignee: Stefano Maestri
>
> Although not part of the server runtime, the ironjacamar-spec-api is included as a transitive dependency. This fixes it:
> {code}
> --- pom.xml
> +++ pom.xml
> @@ -4314,6 +4326,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + <groupId>org.jboss.ironjacamar</groupId>
> + </exclusion>
> + <exclusion>
> <artifactId>jbossxb</artifactId>
> <groupId>org.jboss</groupId>
> </exclusion>
> @@ -4346,6 +4362,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <groupId>org.jboss.ironjacamar</groupId>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + </exclusion>
> + <exclusion>
> <artifactId>jboss-integration</artifactId>
> <groupId>org.jboss.integration</groupId>
> </exclusion>
> @@ -4376,6 +4396,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <groupId>org.jboss.ironjacamar</groupId>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + </exclusion>
> + <exclusion>
> <artifactId>jboss-common-core</artifactId>
> <groupId>org.jboss</groupId>
> </exclusion>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10827) Exclude hornetq-journal from the transitive depenencies
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-10827?page=com.atlassian.jira.plugin... ]
Jeff Mesnil updated WFLY-10827:
-------------------------------
Description:
Although not part of the server runtime, the hornetq-journal is included as a transitive dependency. This fixes it:
{code}
--- pom.xml
+++ pom.xml
@@ -3920,6 +3920,12 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-commons</artifactId>
<version>\${version.org.hornetq}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-journal</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -3932,6 +3938,12 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-jms-client</artifactId>
<version>\${version.org.hornetq}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-journal</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
was:
Although not part of the server runtime, the hornetq-journal is included as a transitive dependency. This fixes it:
{code}
--- pom.xml
+++ pom.xml
@@ -3920,6 +3920,12 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-commons</artifactId>
<version>\${version.org.hornetq}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-journal</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -3932,6 +3938,12 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-jms-client</artifactId>
<version>\${version.org.hornetq}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-journal</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
@@ -4314,6 +4326,10 @@
<version>\${version.org.jboss.ironjacamar}</version>
<exclusions>
<exclusion>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ <groupId>org.jboss.ironjacamar</groupId>
+ </exclusion>
+ <exclusion>
<artifactId>jbossxb</artifactId>
<groupId>org.jboss</groupId>
</exclusion>
@@ -4346,6 +4362,10 @@
<version>\${version.org.jboss.ironjacamar}</version>
<exclusions>
<exclusion>
+ <groupId>org.jboss.ironjacamar</groupId>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ </exclusion>
+ <exclusion>
<artifactId>jboss-integration</artifactId>
<groupId>org.jboss.integration</groupId>
</exclusion>
@@ -4376,6 +4396,10 @@
<version>\${version.org.jboss.ironjacamar}</version>
<exclusions>
<exclusion>
+ <groupId>org.jboss.ironjacamar</groupId>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ </exclusion>
+ <exclusion>
<artifactId>jboss-common-core</artifactId>
<groupId>org.jboss</groupId>
</exclusion>
{code}
> Exclude hornetq-journal from the transitive depenencies
> -------------------------------------------------------
>
> Key: WFLY-10827
> URL: https://issues.jboss.org/browse/WFLY-10827
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Kabir Khan
> Assignee: Jeff Mesnil
>
> Although not part of the server runtime, the hornetq-journal is included as a transitive dependency. This fixes it:
> {code}
> --- pom.xml
> +++ pom.xml
> @@ -3920,6 +3920,12 @@
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-commons</artifactId>
> <version>\${version.org.hornetq}</version>
> + <exclusions>
> + <exclusion>
> + <groupId>org.hornetq</groupId>
> + <artifactId>hornetq-journal</artifactId>
> + </exclusion>
> + </exclusions>
> </dependency>
> <dependency>
> @@ -3932,6 +3938,12 @@
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-jms-client</artifactId>
> <version>\${version.org.hornetq}</version>
> + <exclusions>
> + <exclusion>
> + <groupId>org.hornetq</groupId>
> + <artifactId>hornetq-journal</artifactId>
> + </exclusion>
> + </exclusions>
> </dependency>
> <dependency>
> <groupId>org.infinispan</groupId>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10829) Exclude hornetq-journal from the transitive depenencies
by Jeff Mesnil (JIRA)
Jeff Mesnil created WFLY-10829:
----------------------------------
Summary: Exclude hornetq-journal from the transitive depenencies
Key: WFLY-10829
URL: https://issues.jboss.org/browse/WFLY-10829
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Kabir Khan
Assignee: Jeff Mesnil
Although not part of the server runtime, the hornetq-journal is included as a transitive dependency. This fixes it:
{code}
--- pom.xml
+++ pom.xml
@@ -3920,6 +3920,12 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-commons</artifactId>
<version>\${version.org.hornetq}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-journal</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -3932,6 +3938,12 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-jms-client</artifactId>
<version>\${version.org.hornetq}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-journal</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
@@ -4314,6 +4326,10 @@
<version>\${version.org.jboss.ironjacamar}</version>
<exclusions>
<exclusion>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ <groupId>org.jboss.ironjacamar</groupId>
+ </exclusion>
+ <exclusion>
<artifactId>jbossxb</artifactId>
<groupId>org.jboss</groupId>
</exclusion>
@@ -4346,6 +4362,10 @@
<version>\${version.org.jboss.ironjacamar}</version>
<exclusions>
<exclusion>
+ <groupId>org.jboss.ironjacamar</groupId>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ </exclusion>
+ <exclusion>
<artifactId>jboss-integration</artifactId>
<groupId>org.jboss.integration</groupId>
</exclusion>
@@ -4376,6 +4396,10 @@
<version>\${version.org.jboss.ironjacamar}</version>
<exclusions>
<exclusion>
+ <groupId>org.jboss.ironjacamar</groupId>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ </exclusion>
+ <exclusion>
<artifactId>jboss-common-core</artifactId>
<groupId>org.jboss</groupId>
</exclusion>
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10829) Exclude ironjacamar-spec-api from the transitive depenencies
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-10829?page=com.atlassian.jira.plugin... ]
Jeff Mesnil updated WFLY-10829:
-------------------------------
Summary: Exclude ironjacamar-spec-api from the transitive depenencies (was: Exclude hornetq-journal from the transitive depenencies)
> Exclude ironjacamar-spec-api from the transitive depenencies
> ------------------------------------------------------------
>
> Key: WFLY-10829
> URL: https://issues.jboss.org/browse/WFLY-10829
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Kabir Khan
> Assignee: Jeff Mesnil
>
> Although not part of the server runtime, the hornetq-journal is included as a transitive dependency. This fixes it:
> {code}
> --- pom.xml
> +++ pom.xml
> @@ -3920,6 +3920,12 @@
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-commons</artifactId>
> <version>\${version.org.hornetq}</version>
> + <exclusions>
> + <exclusion>
> + <groupId>org.hornetq</groupId>
> + <artifactId>hornetq-journal</artifactId>
> + </exclusion>
> + </exclusions>
> </dependency>
> <dependency>
> @@ -3932,6 +3938,12 @@
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-jms-client</artifactId>
> <version>\${version.org.hornetq}</version>
> + <exclusions>
> + <exclusion>
> + <groupId>org.hornetq</groupId>
> + <artifactId>hornetq-journal</artifactId>
> + </exclusion>
> + </exclusions>
> </dependency>
> <dependency>
> <groupId>org.infinispan</groupId>
> @@ -4314,6 +4326,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + <groupId>org.jboss.ironjacamar</groupId>
> + </exclusion>
> + <exclusion>
> <artifactId>jbossxb</artifactId>
> <groupId>org.jboss</groupId>
> </exclusion>
> @@ -4346,6 +4362,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <groupId>org.jboss.ironjacamar</groupId>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + </exclusion>
> + <exclusion>
> <artifactId>jboss-integration</artifactId>
> <groupId>org.jboss.integration</groupId>
> </exclusion>
> @@ -4376,6 +4396,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <groupId>org.jboss.ironjacamar</groupId>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + </exclusion>
> + <exclusion>
> <artifactId>jboss-common-core</artifactId>
> <groupId>org.jboss</groupId>
> </exclusion>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10829) Exclude ironjacamar-spec-api from the transitive depenencies
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-10829?page=com.atlassian.jira.plugin... ]
Jeff Mesnil updated WFLY-10829:
-------------------------------
Component/s: JCA
(was: JMS)
> Exclude ironjacamar-spec-api from the transitive depenencies
> ------------------------------------------------------------
>
> Key: WFLY-10829
> URL: https://issues.jboss.org/browse/WFLY-10829
> Project: WildFly
> Issue Type: Bug
> Components: JCA
> Reporter: Kabir Khan
> Assignee: Jeff Mesnil
>
> Although not part of the server runtime, the hornetq-journal is included as a transitive dependency. This fixes it:
> {code}
> --- pom.xml
> +++ pom.xml
> @@ -3920,6 +3920,12 @@
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-commons</artifactId>
> <version>\${version.org.hornetq}</version>
> + <exclusions>
> + <exclusion>
> + <groupId>org.hornetq</groupId>
> + <artifactId>hornetq-journal</artifactId>
> + </exclusion>
> + </exclusions>
> </dependency>
> <dependency>
> @@ -3932,6 +3938,12 @@
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-jms-client</artifactId>
> <version>\${version.org.hornetq}</version>
> + <exclusions>
> + <exclusion>
> + <groupId>org.hornetq</groupId>
> + <artifactId>hornetq-journal</artifactId>
> + </exclusion>
> + </exclusions>
> </dependency>
> <dependency>
> <groupId>org.infinispan</groupId>
> @@ -4314,6 +4326,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + <groupId>org.jboss.ironjacamar</groupId>
> + </exclusion>
> + <exclusion>
> <artifactId>jbossxb</artifactId>
> <groupId>org.jboss</groupId>
> </exclusion>
> @@ -4346,6 +4362,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <groupId>org.jboss.ironjacamar</groupId>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + </exclusion>
> + <exclusion>
> <artifactId>jboss-integration</artifactId>
> <groupId>org.jboss.integration</groupId>
> </exclusion>
> @@ -4376,6 +4396,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <groupId>org.jboss.ironjacamar</groupId>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + </exclusion>
> + <exclusion>
> <artifactId>jboss-common-core</artifactId>
> <groupId>org.jboss</groupId>
> </exclusion>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10829) Exclude ironjacamar-spec-api from the transitive depenencies
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-10829?page=com.atlassian.jira.plugin... ]
Jeff Mesnil reassigned WFLY-10829:
----------------------------------
Assignee: Stefano Maestri (was: Jeff Mesnil)
> Exclude ironjacamar-spec-api from the transitive depenencies
> ------------------------------------------------------------
>
> Key: WFLY-10829
> URL: https://issues.jboss.org/browse/WFLY-10829
> Project: WildFly
> Issue Type: Bug
> Components: JCA
> Reporter: Kabir Khan
> Assignee: Stefano Maestri
>
> Although not part of the server runtime, the hornetq-journal is included as a transitive dependency. This fixes it:
> {code}
> --- pom.xml
> +++ pom.xml
> @@ -3920,6 +3920,12 @@
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-commons</artifactId>
> <version>\${version.org.hornetq}</version>
> + <exclusions>
> + <exclusion>
> + <groupId>org.hornetq</groupId>
> + <artifactId>hornetq-journal</artifactId>
> + </exclusion>
> + </exclusions>
> </dependency>
> <dependency>
> @@ -3932,6 +3938,12 @@
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-jms-client</artifactId>
> <version>\${version.org.hornetq}</version>
> + <exclusions>
> + <exclusion>
> + <groupId>org.hornetq</groupId>
> + <artifactId>hornetq-journal</artifactId>
> + </exclusion>
> + </exclusions>
> </dependency>
> <dependency>
> <groupId>org.infinispan</groupId>
> @@ -4314,6 +4326,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + <groupId>org.jboss.ironjacamar</groupId>
> + </exclusion>
> + <exclusion>
> <artifactId>jbossxb</artifactId>
> <groupId>org.jboss</groupId>
> </exclusion>
> @@ -4346,6 +4362,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <groupId>org.jboss.ironjacamar</groupId>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + </exclusion>
> + <exclusion>
> <artifactId>jboss-integration</artifactId>
> <groupId>org.jboss.integration</groupId>
> </exclusion>
> @@ -4376,6 +4396,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <groupId>org.jboss.ironjacamar</groupId>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + </exclusion>
> + <exclusion>
> <artifactId>jboss-common-core</artifactId>
> <groupId>org.jboss</groupId>
> </exclusion>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10821) ASM 6.2.1 is not JDK11 ready
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/WFLY-10821?page=com.atlassian.jira.plugin... ]
Scott Marlow closed WFLY-10821.
-------------------------------
> ASM 6.2.1 is not JDK11 ready
> ----------------------------
>
> Key: WFLY-10821
> URL: https://issues.jboss.org/browse/WFLY-10821
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Reporter: Richard Opalka
> Assignee: Scott Marlow
> Priority: Blocker
> Labels: jdk11
> Fix For: 14.0.0.CR1
>
>
> The following two tests are failing on JDK11:
> * testsuite/compat/src/test/java/org/jboss/as/test/compat/jpa/hibernate/transformer/VerifyHibernate51CompatibilityPropertyAndJDSEnabledTransformerTestCase.java
> * testsuite/compat/src/test/java/org/jboss/as/test/compat/jpa/hibernate/transformer/VerifyHibernate51CompatibilityPropertyEnabledTransformerTestCase.java
> The reason is the following stack trace:
> java.lang.UnsupportedOperationException
> <------>at asm.asm@6.2.1//org.objectweb.asm.ClassVisitor.visitNestMemberExperimental(ClassVisitor.java:248)
> <------>at asm.asm@6.2.1//org.objectweb.asm.ClassReader.accept(ClassReader.java:651)
> <------>at asm.asm@6.2.1//org.objectweb.asm.ClassReader.accept(ClassReader.java:391)
> <------>at org.hibernate.bytecodetransformer(a)14.0.0.Beta2-SNAPSHOT//org.jboss.as.hibernate.Hibernate51CompatibilityTransformer.collectClassesAndInterfaces(Hibernate51CompatibilityTransformer.java:
> <------>at org.hibernate.bytecodetransformer@14.0.0.Beta2-SNAPSHOT//org.jboss.as.hibernate.Hibernate51CompatibilityTransformer.access$200(Hibernate51CompatibilityTransformer.java:50)
> <------>at org.hibernate.bytecodetransformer@14.0.0.Beta2-SNAPSHOT//org.jboss.as.hibernate.Hibernate51CompatibilityTransformer$2.visit(Hibernate51CompatibilityTransformer.java:378)
> <------>at asm.asm@6.2.1//org.objectweb.asm.ClassReader.accept(ClassReader.java:525)
> <------>at asm.asm@6.2.1//org.objectweb.asm.ClassReader.accept(ClassReader.java:391)
> <------>at org.hibernate.bytecodetransformer(a)14.0.0.Beta2-SNAPSHOT//org.jboss.as.hibernate.Hibernate51CompatibilityTransformer.collectClassesAndInterfaces(Hibernate51CompatibilityTransformer.java:
> <------>at org.hibernate.bytecodetransformer@14.0.0.Beta2-SNAPSHOT//org.jboss.as.hibernate.Hibernate51CompatibilityTransformer.transform(Hibernate51CompatibilityTransformer.java:76)
> <------>at org.jboss.as.server@6.0.0.Alpha6-SNAPSHOT//org.jboss.as.server.deployment.module.DelegatingClassFileTransformer.transform(DelegatingClassFileTransformer.java:60)
> <------>at org.jboss.modules.JLIClassTransformer.transform(JLIClassTransformer.java:55)
> <------>at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:503)
> <------>at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:339)
> <------>at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:126)
> <------>at org.jboss.modules.Module.loadModuleClass(Module.java:731)
> <------>at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:247)
> <------>at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:410)
> <------>at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
> <------>at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116)
> <------>at deployment.arquillian-service//org.jboss.as.arquillian.service.ArquillianServiceActivator.activate(ArquillianServiceActivator.java:35)
> <------>at org.jboss.as.server@6.0.0.Alpha6-SNAPSHOT//org.jboss.as.server.deployment.service.ServiceActivatorProcessor.deploy(ServiceActivatorProcessor.java:91)
> <------>at org.jboss.as.server@6.0.0.Alpha6-SNAPSHOT//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:144)
> <------>at org.jboss.msc@1.4.2.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1736)
> <------>at org.jboss.msc@1.4.2.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1698)
> <------>at org.jboss.msc@1.4.2.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1556)
> <------>at org.jboss.threads@2.3.2.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> <------>at org.jboss.threads@2.3.2.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985)
> <------>at org.jboss.threads@2.3.2.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487)
> <------>at org.jboss.threads@2.3.2.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378)
> <------>at java.base/java.lang.Thread.run(Thread.java:834)
> These tests are passing on JDK8, JDK9 & JDK10.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (ELY-1637) Change ReferralMode.toString to return value
by Philippe Marschall (JIRA)
[ https://issues.jboss.org/browse/ELY-1637?page=com.atlassian.jira.plugin.s... ]
Philippe Marschall commented on ELY-1637:
-----------------------------------------
Old configurations stay valid because the parser calls `.toUpperCase()` on the value:
https://github.com/wildfly/wildfly-core/blob/master/elytron/src/main/java...
New configurations with the new schema version with the enumeration will fail XML validation but should still get parsed. The serialization will produce valid XML in either case.
> Change ReferralMode.toString to return value
> --------------------------------------------
>
> Key: ELY-1637
> URL: https://issues.jboss.org/browse/ELY-1637
> Project: WildFly Elytron
> Issue Type: Enhancement
> Reporter: Philippe Marschall
> Assignee: Darran Lofthouse
>
> The documentation of the referral-mode attribute in WildFly says the allowed values should be "ignore", "follow", "throw". However they are currently serialized as "IGNORE", "FOLLOW", "THROW". This is a WildFly issue and not an Elytron issue.
> However as part of the discussion on how to best fix WFCORE-3971 the easiest solution seems to be to change {{ReferralMode#toString()}}, that way the parser does not have to change.
> Once WildFly upgrades to a version of Elytron with this change a couple of tests will fail as the serialized model will intentionally change.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months