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/cypress-13.9.0
in repository https://gitbox.apache.org/repos/asf/jena.git


 discard 72f36099d7 Bump cypress from 13.8.1 to 13.9.0 in 
/jena-fuseki2/jena-fuseki-ui
     add db745d0f1f Bump the maven-patch-group group with 2 updates
     add e44c763fc8 Bump org.mockito:mockito-core from 5.11.0 to 5.12.0
     add 3cdc8cf948 Integration tests for CORS
     add 31e409ecc3 Bump the npm-patch-group group
     add 8a494c4717 Bump cypress from 13.8.1 to 13.9.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   (72f36099d7)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/jena-fuseki2/jena-fuseki-ui/cypress-13.9.0 
(8a494c4717)

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:
 .../main/java/org/apache/jena/http/HttpLib.java    |  21 +-
 .../java/org/apache/jena/fuseki/TS_FusekiCore.java |   4 +-
 ...nFilter.java => TestCrossOriginFilterMock.java} |   2 +-
 .../org/apache/jena/fuseki/main/FusekiServer.java  |  25 +-
 .../org/apache/jena/fuseki/main/TS_FusekiMain.java |   1 +
 .../jena/fuseki/main/TestCrossOriginFilter.java    | 297 +++++++++++++++++++++
 .../apache/jena/fuseki/main/TestFusekiMainCmd.java | 105 +-------
 jena-fuseki2/jena-fuseki-ui/yarn.lock              | 214 ++++++++-------
 pom.xml                                            |   4 +-
 9 files changed, 459 insertions(+), 214 deletions(-)
 rename 
jena-fuseki2/jena-fuseki-core/src/test/java/org/apache/jena/fuseki/servlets/{TestCrossOriginFilter.java
 => TestCrossOriginFilterMock.java} (99%)
 create mode 100644 
jena-fuseki2/jena-fuseki-main/src/test/java/org/apache/jena/fuseki/main/TestCrossOriginFilter.java

Reply via email to