This is an automated email from the ASF dual-hosted git repository.
andy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git.
from 34ea70c Merge pull request #651 from georgschmidtdumont/JENA-1796
new 3f069f4 JENA-1799: QueryType enum.
new 0cb9f41 Tidy up and comment expansion.
new 2b218a2 JENA-1800: Use QueryType with exec*(queryString) operations.
new 8c1b90e JENA-1801: Put empty vars array into output
new 69ccf56 Move comment next to field it applies to
new 728c343 Merge pull request #654 from afs/rdfconnection-query-type
The 8150 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/java/org/apache/jena/query/Query.java | 393 +++++++++++----------
.../java/org/apache/jena/query/QueryType.java} | 23 +-
.../apache/jena/riot/thrift/Binding2Thrift.java | 9 +-
.../org/apache/jena/riot/thrift/Thift2Binding.java | 18 +-
.../org/apache/jena/sparql/core/QueryCompare.java | 2 +-
.../apache/jena/rdfconnection/RDFConnection.java | 226 ++++++------
.../jena/rdfconnection/RDFConnectionRemote.java | 159 +++++++--
.../rdfconnection/AbstractTestRDFConnection.java | 94 +++--
8 files changed, 532 insertions(+), 392 deletions(-)
copy jena-arq/src/{test/java/org/apache/jena/query/TS_ParamString.java =>
main/java/org/apache/jena/query/QueryType.java} (79%)