//
ApplicationDescriptor descriptor = ApplicationDescriptor.create(moduleLifeCycle.getClassLoader(), name.toString());
//
Injector injector = injectorProvider.get();
injector.addFileSystem(classes);
injector.setClassLoader(moduleLifeCycle.getClassLoader());
//
log.info("Starting " + descriptor.getName());
Application application = new Application(injector, descriptor, resourceResolver);