You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Stefan Egli (JIRA)" <ji...@apache.org> on 2017/03/29 08:04:41 UTC

[jira] [Commented] (SLING-6739) split sling.event into event.api and event.impl

    [ https://issues.apache.org/jira/browse/SLING-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15946697#comment-15946697 ] 

Stefan Egli commented on SLING-6739:
------------------------------------

h6. step 1: svn renamed event to event-renamed-for-split and svn copied it to event/api and event/resource (http://svn.apache.org/viewvc?rev=1789290&view=rev):
{noformat}
svn mv event event-renamed-for-split
mkdir event
svn add event
cd event
svn cp ../event-renamed-for-split api
svn cp ../event-renamed-for-split resource
svn commit -m "SLING-6739 : copied bundles/extensions/event into event/api and event/resources - done via svn cp to preserve history of both new parts"
{noformat}
h6. step 2: removed event-renamed-for-split (http://svn.apache.org/viewvc?rev=1789291&view=rev)
{noformat}
svn rm event-renamed-for-split
svn commit -m "SLING-6739 : removed temp directory event-renamed-for-split"
{noformat}

> split sling.event into event.api and event.impl
> -----------------------------------------------
>
>                 Key: SLING-6739
>                 URL: https://issues.apache.org/jira/browse/SLING-6739
>             Project: Sling
>          Issue Type: Task
>          Components: Extensions
>    Affects Versions: Event 4.2.2
>            Reporter: Stefan Egli
>            Assignee: Stefan Egli
>
> Currently sling.event contains both API and implementation. In order to support different implementation variants it would be good to have two separate bundles, one containing just the API and one with the (current) implementation. I would suggest to create
> bundles/extensions/event-api
> bundles/extensions/event-impl
> and to remove the current
> bundles/extensions/event



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)