You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by GitBox <gi...@apache.org> on 2022/06/19 20:20:01 UTC

[GitHub] [felix-dev] enapps-enorman opened a new pull request, #158: FELIX-6542 ScriptedHealthCheck should handle ScriptEngineFactory defined in a fragment bundle

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: dev-unsubscribe@felix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [felix-dev] cziegeler merged pull request #158: FELIX-6542 ScriptedHealthCheck should handle ScriptEngineFactory defined in a fragment bundle

Posted by GitBox <gi...@apache.org>.
cziegeler merged PR #158:
URL: https://github.com/apache/felix-dev/pull/158


-- 
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: dev-unsubscribe@felix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org