Hey!

I'm currently trying to solve a tricky class loading issue connected to Spring, CDI and Uber Jars. Here's the scenario:
So it seems the best approach is to make Spring depend on Uber Jars instead of "small ones". Of course, users who use small jars will probably be affected by this change (they would have to either accept using Uber Jars or exclude them in their poms and add dependencies manually). 

Is anyone against this solution? JIRA tracking ticket: [3].

Thanks
Sebastian

[1] Scenario with Weld enabled WAR https://docs.jboss.org/author/display/AS7/Implicit+module+dependencies+for+deployments
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1266831#c7
[3] https://issues.jboss.org/browse/ISPN-6132