https://issues.apache.org/bugzilla/show_bug.cgi?id=55287
--- Comment #3 from Mark Thomas ---
This has also been fixed in 7.0.x for 7.0.51 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To
https://issues.apache.org/bugzilla/show_bug.cgi?id=55287
Jeremy Boynes changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55287
Jeremy Boynes changed:
What|Removed |Added
Blocks||55312
--
You are receiving this m
https://issues.apache.org/bugzilla/show_bug.cgi?id=55287
--- Comment #1 from Jeremy Boynes ---
Looking at StandardJarScanner, it also only looks for services where the
ClassLoader is a URLClassLoader whereas j.u.ServiceLoader basically uses
getResources() on the supplied ClassLoader.
--
You are