[jboss-jira] [JBoss JIRA] (WFLY-11383) [JDK9+] org.jboss.security.negotiation.spnego package is exported by two jars
Tomas Hofman (Jira)
issues at jboss.org
Tue Nov 20 09:37:00 EST 2018
Tomas Hofman created WFLY-11383:
-----------------------------------
Summary: [JDK9+] org.jboss.security.negotiation.spnego package is exported by two jars
Key: WFLY-11383
URL: https://issues.jboss.org/browse/WFLY-11383
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Tomas Hofman
Assignee: Tomas Hofman
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.12.1#712002)
More information about the jboss-jira
mailing list