]
Brian Stansberry reassigned WFLY-11587:
---------------------------------------
Assignee: Brian Stansberry (was: Matej Novotny)
Resolution: Done
org.jboss.as.weld has optional dependency on org.jboss.as.security
which causes regression
------------------------------------------------------------------------------------------
Key: WFLY-11587
URL:
https://issues.jboss.org/browse/WFLY-11587
Project: WildFly
Issue Type: Bug
Components: CDI / Weld, Security
Affects Versions: 15.0.1.Final
Reporter: Matej Novotny
Assignee: Brian Stansberry
Priority: Major
Fix For: 16.0.0.Beta1
This is originally reported on forums, see
[
this|https://developer.jboss.org/thread/279444] link.
The post contains a nice reproducer (which should be turned into automated test) along
with steps to reproduce.
The original cause is WFLY-11125 where Weld's dependency on {{org.jboss.as.security}}
changed from mandatory to optional. This causes failures when using {{@Inject Principal}}.