I have to upgrade an app than run on Apache Sling and Apache Jackrabbit. It uses the launchpad 7 webapp (org.apache.sling.launchpad-7.war
) and the persistence is configured to use Jackrabbit (not Oak), with a workspace stored inside an Oracle database and data stored on the filesytem.
I have seen that newer versions of apache sling do not support Jackrabbit any more, they only support Jackrabbit Oak.
What would be the best way to upgrade Apache Sling on my app ?
- Is it mandatory to use Apache Oak with Sling now ?
- What would be the best (or simplest) way to configure Apache Sling ?
- I have 700MB of data stored in jackrabbit, is there any tool to migrate all that data ?
Thanks,