1. e4ae2d1 Tests should manage resources with try-with-resources blocks. by Gary Gregory · 6 years ago
  2. 48057d1 Tests should manage resources with try-with-resources blocks. by Gary Gregory · 6 years ago
  3. 7a05892 Tests should manage resources with try-with-resources blocks. by Gary Gregory · 6 years ago
  4. 7f8b028 Javadoc: Fix reference. by Gary Gregory · 6 years ago
  5. ba6ee47 Javadoc: Use the active voice. by Gary Gregory · 6 years ago
  6. 3673d18 Javadoc: Fix reference. by Gary Gregory · 6 years ago
  7. b1c4204 Javadoc: Fix reference. by Gary Gregory · 6 years ago
  8. 9285480 No need to nest in else clause. by Gary Gregory · 6 years ago
  9. d77f8dd Use final. by Gary Gregory · 6 years ago
  10. bfc1e07 Add final modifier to private fields. by Gary Gregory · 6 years ago
  11. d5c7206 Remove trailing white spaces on all lines. by Gary Gregory · 6 years ago
  12. 0a2031e Remove unused imports. by Gary Gregory · 6 years ago
  13. 0d4ee5c Remove unnecessary casts. by Gary Gregory · 6 years ago
  14. d59203c Module names, directory names, and artifact names should match. by Gary Gregory · 6 years ago
  15. b73edce Add missing changes.xml file. by Gary Gregory · 6 years ago
  16. c4c0308 Burn version 0.4.0 and use 0.5.0-SNAPSHOT. Version 0.4.0 was not by Gary Gregory · 6 years ago
  17. 031aee2 COMMONSRDF-65: Update RDF4J to 2.2.2 by Stian Soiland-Reyes · 7 years ago
  18. 8adf176 COMMONSRDF-63: parseFile fixes for OSX by Stian Soiland-Reyes · 7 years ago
  19. 350cd26 COMMONSRDF-65: Update to Jena 3.4.0 by Stian Soiland-Reyes · 7 years ago
  20. 58fcfd7 Merge remote-tracking branch 'acoburn/COMMONSRDF-64' by Stian Soiland-Reyes · 7 years ago
  21. bf9f913 Merge remote-tracking branch 'ansell/COMMONSRDF-62-japicmp' by Stian Soiland-Reyes · 7 years ago
  22. 2982446 Upgrade to Jena 3.4.0 by ajs6f · 7 years ago
  23. 0a182bc Adds Automatic-Module-Name to the bundle manifests by Aaron Coburn · 7 years ago
  24. b0af14c COMMONSRDF-62 : Ignore japicmp by default while version is 0.x by Peter Ansell · 7 years ago
  25. 482b831 (chore) adding commons.module.name to pom by Rob Tompkins · 7 years ago
  26. 55d4db0 COMMONSRDF-60: merged patch from @acoburn on github, closes #34 by Sergio Fernández · 7 years ago
  27. 6550f12 COMMONSRDF-59: merged patch from @acoburn on github, closes #33 by Sergio Fernández · 7 years ago
  28. f4be796 Merged patch from @acoburn on github, closes #37 by Sergio Fernández · 7 years ago
  29. 06b334c Minor documentation updates by Aaron Coburn · 7 years ago
  30. 5b03234 COMMONSRDF-60: update commons-parent version by Aaron Coburn · 7 years ago
  31. ef7f444 COMMONSRDF-47: RDFSyntax as an interface, not emum by Stian Soiland-Reyes · 7 years ago
  32. fbd72a9 COMMONSRDF-47: Avoid hard-coded RDFSyntax names by Stian Soiland-Reyes · 7 years ago
  33. 92998b3 Merge remote-tracking branch 'origin/master' into COMMONSRDF-47 by Stian Soiland-Reyes · 7 years ago
  34. a574473 COMMONSRDF-47: Add plural fileExtensions() mediaTypes() by Stian Soiland-Reyes · 7 years ago
  35. f6ea058 hard-coded scmPubUrl by Stian Soiland-Reyes · 7 years ago
  36. 701e47e hard-coded scmPubUrl to avoid proper/commons-rdf-parent by Stian Soiland-Reyes · 7 years ago
  37. 81d5b32 COMMONSRDF-47: Add RDFSyntax.iri() by Stian Soiland-Reyes · 7 years ago
  38. db17f1a COMMONSRDF-47: RDFSyntax::byName returns an Optional by Stian Soiland-Reyes · 7 years ago
  39. e39dc2f COMMONSRDF-47: avoid giving impression of extension by Stian Soiland-Reyes · 7 years ago
  40. b1a3115 COMMONSRDF-57: Verify JSON-LD parses with mega-classpath by Stian Soiland-Reyes · 7 years ago
  41. df6c1a2 ASF headers in Markdown by Stian Soiland-Reyes · 7 years ago
  42. 42a32b4 COMMONSRDF-57 by Stian Soiland-Reyes · 7 years ago
  43. e351d55 COMMONSRDF-56: Workaround for JSON-LD Literal comparisons by Stian Soiland-Reyes · 7 years ago
  44. dc4af99 COMMONSRDF-51: Avoid wrong matches of "Hello" across tests by Stian Soiland-Reyes · 7 years ago
  45. 944188b Ensure quads have toString() by Stian Soiland-Reyes · 7 years ago
  46. 4c69d42 COMMONSRDF-51: compare language tags in lower case by Stian Soiland-Reyes · 7 years ago
  47. 6d4e333 COMMONSRDF-55: Support Jena's urn:x-arq:DefaultGraph and friends by Stian Soiland-Reyes · 7 years ago
  48. 7183369 Test asGeneralizedTriple by Stian Soiland-Reyes · 7 years ago
  49. 8dd1c43 COMMONSRDF-55: Test asGeneralizedQuad() with default graph by Stian Soiland-Reyes · 7 years ago
  50. c90bafe COMMONSRDF-55: recognize default graph Node for generalizedQuad by Stian Soiland-Reyes · 7 years ago
  51. d0ae2d8 Test generalized quad creation by Stian Soiland-Reyes · 7 years ago
  52. 7bbff25 COMMONSRDF-55: JavaDoc of isDefaultGraph() recognition by Stian Soiland-Reyes · 7 years ago
  53. a383e1f COMMONSRDF-55: only adapt our "own" JenaIRI instances by Stian Soiland-Reyes · 7 years ago
  54. 98da22a COMMONSRDF-55: More tests by Stian Soiland-Reyes · 7 years ago
  55. bb26473 COMMONSRDF-55: Handle Jena's urn:x-arq:DefaultGraph and friends by Stian Soiland-Reyes · 7 years ago
  56. 5e2430f COMMONSRDF-54: Added ASF header by Stian Soiland-Reyes · 7 years ago
  57. 69264f1 Attributed Guohui Xiao as contributor by Stian Soiland-Reyes · 7 years ago
  58. d7df785 COMMONSRDF-54 overloads of RDF4J#asRDFTerm by Guohui Xiao · 7 years ago
  59. 1dd347e test cases for testing RDF4J#asRDF overloads by Guohui Xiao · 7 years ago
  60. 202a8c6 COMMONSRDF-51: Comment by Stian Soiland-Reyes · 7 years ago
  61. f8745ef COMMONSRDF-51: Avoid deleting directly from Quad by Stian Soiland-Reyes · 7 years ago
  62. 3cf2711 COMMONSRDF-51: Make sure graph.remove(Triple) ignores langtag case by Stian Soiland-Reyes · 7 years ago
  63. 0470e7c COMMONSRDF-51 Added langtag case tests for dataset by Stian Soiland-Reyes · 7 years ago
  64. 6b07abf Test removal of Triple as well by Stian Soiland-Reyes · 7 years ago
  65. ed787cf remove redundant type casts by Guohui Xiao · 7 years ago
  66. 94fb7c6 COMMONSRDF-54: overloads of RDF4J#asRDFTerm by Guohui Xiao · 7 years ago
  67. d5964a1 COMMONSRDF-51: Ensure RDF4J stream closes in test by Stian Soiland-Reyes · 7 years ago
  68. f5766fe COMMONSRDF-51: g.remove()/stream() case insensitive lang testing by Stian Soiland-Reyes · 7 years ago
  69. 4bc08f6 commented out debug statement by Stian Soiland-Reyes · 7 years ago
  70. c729469 COMMONSRDF-51: Use patterns for remove/contains by Stian Soiland-Reyes · 7 years ago
  71. 448c20b Ensure we don't create @en-gb first with the factory (in case it caches) by Stian Soiland-Reyes · 7 years ago
  72. 50dc886 COMMONSRDF-51: Check langtag equals also graph.add/contains/remove by Stian Soiland-Reyes · 7 years ago
  73. 7046ea1 COMMONSRDF-51: Don't assume langtag case is preserved by Stian Soiland-Reyes · 7 years ago
  74. 25cc1f1 Merge remote-tracking branch 'origin/master' into COMMONSRDF-51-langtag-lcase by Stian Soiland-Reyes · 7 years ago
  75. 42363cf fixed more indentation (mixed tabs) by Sergio Fernández · 7 years ago
  76. edb7d80 fixed indentation by Sergio Fernández · 7 years ago
  77. b9d6751 updated developers information by Sergio Fernández · 7 years ago
  78. 6f11372 COMMONSRDF-51: annotated missing test by Sergio Fernández · 7 years ago
  79. b3a013f updated @stain role by Sergio Fernández · 7 years ago
  80. c04864b Added byName() by Stian Soiland-Reyes · 7 years ago
  81. dc082d1 Merge branch 'master' into COMMONSRDF-47 by Stian Soiland-Reyes · 7 years ago
  82. 8dd1664 COMMONSRDF-47 enum split into W3CRDFSyntax by Stian Soiland-Reyes · 7 years ago
  83. 3064d21 COMMONSRDF-51: compare language tags in lower case by Stian Soiland-Reyes · 7 years ago
  84. 3887517 COMMONSRDF-53: merged PR by @acoburn on github, closes #29 by Sergio Fernández · 7 years ago
  85. 27dbd9e Add ServiceLoader support in OSGi by Aaron Coburn · 7 years ago
  86. 0e1969a COMMONSRDF-52 Avoid Duplicate Bundle-SymbolicName by Stian Soiland-Reyes · 7 years ago
  87. a6b81cc Added Aaron Coburn as contributor by Stian Soiland-Reyes · 7 years ago
  88. 4cb987a set distinct Bundle-SymbolicName values by Aaron Coburn · 7 years ago
  89. ab7afbf incubator-commonsrdf -> commons-rdf by Stian Soiland-Reyes · 7 years ago
  90. bbbe181 Removed incubator links. by Stian Soiland-Reyes · 7 years ago
  91. f3c0732 Revert "Use commons-parent 42 (RC1)" by Stian Soiland-Reyes · 7 years ago
  92. 285a6c1 Commons RDF graduated to Commons PMC by Stian Soiland-Reyes · 7 years ago
  93. 3771e83 Use commons-parent 42 (RC1) by Stian Soiland-Reyes · 7 years ago
  94. 888c8a0 linked the introduction from the main menu by Sergio Fernández · 7 years ago
  95. 902d210 java.util.Optional import by Stian Soiland-Reyes · 7 years ago
  96. 1f19fd8 updated example from introduction.html by Stian Soiland-Reyes · 7 years ago
  97. c6c4cbf clarificatoins by Stian Soiland-Reyes · 7 years ago
  98. e2af2a5 now valid markdown / xhtml by Stian Soiland-Reyes · 7 years ago
  99. ba779e3 about Blank Nodes and literals by Stian Soiland-Reyes · 7 years ago
  100. 567b775 Introduction to RDF using Commons RDF by Stian Soiland-Reyes · 7 years ago