kamranzafar / JCL

Jar Class Loader, a configurable and dynamic custom classloader designed to create, manage and manipulate isolated Java classloaders in IoC frameworks and web applications.
http://kamranzafar.github.com/
579 stars 161 forks source link

How to use JCL with JavaConfig in Spring Boot #46

Open gicat opened 8 years ago

gicat commented 8 years ago

Hi I am trying to use JCL with an application developed with Spring Boot. Is it possible to integrate an object created with JCL in Spring Boot context? Your documentation uses an xml, is it possible to integrate the object created with JCL with JavaConfig?

Thanks in advance. Regards, Giuseppe

kamranzafar commented 7 years ago

This is not available yet, but something that we will add in the near future.