This is an automated email from the ASF dual-hosted git repository.
rvesse pushed a change to branch gh-2230
in repository https://gitbox.apache.org/repos/asf/jena.git
discard 6633e7bfd6 GH-2230: Replace ExpiringMap with Cache API
add 4adf5fd5c4 GH-2331: Fix test to match the DOM structure (due to
replacing JenaTable by TableListing to get pagination)
add 7c82b10d4a Tidy up test logging configuration
add c8e1af6d44 GH-2328: Simplify running auth tests for Fuseki
add a19b2b2088 GH-2313: Skip unstable test
add a2b581ee52 GH-2230: Replace ExpiringMap with Cache API
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 (6633e7bfd6)
\
N -- N -- N refs/heads/gh-2230 (a2b581ee52)
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:
.github/workflows/maven_windows.yml | 1 -
apache-jena/log4j2.properties | 7 +--
jena-arq/src/test/resources/log4j2.properties | 4 --
jena-fuseki2/apache-jena-fuseki/log4j2.properties | 7 +--
.../src/test/resources/log4j2.properties | 4 --
.../java/org/apache/jena/fuseki/test/HttpTest.java | 4 +-
jena-fuseki2/jena-fuseki-docker/log4j2.properties | 7 +--
.../src/test/resources/log4j2.properties | 4 --
.../jena/fuseki/main/AbstractFusekiTest.java | 67 +++++++++++-----------
.../jena/fuseki/main/AbstractTestAuth_JDK.java | 38 ++++++------
.../apache/jena/fuseki/main/BaseFusekiTest.java | 65 ---------------------
.../apache/jena/fuseki/main/TestAuthQuery_JDK.java | 4 +-
.../org/apache/jena/fuseki/main/TestMetrics.java | 2 +-
.../org/apache/jena/fuseki/main/TestQuery.java | 4 +-
.../main/access/TestServiceDataAuthBuild.java | 10 ++--
.../src/test/resources/log4j2.properties | 4 --
.../jena-fuseki-ui/tests/e2e/specs/datasets.cy.js | 10 ++--
.../src/main/webapp/log4j2.properties | 4 +-
.../jena/fuseki/AbstractTestWebappAuth_JDK.java | 22 +++----
.../jena/fuseki/TestWebappAuthQuery_JDK.java | 16 +++---
.../jena/fuseki/TestWebappAuthUpdate_JDK.java | 12 ++--
.../src/test/resources/log4j2.properties | 7 +--
.../src/test/resources/log4j2.properties | 4 --
.../java/org/apache/jena/http/TestAuthRemote.java | 13 ++---
.../java/org/apache/jena/test/conn/EnvTest.java | 15 ++---
.../src/test/resources/log4j2.properties | 4 --
26 files changed, 111 insertions(+), 228 deletions(-)
delete mode 100644
jena-fuseki2/jena-fuseki-main/src/test/java/org/apache/jena/fuseki/main/BaseFusekiTest.java