This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/jena-fuseki2/jena-fuseki-ui/eslint-10.8.0
in repository https://gitbox.apache.org/repos/asf/jena.git
discard 1b821eec97 Bump eslint from 10.7.0 to 10.8.0 in
/jena-fuseki2/jena-fuseki-ui
add ba74291693 Bump org.roaringbitmap:RoaringBitmap in the
maven-patch-group group
add 219972f50e Bump concurrently
add 3f3a1bb0b3 Bump webpack from 5.108.4 to 5.109.2 in
/jena-fuseki2/jena-fuseki-ui
add 87fed9281c Bump jsdom from 29.1.1 to 30.0.0 in
/jena-fuseki2/jena-fuseki-ui
add e1211dbd88 GH-4107: jena-bom altered to include jena artifacts using
flatten-maven-plugin
add d0bca10a8e GH-4094: Allow execution timestamp to be set by
query/update builders
add 2af738face GH-4094: Consolidate setting 'now' for query execution
add 727e351402 GH-4084: ByteBufferPool test with Fuseki request
add e923f00435 Constants for default threads min/max in Fuseki
add f24a602c6f Bump eslint from 10.7.0 to 10.8.0 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 (1b821eec97)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/jena-fuseki2/jena-fuseki-ui/eslint-10.8.0
(f24a602c6f)
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:
.../apache/jena/sparql/engine/QueryEngineBase.java | 12 +-
.../jena/sparql/engine/main/QueryEngineMain.java | 8 +-
.../apache/jena/sparql/exec/QueryExecDataset.java | 2 -
.../jena/sparql/modify/UpdateEngineBase.java | 10 +-
.../jena/sparql/modify/UpdateProcessorBase.java | 2 +-
.../modify/UpdateProcessorStreamingBase.java | 10 +-
.../java/org/apache/jena/sparql/util/Context.java | 7 +
.../org/apache/jena/sparql/engine/TS_Engine.java | 1 +
.../apache/jena/sparql/engine/TestQueryEngine.java | 56 ++++++
jena-bom/pom.xml | 31 ++++
.../org/apache/jena/fuseki/main/JettyHttps.java | 4 +-
.../org/apache/jena/fuseki/main/JettyServer.java | 6 +-
.../fuseki/main/sys/FusekiSystemConstants.java | 13 ++
.../jena/fuseki/main/TestFusekiServerBuild.java | 47 +++--
jena-fuseki2/jena-fuseki-ui/package.json | 2 +-
jena-fuseki2/jena-fuseki-ui/yarn.lock | 194 ++++++++++-----------
pom.xml | 8 +-
17 files changed, 261 insertions(+), 152 deletions(-)
create mode 100644
jena-arq/src/test/java/org/apache/jena/sparql/engine/TestQueryEngine.java