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 d8f0ec1dbf Merge pull request #1263 from afs/shex
new 68a8282259 Typos
new b2ad699165 Extract a standalone char to UTF8 converted
new fa0b3d3b68 Encode non-ASCII
new 339f415720 Remove old Params class (for Apache HttpClient)
new afe10d064c Fix warning
new 42f55d3f2c GH-1259: Set charset on POST sparql query (for wikidata)
new eccc518652 Merge pull request #1269 from afs/http-encoding
The 9833 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:
.../main/java/org/apache/jena/http/HttpLib.java | 4 +-
.../org/apache/jena/sparql/engine/http/Params.java | 48 ---------
.../jena/sparql/exec/http/QueryExecHTTP.java | 8 +-
.../java/org/apache/jena/atlas/io/BlockUTF8.java | 5 +-
.../org/apache/jena/atlas/io/OutStreamUTF8.java | 2 +
.../atlas/io/{OutStreamUTF8.java => ProcUTF8.java} | 114 +++++----------------
.../org/apache/jena/fuseki/server/Dispatcher.java | 8 +-
...DatasetConcurrencyWithConfigurableAnalyzer.java | 18 ++--
8 files changed, 54 insertions(+), 153 deletions(-)
delete mode 100644
jena-arq/src/main/java/org/apache/jena/sparql/engine/http/Params.java
copy jena-base/src/main/java/org/apache/jena/atlas/io/{OutStreamUTF8.java =>
ProcUTF8.java} (58%)