Bug 1155040
| Summary: | Update DOC-137409 (module classification document) for EAP 6.4.0 | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jakub Cechacek <jcechace> |
| Component: | Other | Assignee: | Yong Yang <yyang> |
| Status: | CLOSED EOL | QA Contact: | Pavel Jelinek <pjelinek> |
| Severity: | high | Docs Contact: | eap-docs <eap-docs> |
| Priority: | unspecified | ||
| Version: | 6.4.0 | CC: | jason.greene, jkudrnac, kanovotn |
| Target Milestone: | --- | ||
| Target Release: | EAP 6.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-19 12:44:38 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: | |
| Embargoed: | |||
| Bug Depends On: | 1158078, 1189053, 1189162, 1189166, 1189170, 1189172, 1189174, 1189199 | ||
| Bug Blocks: | |||
|
Description
Jakub Cechacek
2014-10-21 10:06:03 UTC
Updated for EAP 6.4.0.DR6 Modules org.codehaus.jackson.jackson-* were made public in EAP 6.4.0.DR6: org.codehaus.jackson.jackson-mapper-asl org.codehaus.jackson.jackson-xc org.codehaus.jackson.jackson-jaxrs org.codehaus.jackson.jackson-core-asl (In reply to Katerina Novotna from comment #2) > Modules org.codehaus.jackson.jackson-* were made public in EAP 6.4.0.DR6: > > org.codehaus.jackson.jackson-mapper-asl > org.codehaus.jackson.jackson-xc > org.codehaus.jackson.jackson-jaxrs > org.codehaus.jackson.jackson-core-asl Updated, thanks. In EAP 6.4.0.DR7 there was added new public module javax/websocket/api making javax.websocket and javax.websocket.server packages public from org.jboss.as.web module. See EAP6-310 Unfortunately, the jackson modules mentioned in Comment 2 went again private in EAP 6.4.0.DR9. For more info, see https://bugzilla.redhat.com/show_bug.cgi?id=1158078 For EAP 6.4.0.ER1 jackson modules mentioned in Comment 2 are private (and probably will stay private) but DOC-137409 [1] states them as public. [1] https://mojo.redhat.com/docs/DOC-137409 For EAP 6.4.0.ER2 the visibility of jackson modules is still different from what is stated in https://mojo.redhat.com/docs/DOC-137409 |module |DOC-137409|EAP 6.4.0.ER3| ------------------------------------------------------------------ |org.hornetq |public |deprecated | |org.jboss.as.core-security-api |public |deprecated | |org.jboss.sasl |public |deprecated | |org.osgi.core |preview |deprecated | |org.osgi.enterprise |public |deprecated | |org.picketbox |public |deprecated | |org.picketlink.common |public |deprecated | |org.picketlink.config |public |deprecated | |org.picketlink.core.api |public |deprecated | |org.picketlink.core |public |deprecated | |org.picketlink.federation.bindings |public |deprecated | |org.picketlink.federation |public |deprecated | |org.picketlink.idm.api |public |deprecated | |org.picketlink.idm |public |deprecated | |org.picketlink.idm.schema |public |deprecated | |org.picketlink |public |deprecated | |org.codehaus.jackson.jackson-core-asl |public |private | |org.codehaus.jackson.jackson-jaxrs |public |private | |org.codehaus.jackson.jackson-mapper-asl|public |private | |org.codehaus.jackson.jackson-xc |public |private | For EAp 6.4.0.CR1 there are 2 new differencies in modeule classification of org.jboss.as.security-api and org.jboss.security.negotiation. Summary: |module |DOC-137409 |EAP 6.4.0.CR1 | -------------------------------------------------------------------- |org.hornetq |public |deprecated | |org.jboss.as.core-security-api |public |deprecated | |org.jboss.as.security-api |public |deprecated | |org.jboss.sasl |public |deprecated | |org.jboss.security.negotiation |public |deprecated | |org.osgi.core |preview |deprecated | |org.osgi.enterprise |public |deprecated | |org.picketbox |public |deprecated | |org.picketlink.common |public |deprecated | |org.picketlink.config |public |deprecated | |org.picketlink.core.api |public |deprecated | |org.picketlink.core |public |deprecated | |org.picketlink.federation.bindings |public |deprecated | |org.picketlink.federation |public |deprecated | |org.picketlink.idm.api |public |deprecated | |org.picketlink.idm |public |deprecated | |org.picketlink.idm.schema |public |deprecated | |org.picketlink |public |deprecated | |org.codehaus.jackson.jackson-core-asl |public |private | |org.codehaus.jackson.jackson-jaxrs |public |private | |org.codehaus.jackson.jackson-mapper-asl |public |private | |org.codehaus.jackson.jackson-xc |public |private | The state for EAP 6.4.0.CR2 is just as bad as the situation in 6.4.0.CR1. Updated for EAP 6.4.0.CR2 John Doyle <jdoyle> updated the status of jira EAP6-310 to Closed For EAP 6.4.0.GA as well as 6.4.1.CP.CR2 the state is much better but there are yet 2 differences: |module |DOC-137409|EAP 6.4.0.GA,6.4.1.CP.CR2| --------------------------------------------------------------------- |org.jboss.as.security-api |public |deprecated | |org.jboss.security.negotiation|public |deprecated | |