This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch changes-6.2.0
in repository https://gitbox.apache.org/repos/asf/jena.git
discard f4f6c21fb9 CHANGES for Jena 6.2.0
add daf07b4340 [maven-release-plugin] prepare for next development
iteration
add 485dd8d4f0 Update POMs for Jena 6.3.0-SNAPSHOT
add 07f089f4ea Bump the npm-patch-group group
add 92bca75cd2 Bump eslint-plugin-vue in /jena-fuseki2/jena-fuseki-ui
add 461919f50a Bump sinon from 22.0.0 to 22.1.0 in
/jena-fuseki2/jena-fuseki-ui
add 86c27e9046 Bump cypress from 15.18.1 to 15.19.0 in
/jena-fuseki2/jena-fuseki-ui
add 1894a73059 Bump wait-on from 9.0.10 to 9.1.0 in
/jena-fuseki2/jena-fuseki-ui
add aeca6ae41e Bump vue-router from 5.1.0 to 5.2.0 in
/jena-fuseki2/jena-fuseki-ui
add 7cdf5059b0 GH-4097: Support "fuseki --version"
add 0aa9feeafd GH-4091: Make quads a 1st class results format
add 8dd6c3cda1 GH-3647: Allow 'uploading all' when loading into the
default graph through fuseki
new 184b09a55f CHANGES for Jena 6.2.0
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 (f4f6c21fb9)
\
N -- N -- N refs/heads/changes-6.2.0 (184b09a55f)
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.
The 1 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:
apache-jena-libs/pom.xml | 18 +-
apache-jena/pom.xml | 30 +-
jena-arq/pom.xml | 4 +-
.../jena/sparql/resultset/ResultsFormat.java | 154 ++++----
.../apache/jena/sparql/util/QueryExecUtils.java | 10 +-
.../apache/jena/sparql/resultset/TS_ResultSet.java | 1 +
.../jena/sparql/resultset/TestResultsFormat.java | 73 ++++
jena-base/pom.xml | 2 +-
jena-benchmarks/jena-benchmarks-jmh/pom.xml | 14 +-
.../jena-benchmarks-shadedJena560/pom.xml | 2 +-
jena-benchmarks/pom.xml | 2 +-
jena-bom/pom.xml | 2 +-
jena-cmds/pom.xml | 24 +-
.../main/java/org/apache/jena/cmd/CmdGeneral.java | 10 +-
.../src/main/java/org/apache/jena/cmd/CmdMain.java | 9 +
jena-commonsrdf/pom.xml | 4 +-
jena-core/pom.xml | 8 +-
jena-db/jena-dboe-base/pom.xml | 4 +-
jena-db/jena-dboe-index-test/pom.xml | 4 +-
jena-db/jena-dboe-index/pom.xml | 4 +-
jena-db/jena-dboe-storage/pom.xml | 6 +-
jena-db/jena-dboe-trans-data/pom.xml | 10 +-
jena-db/jena-dboe-transaction/pom.xml | 4 +-
jena-db/pom.xml | 4 +-
jena-examples/pom.xml | 2 +-
jena-fuseki2/apache-jena-fuseki/pom.xml | 4 +-
jena-fuseki2/jena-fuseki-access/pom.xml | 4 +-
jena-fuseki2/jena-fuseki-core/pom.xml | 14 +-
jena-fuseki2/jena-fuseki-docker/pom.xml | 4 +-
jena-fuseki2/jena-fuseki-geosparql/pom.xml | 6 +-
jena-fuseki2/jena-fuseki-main/pom.xml | 8 +-
.../apache/jena/fuseki/main/cmds/RunFuseki.java | 10 +
.../apache/jena/fuseki/main/runner/FusekiArgs.java | 2 +-
jena-fuseki2/jena-fuseki-mod-geosparql/pom.xml | 10 +-
jena-fuseki2/jena-fuseki-server/pom.xml | 10 +-
jena-fuseki2/jena-fuseki-ui/pom.xml | 2 +-
.../jena-fuseki-ui/src/views/dataset/Upload.vue | 10 +-
.../jena-fuseki-ui/tests/e2e/specs/upload.cy.js | 38 ++
jena-fuseki2/jena-fuseki-ui/yarn.lock | 392 +++++++++++----------
jena-fuseki2/pom.xml | 4 +-
jena-geosparql/pom.xml | 4 +-
jena-integration-tests/pom.xml | 26 +-
jena-iri3986/pom.xml | 2 +-
jena-langtag/pom.xml | 2 +-
jena-ontapi/pom.xml | 4 +-
jena-querybuilder/pom.xml | 4 +-
jena-rdfconnection/pom.xml | 4 +-
jena-rdfpatch/pom.xml | 4 +-
jena-serviceenhancer/pom.xml | 4 +-
jena-shacl/pom.xml | 4 +-
jena-shex/pom.xml | 4 +-
jena-tdb1/pom.xml | 6 +-
jena-tdb2/pom.xml | 6 +-
jena-text/pom.xml | 10 +-
pom.xml | 6 +-
55 files changed, 574 insertions(+), 439 deletions(-)
create mode 100644
jena-arq/src/test/java/org/apache/jena/sparql/resultset/TestResultsFormat.java