Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
commons-logging may not play well with classloaders (eg, under current implementation, a POM with just hibernate 2.1.3 in it will get the infamous "Jdk14Logger does not implement Log" error).
Devise a way to handle this. It may need to be something in classworlds, or maybe putting commons-logging into the root of the classloader with a Maven implementation (as long as this only affects Maven and its plugins, not projects built by Maven and run from Maven for tests).
Attachments
Issue Links
- relates to
-
MNG-1725 Find a reusable/consistent way to insulate Mojos from 'does not implement Log' in commons-logging
- Closed