-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider resource manager when loading type descriptions #177
Comments
reckart
added a commit
that referenced
this issue
Nov 14, 2024
- Enhance the RutaResourceLoader to consider an explicitly or implicitly provided resource manager for locating type system descriptions
reckart
added a commit
that referenced
this issue
Nov 15, 2024
- Enhance the RutaResourceLoader to consider an explicitly or implicitly provided resource manager for locating type system descriptions
reckart
added a commit
that referenced
this issue
Nov 15, 2024
…ager-when-loading-type-descriptions Issue #177: Consider resource manager when loading type descriptions
reckart
added a commit
that referenced
this issue
Nov 29, 2024
- Rename SPI class - Add SPI discovery file to META-INF/services (only with the 3.6.0 SPI interface, not with the legacy interfaces)
reckart
added a commit
that referenced
this issue
Nov 29, 2024
- Rename SPI class - Add SPI discovery file to META-INF/services (only with the 3.6.0 SPI interface, not with the legacy interfaces)
reckart
added a commit
that referenced
this issue
Nov 29, 2024
- Rename SPI class - Add SPI discovery file to META-INF/services (only with the 3.6.0 SPI interface, not with the legacy interfaces)
reckart
added a commit
that referenced
this issue
Nov 29, 2024
- Rename SPI class - Add SPI discovery file to META-INF/services (only with the 3.6.0 SPI interface, not with the legacy interfaces)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The resource manager in UIMA 3.6.0 in conjunction with the import-by-name can locate type system descriptions provided through the
TypeSystemProvider
SPI. But Ruta can currently not see those.Describe the solution you'd like
Adjust the
RutaResourceLoader
to consider SPIs through Import/ResourceManagerThe text was updated successfully, but these errors were encountered: