You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: