Stefan Seifert created SLING-12708: -------------------------------------- Summary: caconfig impl: Fix bnd Import-Package Key: SLING-12708 URL: https://issues.apache.org/jira/browse/SLING-12708 Project: Sling Issue Type: Bug Components: Extensions Reporter: Stefan Seifert Assignee: Stefan Seifert Fix For: Context-Aware Configuration Impl 1.7.2
with SLING-12694, the bnd {{Import-Package}} statement got corrupted, which lead to lot of ClassNotFound errors when deploying the bundle. root cause was an XML comment inside the configuration/bnd parameter - which is completely legal, but was reformatted by spotless in a way to break it. we'll switch to a bnd.bnd file instead. -- This message was sent by Atlassian Jira (v8.20.10#820010)