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

Thomas Mueller commented on OAK-13:
-----------------------------------

The packages I created:

org.apache.jackrabbit.mk.blobs: 
data store, 
used in MicroKernel implementations,
should be kept

org.apache.jackrabbit.mk.fs: 
file system abstraction,
used by the data store, temp files,
should be kept

org.apache.jackrabbit.mk.index:
property index implementation,
should be kept

org.apache.jackrabbit.mk.json.Jsop*:
json diff builders and tokenizers (stax-style parsers),
used in MicroKernel implementations,
should be kept

(org.apache.jackrabbit.mk.json.JsonBuilder is not from me so I can't comment 
here)

org.apache.jackrabbit.mk.json.fast:
json diff dom-style builder and parser,
used in some tests and Dominiques HotBackup,
not sure if really required - I guess it would make
sense to keep it for the test cases, possibly could be moved
back to the src/test tree

org.apache.jackrabbit.mk.simple:
an alternative MicroKernel implementation (database, in-memory, mongodb),
should be kept

org.apache.jackrabbit.mk.util:
not everything is from me,
most classes should be kept (we can discuss the details)

org.apache.jackrabbit.mk.wrapper:
MicroKernel wrapper implementations,
should be kept I think (we can discuss),

                
> Cleanup org.apache.jackrabbit.mk
> --------------------------------
>
>                 Key: OAK-13
>                 URL: https://issues.apache.org/jira/browse/OAK-13
>             Project: Jackrabbit Oak
>          Issue Type: Task
>            Reporter: angela
>
> imo we should clean up the org.apache.jackrabbit.mk.* packages that are 
> currently
> located in the oak-core module.
> for me it is really hard to destinguish between code that is really part of 
> the
> productive code base for the oak project and code that is purely experimental
> chunk and leftover.
> in order to become familiar with the code that would be helpful for me and
> anybody else that will contribute to the project.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to