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 c3a0272642 Merge pull request #1691 from afs/test-init-rdfs
new 120e0ed85b GH-1694: Initialization in jena-geosparql
new 28e7e202e4 Jetty independent CrossOriginFilter
new 080e9e71bc Run jena-fuseki-geosparql tests on a non-default port
new 107d46a15f Merge pull request #1695 from afs/v470-rc2
The 10457 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:
.../src/main/java/org/apache/jena/query/ARQ.java | 4 +-
.../java/org/apache/jena/sparql/ARQConstants.java | 6 +
.../jena/sparql/function/FunctionRegistry.java | 3 +
.../sparql/pfunction/PropertyFunctionRegistry.java | 3 +
.../jena/fuseki/servlets/CrossOriginFilter.java | 278 +++++++++++++++++++--
.../apache/jena/fuseki/geosparql/EmptyTest.java | 2 +-
.../org/apache/jena/fuseki/geosparql/MainTest.java | 2 +-
.../org/apache/jena/fuseki/geosparql/TDB2Test.java | 2 +-
.../org/apache/jena/fuseki/geosparql/TDBTest.java | 2 +-
.../org/apache/jena/geosparql/InitGeoSPARQL.java | 33 ++-
.../geosparql/configuration/GeoSPARQLConfig.java | 12 +-
.../geometry_property/IsValidPF.java | 2 +-
.../geometry_property/IsEmptyFF.java | 2 +-
.../geometry_property/IsSimpleFF.java | 2 +-
.../geometry_property/IsValidFF.java | 2 +-
.../implementation/WKTLiteralFactory.java | 3 +
.../spatial/filter_functions/AngleFFTest.java | 21 +-
17 files changed, 329 insertions(+), 50 deletions(-)