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
Describe the bug
EnginePlugin interface requires plugins to implement getEngineFactory. However, when a user just wants to implement getCustomCodecServiceFactory, it requires them to implement this method and return Optional.empty().
To Reproduce
Implement EnginePlugin.
Expected behavior
getEngineFactory to default to empty.
I can submit a fix for this.
The text was updated successfully, but these errors were encountered:
Describe the bug
EnginePlugin interface requires plugins to implement getEngineFactory. However, when a user just wants to implement
getCustomCodecServiceFactory
, it requires them to implement this method and return Optional.empty().To Reproduce
Implement EnginePlugin.
Expected behavior
getEngineFactory to default to empty.
I can submit a fix for this.
The text was updated successfully, but these errors were encountered: