Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch
Description
The org.apache.jackrabbit.vault-3.1.42 contains the RegexpPathMapping implementation we contributed back to Jackrabbit Vault time ago, so the idea is to getting rid of org.apache.sling.distribution.serialization.impl.vlt.RegexpPathMapping and replacing it directly with the org.apache.jackrabbit.vault.fs.api.RegexpPathMapping.
The package containing such class is OSGi exported by the
org.apache.jackrabbit.vault.fs.api;version="2.6.0";uses:="javax.annotation,javax.jcr,org.xml.sax"
directive. That would make our lives easier and avoid to maintain external code by ourselves.
teofili marett could you please have a look at the attached patch, before I check the modification in, please? TIA!