Hi, Testing out pipes 1.0.2 release on a famous sling server, I get a weird error at installation time [0]. Referred package “org.apache.sling.query.util” is not used directly in the project, and “org.apache.sling.query” dependencies / related code hasn’t change for a big while (sling query 3.0.0, the required dependency is here & active)
This can be solved by setting that particular package as optional in the bundle description, but I would like to understand what happens (and if my release is borked :-( ) Nicolas [0] org.osgi.framework.BundleException: Unable to resolve org.apache.sling.pipes [535](R 535.4): missing requirement [org.apache.sling.pipes [535](R 535.4)] osgi.wiring.package; (osgi.wiring.package=org.apache.sling.query.util) Unresolved requirements: [[org.apache.sling.pipes [535](R 535.4)] osgi.wiring.package; (osgi.wiring.package=org.apache.sling.query.util)]
