prefer same mapping for relative class lookups in box resolver
Description
If a class coldbox.system.async.Foo creates new Bar() via relative lookup, prefer the same /coldbox mapping of the first class when calculating the path of the second class. This affects the Box Class name, which our libraries depend on.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
If a class coldbox.system.async.Foo creates
new Bar()
via relative lookup, prefer the same/coldbox
mapping of the first class when calculating the path of the second class. This affects the Box Class name, which our libraries depend on.