Sven Metzler created SLING-8268:
-----------------------------------
Summary: MimeTypeWebConsolePlugin is not public
Key: SLING-8268
URL: https://issues.apache.org/jira/browse/SLING-8268
Project: Sling
Issue Type: Bug
Environment: mac os high sierra 10.13.5, karaf 4.2.2,
mvn:org.apache.sling/org.apache.sling.commons.mime/2.2.0
Reporter: Sven Metzler
By testing sling into a karaf container I see the following error:
{code:java}
2019-01-31T08:46:17,277 | ERROR | features-2-thread-1 | mime
| 236 - org.apache.sling.commons.mime - 2.2.0 | bundle
org.apache.sling.commons.mime:2.2.0
(236)[org.apache.sling.commons.mime.internal.MimeTypeWebConsolePlugin(246)] :
Constructor with 0 arguments not found. Component will fail.
{code}
The error occurs because the class is package-private.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)