enapps-enorman opened a new pull request, #158:
URL: https://github.com/apache/felix-dev/pull/158
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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]