Hide Forgot
ejb-security-interceptors quickstart, included in EAP 6.1.x, refers to these classes: org.jboss.as.controller.security.SubjectUserInfo; org.jboss.as.domain.management.security.RealmUser; which in EAP 6.2 have moved to new packages: org.jboss.as.core.security.RealmUser; org.jboss.as.core.security.SubjectUserInfo; Per https://docspace.corp.redhat.com/docs/DOC-105009 these are not public API, but by exposing them in a quickstart, they have effectively become public API, and should be treated as such. Note that this blocks correct resolution of these Beta blocking bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1017813 https://bugzilla.redhat.com/show_bug.cgi?id=1017436 https://bugzilla.redhat.com/show_bug.cgi?id=1011701
This also impacts the new ejb-security-propagation and ejb-security-plus quickstarts.
Verified with EAP 6.2.0.CR1.