Weblogic multi module support

Are you able to test those changes locally to ensure they work? I don’t have a websphere environment to test with myself.

Nathan

Hi guys!


I try to deploy a multi module spring application (ear -> war -> liquibase script in jar). The application not found the liquibase script. I figured out why. In the ClassLoaderResourceAccessor list method got path:  zip:/absolute.path.to.the.interface.jar!/META-INF/blablabla  -> the classloader.getResources not found this resource. 

Please add the zip: extension to the path detection:`
Original

}
Thanks


I already tested in tomcat and weblogic…