nddipiazza opened a new pull request, #2499:
URL: https://github.com/apache/tika/pull/2499
## Summary
Move tika-pipes-ignite from the plugins directory to a standalone config
store module.
## Changes
- **Relocated module**: →
- **Updated parent POM**: Changed from to
- **Removed plugin artifacts**:
- Deleted
- Deleted class
- Removed
- **Renamed artifact**: →
- **Updated module references** in parent POMs
## Rationale
Since Ignite is no longer loaded as a plugin (it's a built-in config store
factory), the plugin infrastructure is unnecessary. This simplifies the module
structure and makes it consistent with other config store implementations.
## Testing
- All existing tests pass
- No functional changes, purely structural refactoring
Closes #TIKA-4598
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]