Konrad Windszus created SLING-8305:
--------------------------------------
Summary: Embed Cocoon XMLSerializer
Key: SLING-8305
URL: https://issues.apache.org/jira/browse/SLING-8305
Project: Sling
Issue Type: Improvement
Components: Extensions
Affects Versions: Rewriter 1.2.2
Reporter: Konrad Windszus
The XMLSerializer
(https://github.com/apache/sling-org-apache-sling-rewriter/blob/669f2074ae550781cd7745422f8b3d17b1045892/src/main/java/org/apache/sling/rewriter/impl/components/XMLSerializerFactory.java#L48)
extends the Cocoon one from
{{org.apache.cocoon.components.serializers.util.XMLSerializer}}. The latter is
a third party dependency which is marked as optional import via
https://github.com/apache/sling-org-apache-sling-rewriter/blob/669f2074ae550781cd7745422f8b3d17b1045892/bnd.bnd#L12.
Neither in the slingstarter nor in AEM 6.4.1 this 3rd party dependency is
shipped by default.
But since the factory from
https://github.com/apache/sling-org-apache-sling-rewriter/blob/master/src/main/java/org/apache/sling/rewriter/impl/components/XMLSerializerFactory.java
is always being registered you run in such cases into a CNFE at run time.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)