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
Issue: We have a lot of dependencies which cluttered downstream projects class path when they pull in core as a dependency.
Solution: Make implementations included in core and then have an api module that only holds interfaces
Tasks:
Separate core and api modules
Remove builders, package under class they build for
Restore parser after abstracting parser code
Cleanup references to SimpleGuiManager.get()
The text was updated successfully, but these errors were encountered:
Issue: We have a lot of dependencies which cluttered downstream projects class path when they pull in core as a dependency.
Solution: Make implementations included in core and then have an api module that only holds interfaces
Tasks:
SimpleGuiManager.get()
The text was updated successfully, but these errors were encountered: