You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, optional dependencies only influence the way a command graph is built from an XML catalog. If an optional dependency is missing in the catalog, the parsing will continue.
We might want to remove this to require catalogs that are properly set up. It is also considerable to rethink the influence of failing optional dependencies during execution. Maybe we don't need to abort the execution in that case.
The text was updated successfully, but these errors were encountered:
@Husterknupp please include a comment with a reference to this ticket in the place you add this exceptional parsing (CommandMananger.of()) or something.
Problem
Currently, optional dependencies only influence the way a command graph is built from an XML catalog. If an optional dependency is missing in the catalog, the parsing will continue.
We might want to remove this to require catalogs that are properly set up. It is also considerable to rethink the influence of failing optional dependencies during execution. Maybe we don't need to abort the execution in that case.
The text was updated successfully, but these errors were encountered: