[ 
https://issues.apache.org/jira/browse/TRINIDAD-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880126#action_12880126
 ] 

Simarpal Khaira commented on TRINIDAD-1836:
-------------------------------------------

Internal classes with their implementation will be moved to public APIs in 
trinidad-api package as follows: :

    * org.apache.myfaces.trinidad.menu.MenuNode
    * org.apache.myfaces.trinidad.menu.ItemNode
    * org.apache.myfaces.trinidad.menu.GroupNode
    * org.apache.myfaces.trinidad.menu.ImmutableItemNode
    * org.apache.myfaces.trinidad.menu.ImmutableGroupNode
    * org.apache.myfaces.trinidad.menu.MenuUtils

Classes in trinidad-impl package will remain but will now just extend the above 
classes in public API. MenuContentHandlerImpl inside trinidad-impl package will 
now use the instances of public trinidad-api classes.

> Define public apis for org.apache.myfaces.trinidadinternal.menu
> ---------------------------------------------------------------
>
>                 Key: TRINIDAD-1836
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1836
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Archetype
>    Affects Versions: 2.0.0.3-core
>         Environment: Generic
>            Reporter: Simarpal Khaira
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Some consumers use myfaces trinidad internal private APIs as there are no 
> corresponding public APIs to use. But consumer should be using public APIs 
> only because internal APIs are subject to change. We should define public 
> APIs that they can use for the instances where they today rely on a private 
> APIs. This bug tracks the work to define public APIs for usages of 
> org.apache.myfaces.trinidadinternal.menu

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to