we are still using a tree as classloader and we don't manage exclude list between app classloader and common classloader so we can find conflicts.
- Romain 2012/2/2 Alan D. Cabrera <l...@toolazydogs.com> > > On Jan 31, 2012, at 9:33 PM, David Blevins wrote: > > > Would be great to get an integration test that creates a webapp with say > 10 or 20mb of jars. Then measure that startup time and keep track of it > over time. > > > > As well we could actually start testing specific libraries inside the > webapp to see if there are issues. Spring comes to mind. > > > > Likely some others we can do. > > > > I personally would be interested to see if Confluence and Jira run > without issues (would likely be library conflicts if there are issues). > > Why would one be worried about library conflicts if the war's jar's are > loaded in their own classloader? Is this a special kind of testing? > > > Regards, > Alan >