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
{{ message }}
This repository was archived by the owner on Dec 20, 2022. It is now read-only.
Expected Behavior - What were you expecting to happen?
A new IGemService for creating several services of one kind with the configuration (e.g., on #3 we can have several Feature Branch Providers (FBPs) for different JIRA instances).
Current Behavior - What happens?
Defined IGemServices are exclusively providing a single instance, which does not allow to configure something like the same FBP with different configurations at the same time.
Possible Solution
Implement a new service (IGemServiceCreator) where services of the same time are created.
The IServiceContainer should handle them and provide services as if they were independent.
Context
See #3 for an example use-case.
It can also be useful for github.com and enterprise instances running on internal networks.