Details
-
Bug
-
Resolution: Fixed
-
Minor
-
3.3
-
None
Description
This is a regression that was introduced in XCOMMONS-49.
Right now when a component is listed both in components.txt and component-overrides.txt the Annotation Loader will generate a warning like this:
2012-01-03 11:36:01,697 [main] WARN .c.a.ComponentAnnotationLoader - Component [org.xwiki.rendering.internal.transformation.linkchecker.DefaultHTTPChecker] which implements [role = [org.xwiki.rendering.internal.transformation.linkchecker.HTTPChecker] hint = [default]] tried to overwrite component [org.xwiki.test.linkchecker.internal.StubHTTPChecker].However, no action was taken since both components have the same priority level of [{}].
In practice the code will execute correctly but the warning shouldn't be there.