HI,
Can you open a ticket in jira and say why this change is needed. Thanks From: Stefan Bischof <stbisc...@bipolis.org> Sent: 11 March 2022 22:53 To: batik-dev@xmlgraphics.apache.org Subject: Add OSGi Support Hi, I would like to add a better OSGi Support for Batik. So I made a PR on GitHub. Could somebody give some comments/review before I start the SVN-Process Topics: * use bnd to create OSGi-Bundle Manifests and simplify build * generate META-INF/services files using @ServiceProvider ( relocate META-INF/services to correct jar) * use ServiceLoader to avoid ClassLoader issues in Service.class PR: https://github.com/apache/xmlgraphics-batik/pull/30