Compile errors in kres.transformation
-------------------------------------
Key: STANBOL-34
URL: https://issues.apache.org/jira/browse/STANBOL-34
Project: Stanbol
Issue Type: Bug
Components: KReS
Reporter: Enrico Daga
Assignee: Enrico Daga
Recently, some clerezza dependencies have been modified (without changing the
version of the artifact, probably because it is not an official release yet).
In particular the interface
org.apache.clerezza.rdf.core.serializedform.ParsingProvider seems to be
modified from
Graph parse(InputStream serializedGraph,
String formatIdentifier, UriRef baseUri);
to
void parse(MGraph target, InputStream serializedGraph,
String formatIdentifier, UriRef baseUri);
Two classes in kres.transformation now doesn't compile.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.