Yeah we could re-purpose this JIRA for sure. That would work for me. The main concern I'd have with putting it in ClassLoaderService#loadJavaServices is it's a public API so anyone could use it and have access to load any service bypassing the security manager. In this case maybe not a huge deal, but as a good practice it likely shouldn't be publicly exposed. |