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 refactoring action
Move the contents of the following packages from ruta-core-ext to ruta-core:
org.apache.uima.ruta.action
org.apache.uima.ruta.block
org.apache.uima.ruta.type
Expected benefit
These packages overlap with packages of the same name in ruta-core (i.e. they are "split packages"). In an OSGI context, split packages are problematic. Moving the classes will resolve this problem.
The text was updated successfully, but these errors were encountered:
- Move contents of packages ruta.action, ruta.block and ruta.type from ruta-core-ext to ruta-core along with related tests
- Turn ruta-core-ext into an OSGI bundle
- Update script that installs Eclipse formatting rules into the modules
- Remove duplicate javadoc plugin delcaration
Describe the refactoring action
Move the contents of the following packages from ruta-core-ext to ruta-core:
Expected benefit
These packages overlap with packages of the same name in ruta-core (i.e. they are "split packages"). In an OSGI context, split packages are problematic. Moving the classes will resolve this problem.
The text was updated successfully, but these errors were encountered: