]
Ramesh Reddy commented on TEIID-3559:
-------------------------------------
"DV" is the new module path, there is reason to going back. That has been that
way since 8.11
Refactor Object and Infinispan translator / connectors
------------------------------------------------------
Key: TEIID-3559
URL:
https://issues.jboss.org/browse/TEIID-3559
Project: Teiid
Issue Type: Task
Components: Misc. Connectors
Reporter: Van Halbert
Assignee: Van Halbert
Priority: Optional
Now that JDG has reworked its remote-cache and changed (reduced) what dependencies its
exposed, there's now more common code between the object/infinispan-cache
translator/connector and the infinispan-cache-dsl translator/connector. I think
refactoring can eliminate issues with support and ensure common behavior across all the
code.
Where is common code seen:
- searching (i.e., DSLSearch)
- updates (InfinispanUpdateExecution)
- ClassRegistry
(for starters)