[jboss-jira] [JBoss JIRA] (SECURITY-988) [JDK9+] org.jboss.security.negotiation package is exported by two jars
Darran Lofthouse (JIRA)
issues at jboss.org
Mon Feb 19 09:38:01 EST 2018
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)
More information about the jboss-jira
mailing list