You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2023/01/03 11:54:34 UTC

[jena] branch main updated (8a726c5eca -> decdbe77e6)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


    from 8a726c5eca Year update for NOTICE
     new 6a2ee4cd17 GH-1643: Use servlet multipart support for file upload
     new 325b824d7f GH-1643: Remove dependency commons-fileupload
     new 17113de61b GH-1643: DataUploader using servlet file upload
     new decdbe77e6 Merge pull request #1645 from afs/file-uploader

The 10470 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:
 jena-fuseki2/jena-fuseki-core/pom.xml              |  5 --
 .../apache/jena/fuseki/servlets/FusekiFilter.java  |  3 +-
 .../org/apache/jena/fuseki/servlets/UploadRDF.java |  1 -
 .../apache/jena/fuseki/system/DataUploader.java    | 68 +++++++++++++---------
 .../src/main/webapp/META-INF/context.xml           |  7 ++-
 pom.xml                                            | 13 -----
 6 files changed, 47 insertions(+), 50 deletions(-)
 copy jena-core/testing/FileManager/README_LICENSE => jena-fuseki2/jena-fuseki-webapp/src/main/webapp/META-INF/context.xml (90%)