You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Claudenw <gi...@git.apache.org> on 2018/02/04 11:16:44 UTC

[GitHub] jena pull request #352: Fixes for JENA-1457 - Fix graph contract test transa...

GitHub user Claudenw opened a pull request:

    https://github.com/apache/jena/pull/352

    Fixes for JENA-1457 - Fix graph contract test transaction usage

    Fixed removed unnecessary "new Runnable()" constructs and reverted JSONInput.java to master branch version. 
    
    As part of addition ot JENA-1457 this updates junit-contracts to version 0.2.0
    
    Also added .recommenders directory to RAT exclude. (it was already in .gitignore)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Claudenw/jena FixGraphContractTestTransactionUsage

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/352.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #352
    
----
commit 50703b41060227741304d5e6e236ef57c10b6df8
Author: Claude Warren <cl...@...>
Date:   2017-12-29T20:45:33Z

    fixed Graph tests

commit 20b78ae0ddc7a2102602a28f9ed3f48a40c99a1b
Author: Andy Seaborne <an...@...>
Date:   2017-12-18T14:49:40Z

    Blank node labels for JSON Result Set reading

commit 30989a54b4aec3453152ce970832eea8e8acc0d3
Author: Claude Warren <cl...@...>
Date:   2018-01-20T10:10:53Z

    Merge remote-tracking branch 'apache/master' into FixGraphContractTestTransactionUsage

commit fa23c25835247e2586ed37ad491c45322dca45b6
Author: Claude Warren <cl...@...>
Date:   2018-01-20T10:40:33Z

    Added .recommenders to RAT exclusion.

commit 185badb543a6290ae533a0142f416ab4f466043b
Author: Claude Warren <cl...@...>
Date:   2018-01-20T21:29:36Z

    Updated version number for junit-contracts to 0.2.0

commit 363e95818710ec45352bf8e1330dcf3bf1f59686
Author: Claude Warren <cl...@...>
Date:   2018-01-21T12:13:23Z

    Merge branch 'master' into FixGraphContractTestTransactionUsage

commit 02ae2697dbc265c98c21885d284a7c0210125a5c
Author: Claude Warren <cl...@...>
Date:   2018-02-04T10:56:18Z

    Removed unnecsssary "new Runnable()" constructs

commit 567f40531b02ea4808a51837ae8005b98da76886
Author: Claude Warren <cl...@...>
Date:   2018-02-04T11:05:28Z

    Merge branch 'master' into FixGraphContractTestTransactionUsage

commit 0d0beae44bf92ddb7b4b755d58819621d7163d75
Author: Claude Warren <cl...@...>
Date:   2018-02-04T11:11:46Z

    reverted to master version

----


---

[GitHub] jena pull request #352: Fixes for JENA-1457 - Fix graph contract test transa...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/jena/pull/352


---