SmartDataAnalytics / RdfProcessingToolkit

Command line interface based RDF processing toolkit to run sequences of SPARQL statements ad-hoc on RDF datasets, streams of bindings and streams of named graphs with support for processing JSON, CSV and XML using function extensions
https://smartdataanalytics.github.io/RdfProcessingToolkit/
Other
40 stars 3 forks source link

spark jakarta servlet compatibility #48

Closed Aklakan closed 3 months ago

Aklakan commented 11 months ago

The sansa commands currently fail due to spark still expecting javax servlets rather than jakarta ones.

Possible solutions:

[1] https://stackoverflow.com/questions/76618374/spark-3-4-1-jakarta-servlet-6-0-0-compatibility-issue

Aklakan commented 3 months ago

Problem was solved by shading the sansa (spark) package into jakarta.