>Your current configuration looks like this: >whitelist.bundles.regexp="^org\.apache\.sling\.junit(\..*)?$" > >Inside target/slingstart.txt this becomes: >whitelist.bundles.regexp="^org.apache.sling.junit(..*)?$" > >Note: all slashes have disappeared.
this is strange, yes. the same escaping problem happens on my local machine - but there the integration test passes. you could reproduce the problem on your machine? as a workaround i will simplify the regex and remove the backslashes. i think we have currently no precise documentation of the sling provisioning file format esp. regarding escaping rules. on [1] only some details of the embedded osgi configuration format are documented. stefan [1] https://sling.apache.org/documentation/development/slingstart.html
