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 a3f605c194 GH-2619: Fix writing invalid rdf:XMLLiterals
     new ae2d928799 Comments about errorprone and checkerframework artifacts
     new cc8888ab72 Tidy comments
     new 5b1ac91893 Remove unused QueryIteratorCaching
     new d8377c6d4f Tidy white space
     new 48896cc034 Use arrow switch statements

The 5 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:
 .../riot/lang/rdfxml/rrx/ParserRDFXML_SAX.java     | 87 ++++++++++------------
 .../jena/sparql/engine/ExecutionContext.java       |  3 +-
 .../apache/jena/sparql/engine/binding/Binding.java |  2 +-
 .../jena/sparql/engine/iterator/QueryIter.java     |  3 +-
 .../sparql/engine/iterator/QueryIteratorBase.java  | 20 +++--
 .../engine/iterator/QueryIteratorCaching.java      | 76 -------------------
 .../sparql/engine/iterator/QueryIteratorCheck.java |  1 -
 .../engine/iterator/QueryIteratorWrapper.java      |  1 -
 .../jena/base/module/SubsystemLifecycle.java       | 20 +++--
 .../org/apache/jena/base/module/package-info.java  |  1 -
 pom.xml                                            | 25 ++++++-
 11 files changed, 91 insertions(+), 148 deletions(-)
 delete mode 100644 
jena-arq/src/main/java/org/apache/jena/sparql/engine/iterator/QueryIteratorCaching.java

Reply via email to