Strabon
diff ChangeLog @ 1054:e6faec9facc6
Modified pom.xml of endpoint-client in order to produce an valid but unsigned jar that contains all dependencies.
Previously, the produced jar would contain signatures coming from various signed jars, resulting to an invalid jar.
Previously, the produced jar would contain signatures coming from various signed jars, resulting to an invalid jar.
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Sat Apr 20 00:05:19 2013 +0300 (2013-04-20) |
parents | 8fb408631e75 |
children | c69d609a5921 b739b7f99c4d |
line diff
1.1 --- a/ChangeLog Fri Apr 05 23:01:56 2013 +0300 1.2 +++ b/ChangeLog Sat Apr 20 00:05:19 2013 +0300 1.3 @@ -2,6 +2,11 @@ 1.4 1.5 * Version 3.2.9 released. 1.6 1.7 + * Added support of all SPARQL result types provided by Sesame (json, 1.8 + xml, csv, tsv, binary). To get the respective writer, just prepend the 1.9 + string "SPARQL/", e.g., "SPARQL/JSON". This is to ensure that we 1.10 + support all SPARQL result formats of the SPARQL Protocol. 1.11 + 1.12 * Fixed a bug where a non-implemented extension function would make 1.13 Strabon throw a NULL pointer exception. Now we get away with it 1.14 through a warning.