Bug 1017856 - ejb-security-interceptors quickstart, shipped with EAP 6.1, includes references to classes which have moved packages
Summary: ejb-security-interceptors quickstart, shipped with EAP 6.1, includes referenc...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER6
: EAP 6.2.0
Assignee: Brian Stansberry
QA Contact: Petr Kremensky
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-10 15:53 UTC by Pete Muir
Modified: 2013-12-15 16:13 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:13:20 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.