[
https://issues.apache.org/jira/browse/COMMONSRDF-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15542463#comment-15542463
]
ASF GitHub Bot commented on COMMONSRDF-36:
------------------------------------------
Github user stain commented on the issue:
https://github.com/apache/incubator-commonsrdf/pull/22
I think it failed over a buggy and quite outdated JDK8 version on Travis:
```
$ java -Xmx32m -version
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
```
it seems to work with `mvn install` with [docker image
airdock/oracle-jdk](https://hub.docker.com/r/airdock/oracle-jdk/):
```
stain@biggiebuntu:~/src/incubator-commonsrdf$ docker run -t -i
airdock/oracle-jdk:latest bash
root@deb98bf92417:~# java -version
java version "1.8.0_74"
Java(TM) SE Runtime Environment (build 1.8.0_74-b02)
Java HotSpot(TM) 64-Bit Server VM (build 25.74-b02, mixed mode)
```
so I'll go ahead and merge.
> jsonld-java integration
> -----------------------
>
> Key: COMMONSRDF-36
> URL: https://issues.apache.org/jira/browse/COMMONSRDF-36
> Project: Apache Commons RDF
> Issue Type: New Feature
> Reporter: Stian Soiland-Reyes
> Assignee: Stian Soiland-Reyes
> Labels: integration, json-ld
> Fix For: 0.3.0
>
>
> Add a new jsonld module with implementation for
> https://github.com/jsonld-java/jsonld-java
> As an RDF Graph "store" this doesn't really qualify as its backing store is
> just a JSON-like dictionary, but this provides a very lightweight dependency
> for parsing/writing JSON-LD and even Turtle and NQuads.
> This has been developed on the branch
> https://github.com/apache/incubator-commonsrdf/tree/jsonld-java/jsonld-java
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)