Jerry Cwiklik created UIMA-2481:
-----------------------------------
Summary: Remove dubious use of generics in uima-as-camel classes
Key: UIMA-2481
URL: https://issues.apache.org/jira/browse/UIMA-2481
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Reporter: Jerry Cwiklik
Priority: Minor
Fix For: 2.4.0AS
Not sure what the intent was behind declaration like this
public class UimaAsComponent extends DefaultComponent<Exchange>. This seems to be restricting
UimaAsComponent class to operate on Exchange type only. But this does not seem to be enforced.
Javadoc generates warnings when seeing this complaining of missing constructor that takes
Exchange as an arg. I intend to remove generics from classes in the camel project.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|