This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


    from 3c5fc364b6 Bump the maven-patch-group group with 4 updates
     new 7cece93950 Make error handling of 'no update factory' same as query
     new 8035c61680 GH-3831: Handle UpdateException as 'bad request'
     new 8183d65dfb Note about base URI for parsing (Fuseki)

The 3 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:
 .../jena/sparql/exec/QueryExecutionAdapter.java    |  2 +
 .../jena/sparql/exec/UpdateExecDatasetBuilder.java | 10 +--
 .../jena/sparql/exec/UpdateExecutionAdapter.java   |  3 +
 .../jena/sparql/lang/arq/ParserARQUpdate.java      | 10 +--
 .../org/apache/jena/update/UpdateException.java    | 15 ++--
 jena-cmds/src/main/java/arq/uparse.java            |  2 +-
 .../jena/fuseki/servlets/SPARQLProtocol.java       |  6 +-
 .../jena/fuseki/servlets/SPARQLQueryProcessor.java | 10 ++-
 .../apache/jena/fuseki/servlets/SPARQL_Update.java | 32 +++++----
 .../org/apache/jena/fuseki/main/TS_FusekiMain.java |  3 +-
 .../org/apache/jena/fuseki/main/TestUpdate.java    | 79 ++++++++++++++++++++++
 11 files changed, 131 insertions(+), 41 deletions(-)
 create mode 100644 
jena-fuseki2/jena-fuseki-main/src/test/java/org/apache/jena/fuseki/main/TestUpdate.java

Reply via email to