[
https://issues.apache.org/jira/browse/RYA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211428#comment-16211428
]
ASF GitHub Bot commented on RYA-405:
------------------------------------
Github user ejwhite922 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/245#discussion_r145731794
--- Diff:
common/rya.api/src/main/java/org/apache/rya/api/domain/StatementMetadata.java
---
@@ -23,26 +23,16 @@
import java.util.HashMap;
import java.util.Map;
-import org.apache.rya.api.persist.RdfDAOException;
-import org.openrdf.model.impl.URIImpl;
-
import com.google.common.base.Preconditions;
import com.google.common.reflect.TypeToken;
-import com.google.gson.Gson;
-import com.google.gson.GsonBuilder;
-import com.google.gson.JsonDeserializationContext;
-import com.google.gson.JsonDeserializer;
-import com.google.gson.JsonElement;
-import com.google.gson.JsonObject;
-import com.google.gson.JsonParseException;
-import com.google.gson.JsonPrimitive;
-import com.google.gson.JsonSerializationContext;
-import com.google.gson.JsonSerializer;
+import com.google.gson.*;
+import org.apache.rya.api.persist.RdfDAOException;
+import org.eclipse.rdf4j.model.impl.URIImpl;
public class StatementMetadata {
private static Gson gson = new
GsonBuilder().enableComplexMapKeySerialization()
- .registerTypeHierarchyAdapter(RyaType.class, new
RyaTypeAdapter()).create();;
--- End diff --
Good catch
> Migrate from Sesame to rdf4j libs
> ----------------------------------
>
> Key: RYA-405
> URL: https://issues.apache.org/jira/browse/RYA-405
> Project: Rya
> Issue Type: Improvement
> Affects Versions: 3.2.12
> Reporter: Jorge Machado
>
> I have migrated all the project to the newer libs from rdf4j instead of using
> the old ones.
> Can someone take a look ?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)