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
Sleepycat seems unmaintained. Depending on sleepycat involves including an extra database implementation that (most?) people probably aren't using.
To my knowledge this only affects quickfix.SleepycatStore and quickfix.SleepycatStoreFactory
Options:
Extract Sleepycat code to quickfixj-sleepycat which depends on quickfixj-core. Breaking change for Sleepycat Store users, no impact on everyone else.
Just remove Sleepycat code. Would mean any Sleepycat Store users have to copy in the code to their own projects and maintain it separately. Completely removes QuickfixJ's dependency on it.
The text was updated successfully, but these errors were encountered:
I think option 1 would be the way to go. But I also don't have any insight into how much Sleepycat is used.
Also see #449 which might be related w.r.t. creating a new submodule.
If I may express an opinion on this I think that changing the publishing of SleepycatStore can be regarded as a breaking change, but only in the sense of requiring a new dependency. For higher backwards compatibility the package names could remain the same, but the new module can build and test it. It can even be moved from the existing repo into its own repo in a release such as 3.0.0. It would depend on quickfixj-core. You could leave it unmaintained and wait to see if anyone requests that it be maintained to track qfj releases. If not then it can at some point be deprecated.
Sleepycat seems unmaintained. Depending on sleepycat involves including an extra database implementation that (most?) people probably aren't using.
To my knowledge this only affects
quickfix.SleepycatStore
andquickfix.SleepycatStoreFactory
Options:
Extract Sleepycat code to
quickfixj-sleepycat
which depends onquickfixj-core
. Breaking change for Sleepycat Store users, no impact on everyone else.Just remove Sleepycat code. Would mean any Sleepycat Store users have to copy in the code to their own projects and maintain it separately. Completely removes QuickfixJ's dependency on it.
The text was updated successfully, but these errors were encountered: