I have tested with 2.3.0-Snapshot which is built from 2.3 branch, I can see the application context beans, it looks good. but when I try to check session scoped and conversation scoped beans, it now shows empty table (I'm pretty sure there are several session ans conversation scoped beans in the memory),
http://localhost:8080/horizon/weld-probe#/context/session returns {"scope":"javax.enterprise.context.SessionScoped","id":"session"}
http://localhost:8080/horizon/weld-probe#/context/conversation returns {"scope":"javax.enterprise.context.ConversationScoped","id":"conversation"}
is this related with this change?
|