| Summary: | Add a warning that the ejb-security-interceptor quickstart use private API | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | sgilda | |
| Component: | Quickstarts | Assignee: | sgilda | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Vladimir Rastseluev <vrastsel> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 6.2.0 | CC: | bsutter, pgier, pmuir, pslavice | |
| 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: | ||||
| : | 1018271 (view as bug list) | Environment: | ||
| Last Closed: | 2013-12-15 16:48:42 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1018271 | |||
|
Description
sgilda
2013-10-11 15:17:10 UTC
Created against the wrong product. Added this note in the readme: This quickstart uses two classes, org.jboss.as.controller.security.SubjectUserInfo and org.jboss.as.domain.management.security.RealmUser, that are part of the JBoss EAP private API. A public API will become available in the EAP 6.3 release and the private classes will be deprecated, but these classes will be maintained and available for the duration of the EAP 6.x release cycle. Added a comment for each import: // The following class is part of the JBoss private API and will be deprecated in the next release. Fixed in this pull: https://github.com/jboss-developer/jboss-eap-quickstarts/pull/678 Also reverted back to the private API calls. Fixes are in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/281277703cc14ea200352217409d56027f3432ec Verified on EAP 6.2 ER6 |