[
https://issues.jboss.org/browse/TEIID-3559?page=com.atlassian.jira.plugin...
]
Van Halbert commented on TEIID-3559:
------------------------------------
I believe I fixed the issue.
First, changed to using the Infinispan BOM. But had to specifically specify
infinispan-core because Teiid references the EAP version. Then reordered and moved the
teiid related dependencies below the Infinispan dependencies. With these 2 changes I can
now build via maven and in IDE.
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)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)