rombert commented on PR #148:
URL: 
https://github.com/apache/sling-org-apache-sling-starter/pull/148#issuecomment-1737384435

   The update needs to be corrected
   
   ```diff
   diff --git a/src/main/features/base.json b/src/main/features/base.json
   index 158603c..408caa7 100644
   --- a/src/main/features/base.json
   +++ b/src/main/features/base.json
   @@ -219,7 +219,7 @@
                "start-order":"10"
            },
            {
   -            "id":"org.apache.tika:tika-parsers:2.9.0",
   +            "id":"org.apache.tika:tika-parsers-standard-package:2.9.0",
                "start-order":"10"
            },
            {
   ~/s/a/s/org
   ```
   
   Once that is done the resolution problems are visible
   
   ```
   [ERROR] [bundle-packages] 
org.apache.sling:org.apache.sling.jcr.webdav:2.3.8: Bundle is importing 
packages [Package org.apache.tika.metadata;version=[1.0,2), Package 
org.apache.tika.mime;version=[1.2,2), Package 
org.apache.tika.detect;version=[1.0,2)] with start order 15 but no bundle is 
exporting these for that start order in the required version range.
   [ERROR] [bundle-packages] org.apache.tika:tika-core:2.9.0: Bundle is 
importing package org.slf4j;version=[2.0,3) with start order 10 but no bundle 
is exporting these for that start order in the required version range.
   [ERROR] [bundle-packages] org.apache.jackrabbit:oak-lucene:1.54.0: Bundle is 
importing packages [Package org.apache.tika.mime;version=[1.26,2), Package 
org.apache.tika.metadata;version=[1.26,2), Package 
org.apache.tika.sax;version=[1.26,2), Package 
org.apache.tika.parser;version=[1.26,2), Package 
org.apache.tika.config;version=[1.26,2), Package 
org.apache.tika.exception;version=[1.26,2)] with start order 15 but no bundle 
is exporting these for that start order in the required version range
   ```
   
   So we need
   - slf4j-api 2.0 in Sling
   - tika 2.0 support in Jackrabbbit and Oak


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to