[JBoss JIRA] (JBMETA-405) [JDK9+] org.jboss.metadata.merge package is exported by multiple jars
by Tomaz Cerar (JIRA)
Tomaz Cerar created JBMETA-405:
----------------------------------
Summary: [JDK9+] org.jboss.metadata.merge package is exported by multiple jars
Key: JBMETA-405
URL: https://issues.jboss.org/browse/JBMETA-405
Project: JBoss Metadata
Issue Type: Bug
Components: common, ear
Reporter: Tomaz Cerar
if you have
jboss-metadata-ear-11.0.0.Final.jar and jboss-metadata-common-11.0.0.Final.jar
on your module path, jvm complains as both jars export package {{org.jboss.metadata.merge}}
which violates the modules contract where only one module (jar) can provide single package.
example error that jvm prints
{noformat}
Error: Modules jboss.metadata.ear and jboss.metadata.common export package org.jboss.metadata.merge to module wildfly.clustering.common
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[JBoss JIRA] (WFLY-9856) [JDK9+] org.jboss.security.negotiation package is exported by two jars
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-9856?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse updated WFLY-9856:
-----------------------------------
Fix Version/s: 13.0.0.Beta1
> [JDK9+] org.jboss.security.negotiation package is exported by two jars
> ----------------------------------------------------------------------
>
> Key: WFLY-9856
> URL: https://issues.jboss.org/browse/WFLY-9856
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Tomaz Cerar
> Assignee: Darran Lofthouse
> Fix For: 13.0.0.Beta1
>
>
> Currently if you have
> jboss-negotiation-common-3.0.4.Final.jar and jboss-negotiation-extras-3.0.4.Final.jar
> on your module path, jvm complains as both jars export package org.jboss.security.negotiation package
> which violates the modules contract where only one module (jar) can provide single package.
> example error that jvm prints
> {noformat}
> Error: Modules jboss.negotiation.common and jboss.negotiation.extras export package org.jboss.security.negotiation to module wildfly.clustering.common
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[JBoss JIRA] (WFLY-9856) [JDK9+] org.jboss.security.negotiation package is exported by two jars
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-9856?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse moved SECURITY-988 to WFLY-9856:
-------------------------------------------------
Project: WildFly (was: PicketBox )
Key: WFLY-9856 (was: SECURITY-988)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Security
(was: Negotiation)
> [JDK9+] org.jboss.security.negotiation package is exported by two jars
> ----------------------------------------------------------------------
>
> Key: WFLY-9856
> URL: https://issues.jboss.org/browse/WFLY-9856
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Tomaz Cerar
> Assignee: Darran Lofthouse
> Fix For: 13.0.0.Beta1
>
>
> Currently if you have
> jboss-negotiation-common-3.0.4.Final.jar and jboss-negotiation-extras-3.0.4.Final.jar
> on your module path, jvm complains as both jars export package org.jboss.security.negotiation package
> which violates the modules contract where only one module (jar) can provide single package.
> example error that jvm prints
> {noformat}
> Error: Modules jboss.negotiation.common and jboss.negotiation.extras export package org.jboss.security.negotiation to module wildfly.clustering.common
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[JBoss JIRA] (WFLY-9855) [JDK9+] org.jboss.security.negotiation.spnego package is exported by two jars
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-9855?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse updated WFLY-9855:
-----------------------------------
Fix Version/s: 13.0.0.Beta1
> [JDK9+] org.jboss.security.negotiation.spnego package is exported by two jars
> -----------------------------------------------------------------------------
>
> Key: WFLY-9855
> URL: https://issues.jboss.org/browse/WFLY-9855
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Tomaz Cerar
> Assignee: Darran Lofthouse
> Priority: Critical
> Fix For: 13.0.0.Beta1
>
>
> Currently if you have
> jboss-negotiation-spnego-3.0.4.Final and jboss-negotiation-extras-3.0.4.Final.jar
> on your module path, jvm complains as both jars export package org.jboss.security.negotiation.spnego
> which violates the modules contract where only one module (jar) can provide single package.
> example error that jvm prints
> {noformat}
> Error: Modules jboss.negotiation.extras and jboss.negotiation.spnego export package org.jboss.security.negotiation.spnego to module wildfly.clustering.common
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[JBoss JIRA] (SECURITY-988) [JDK9+] org.jboss.security.negotiation package is exported by two jars
by Darran Lofthouse (JIRA)
Darran Lofthouse created SECURITY-988:
-----------------------------------------
Summary: [JDK9+] org.jboss.security.negotiation package is exported by two jars
Key: SECURITY-988
URL: https://issues.jboss.org/browse/SECURITY-988
Project: PicketBox
Issue Type: Bug
Components: Negotiation
Reporter: Tomaz Cerar
Assignee: Darran Lofthouse
Currently if you have
jboss-negotiation-common-3.0.4.Final.jar and jboss-negotiation-extras-3.0.4.Final.jar
on your module path, jvm complains as both jars export package org.jboss.security.negotiation package
which violates the modules contract where only one module (jar) can provide single package.
example error that jvm prints
{noformat}
Error: Modules jboss.negotiation.common and jboss.negotiation.extras export package org.jboss.security.negotiation to module wildfly.clustering.common
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[JBoss JIRA] (WFLY-9855) [JDK9+] org.jboss.security.negotiation.spnego package is exported by two jars
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-9855?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse moved SECURITY-987 to WFLY-9855:
-------------------------------------------------
Project: WildFly (was: PicketBox )
Key: WFLY-9855 (was: SECURITY-987)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Security
(was: Negotiation)
> [JDK9+] org.jboss.security.negotiation.spnego package is exported by two jars
> -----------------------------------------------------------------------------
>
> Key: WFLY-9855
> URL: https://issues.jboss.org/browse/WFLY-9855
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Tomaz Cerar
> Assignee: Darran Lofthouse
> Priority: Critical
> Fix For: 13.0.0.Beta1
>
>
> Currently if you have
> jboss-negotiation-spnego-3.0.4.Final and jboss-negotiation-extras-3.0.4.Final.jar
> on your module path, jvm complains as both jars export package org.jboss.security.negotiation.spnego
> which violates the modules contract where only one module (jar) can provide single package.
> example error that jvm prints
> {noformat}
> Error: Modules jboss.negotiation.extras and jboss.negotiation.spnego export package org.jboss.security.negotiation.spnego to module wildfly.clustering.common
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[JBoss JIRA] (SECURITY-986) [JDK9+] org.jboss.security.negotiation package is exported by two jars
by Tomaz Cerar (JIRA)
Tomaz Cerar created SECURITY-986:
------------------------------------
Summary: [JDK9+] org.jboss.security.negotiation package is exported by two jars
Key: SECURITY-986
URL: https://issues.jboss.org/browse/SECURITY-986
Project: PicketBox
Issue Type: Bug
Components: Negotiation
Reporter: Tomaz Cerar
Assignee: Darran Lofthouse
Currently if you have
jboss-negotiation-common-3.0.4.Final.jar and jboss-negotiation-extras-3.0.4.Final.jar
on your module path, jvm complains as both jars export package org.jboss.security.negotiation package
which violates the modules contract where only one module (jar) can provide single package.
example error that jvm prints
{noformat}
Error: Modules jboss.negotiation.common and jboss.negotiation.extras export package org.jboss.security.negotiation to module wildfly.clustering.common
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[JBoss JIRA] (SECURITY-987) [JDK9+] org.jboss.security.negotiation.spnego package is exported by two jars
by Darran Lofthouse (JIRA)
Darran Lofthouse created SECURITY-987:
-----------------------------------------
Summary: [JDK9+] org.jboss.security.negotiation.spnego package is exported by two jars
Key: SECURITY-987
URL: https://issues.jboss.org/browse/SECURITY-987
Project: PicketBox
Issue Type: Bug
Components: Negotiation
Reporter: Tomaz Cerar
Assignee: Darran Lofthouse
Priority: Critical
Currently if you have
jboss-negotiation-spnego-3.0.4.Final and jboss-negotiation-extras-3.0.4.Final.jar
on your module path, jvm complains as both jars export package org.jboss.security.negotiation.spnego
which violates the modules contract where only one module (jar) can provide single package.
example error that jvm prints
{noformat}
Error: Modules jboss.negotiation.extras and jboss.negotiation.spnego export package org.jboss.security.negotiation.spnego to module wildfly.clustering.common
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[JBoss JIRA] (SECURITY-985) [JDK9+] org.jboss.security.negotiation.spnego package is exported by two jars
by Tomaz Cerar (JIRA)
Tomaz Cerar created SECURITY-985:
------------------------------------
Summary: [JDK9+] org.jboss.security.negotiation.spnego package is exported by two jars
Key: SECURITY-985
URL: https://issues.jboss.org/browse/SECURITY-985
Project: PicketBox
Issue Type: Bug
Components: Negotiation
Reporter: Tomaz Cerar
Assignee: Darran Lofthouse
Priority: Critical
Currently if you have
jboss-negotiation-spnego-3.0.4.Final and jboss-negotiation-extras-3.0.4.Final.jar
on your module path, jvm complains as both jars export package org.jboss.security.negotiation.spnego
which violates the modules contract where only one module (jar) can provide single package.
example error that jvm prints
{noformat}
Error: Modules jboss.negotiation.extras and jboss.negotiation.spnego export package org.jboss.security.negotiation.spnego to module wildfly.clustering.common
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months