Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discrepancy in return types with uima-stream-server #7

Open
tmills opened this issue Jan 5, 2021 · 0 comments
Open

discrepancy in return types with uima-stream-server #7

tmills opened this issue Jan 5, 2021 · 0 comments

Comments

@tmills
Copy link

tmills commented Jan 5, 2021

Looks like the Interface UIMA-Stream-Server/UIMA-Server-Core/src/main/java/edu/mayo/dhs/uima/server/api/UIMANLPResultSerializer.java

has been updated so the return type of serializeNLPResult is JsonNode.

The implementation in this project at:
NLP2FHIR-STREAM/src/main/java/edu/mayo/bsi/nlp2fhir/stream/NLP2FHIRResourceBundleSerializer.java

has the return type Serializable. There isn't a version number change so it's a little difficult to roll back but I will try to git co an older version of UIMA-Stream-Server as a workaround for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant