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
Is your feature request related to a problem? Please describe.
The newUimaContext method in UIMAFramework requires three mandatory parameters. It is somewhat annoying to have to fill them in manually by calling other standard factory methods.
Describe the solution you'd like
The ability to obtain a context build where I can override default values for logger, resource manager, configuration manager if I want to, but which otherwise uses the default factories to obtain them.
The text was updated successfully, but these errors were encountered:
- Added builder
- Added another factory method without any arguments for the simplest case
- Deprecated old factory method
- Deprecated three-args init method in UimaContextAdmin and added a replacement default method to the interface
Is your feature request related to a problem? Please describe.
The
newUimaContext
method inUIMAFramework
requires three mandatory parameters. It is somewhat annoying to have to fill them in manually by calling other standard factory methods.Describe the solution you'd like
The ability to obtain a context build where I can override default values for logger, resource manager, configuration manager if I want to, but which otherwise uses the default factories to obtain them.
The text was updated successfully, but these errors were encountered: