Bug 1017856

Summary: ejb-security-interceptors quickstart, shipped with EAP 6.1, includes references to classes which have moved packages
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Pete Muir <pmuir>
Component: Domain ManagementAssignee: Brian Stansberry <brian.stansberry>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.1.0CC: brian.stansberry, darran.lofthouse, emuckenh, jcacek, jkudrnac, lthon, myarboro, sgilda
Target Milestone: ER6   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:13:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Pete Muir 2013-10-10 15:53:37 UTC
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

Comment 1 sgilda 2013-10-10 20:46:45 UTC
This also impacts the new ejb-security-propagation and ejb-security-plus quickstarts.

Comment 4 Ladislav Thon 2013-11-14 13:57:23 UTC
Verified with EAP 6.2.0.CR1.