]
Steven Hawkins commented on TEIID-3559:
---------------------------------------
Ok, that has been reverted back to dv. So we just have the failing tests on the build box
to resolve.
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)