IMO SNFE should be exported so upstream projects can depend on it.
Otherwise there is no value in throwing a specific exception in the first
place.


My goal is to move the Segment Store into its own bundle without having
circular dependencies between this new bundle and oak-core. I could have
tried to create two bundles - one with the exported API of the Segment
Store and one with its implementation - but I prefer not to go this way at
the moment. Defining a proper Segment Store API seems to require a
refactoring way deeper than the one I'm doing, and I'm not sure if we want
to go head first into this task, given the current changes currently in
progress on the Segment Store.

Right, makes sense. Can we come up with a different way of (somewhat) reliable conveying a SNFE up the stack so interested parties could hook into it?

Michael

Reply via email to