This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/jena-fuseki2/jena-fuseki-ui/eslint-plugin-promise-7.1.0
in repository https://gitbox.apache.org/repos/asf/jena.git
discard 1e756ed6fe Bump eslint-plugin-promise in /jena-fuseki2/jena-fuseki-ui
add a3f605c194 GH-2619: Fix writing invalid rdf:XMLLiterals
add ae2d928799 Comments about errorprone and checkerframework artifacts
add cc8888ab72 Tidy comments
add 5b1ac91893 Remove unused QueryIteratorCaching
add d8377c6d4f Tidy white space
add 48896cc034 Use arrow switch statements
add 3f77f0b199 Bump the npm-patch-group group
add 3d651c965e Bump eslint-plugin-promise in /jena-fuseki2/jena-fuseki-ui
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1e756ed6fe)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/jena-fuseki2/jena-fuseki-ui/eslint-plugin-promise-7.1.0
(3d651c965e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
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 -
.../org/apache/jena/riot/writer/TS_RiotWriter.java | 5 +-
.../apache/jena/riot/writer/TestWriterRDFXML.java | 70 +++++
...rties.java => TestWriterRDFXML_Properties.java} | 2 +-
.../jena/base/module/SubsystemLifecycle.java | 20 +-
.../org/apache/jena/base/module/package-info.java | 1 -
.../jena/rdfxml/xmloutput/impl/Unparser.java | 6 +-
jena-fuseki2/jena-fuseki-ui/yarn.lock | 290 +++++++++++----------
pom.xml | 25 +-
16 files changed, 318 insertions(+), 294 deletions(-)
delete mode 100644
jena-arq/src/main/java/org/apache/jena/sparql/engine/iterator/QueryIteratorCaching.java
create mode 100644
jena-arq/src/test/java/org/apache/jena/riot/writer/TestWriterRDFXML.java
rename
jena-arq/src/test/java/org/apache/jena/riot/writer/{TestRDFXML_WriterProperties.java
=> TestWriterRDFXML_Properties.java} (98%)