]
Dmitrii Tikhomirov reassigned WFLY-11516:
-----------------------------------------
Assignee: Dmitrii Tikhomirov (was: Farah Juma)
Unuseful log "used for class
com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1"
--------------------------------------------------------------------------------------------------
Key: WFLY-11516
URL:
https://issues.jboss.org/browse/WFLY-11516
Project: WildFly
Issue Type: Bug
Components: JSF
Affects Versions: 16.0.0.Beta1
Reporter: tommaso borgato
Assignee: Dmitrii Tikhomirov
Priority: Minor
During startup of JSF apps we can see warnings at wildfly/eap7 logs :
{noformat}
15:47:08,228 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-3) WELD-000146:
BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class
com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1! .
{noformat}
Is this warning redundant and can be removed?