You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Eric Norman (Jira)" <ji...@apache.org> on 2022/06/19 20:14:00 UTC

[jira] [Created] (FELIX-6542) ScriptedHealthCheck should handle ScriptEngineFactory defined in a fragment bundle

Eric Norman created FELIX-6542:
----------------------------------

             Summary: ScriptedHealthCheck should handle ScriptEngineFactory defined in a fragment bundle
                 Key: FELIX-6542
                 URL: https://issues.apache.org/jira/browse/FELIX-6542
             Project: Felix
          Issue Type: Bug
          Components: Health Checks
    Affects Versions: healthcheck.generalchecks 3.0.2
            Reporter: Eric Norman


The ScriptEnginesTracker in the Felix Health Check General Checks should handle loading of ScriptEngineFactory serviceloader (/META-INF/services/javax.script.ScriptEngineFactory) files that exist in a fragment.

For example, consider the groovy ScriptEngine that has these:

    Host Bundle - org.codehaus.groovy:groovy:3.0.9

    Fragment - org.codehaus.groovy:groovy-jsr223:3.0.9

 
Expected:

The groovy ScriptEngineFactory declared in the groovy-jsr223 fragment should be discovered and made available.
h4.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)