Bob McWhirter created WFLY-9608:
-----------------------------------
Summary: WildFly Jandexification should explicitly ignore module-info.class
Key: WFLY-9608
URL:
https://issues.jboss.org/browse/WFLY-9608
Project: WildFly
Issue Type: Enhancement
Reporter: Bob McWhirter
Assignee: Jason Greene
Sometimes dependencies have module-info.class.
When WildFly jandexes them, it burps a warning:
2017-12-11 15:04:20,124 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8)
WFLYSRV0003: Could not index class module-info.class at
/content/microservice-session.war/WEB-INF/lib/asm-tree-6.0.jar:
java.lang.IllegalStateException: Unknown tag! pos=3 poolCount = 12
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)