ØyvindG
ØyvindG
I could try to resolve this if either solution is acceptable. 1. I've changed timestamps to get them from the java 8 library, instead of using the current longs. +import...
https://github.com/apache/jena/blob/jena-4.10.0/jena-extras/jena-serviceenhancer/pom.xml#L103 It looks like the artefact published isn't built using the profile *bundle*, which runs shading. ``` bundle org.apache.jena jena-arq 4.10.0 provided ``` When I actived the profile (by setting...
It starts up when dropped in, but the first example in the docs using wikidata fails with a timeout. It looks like a different bug, either in the example, or...
The second problem is just a misconfigured assembler on my part and is now solved. correlated joins are enabled and working, when it is placed in between the service and...
Tested and ran on linux job which looks good, but confused me a bit first because the ordering of running the tests changed between runs. I guess the removal of...
Adding a dependency for dotenv and using both dotenv and crossenv seems to work for the CI-Job, and the variables *should* be used by default from dotenv when working with...
Added some comments https://github.com/apache/jena/issues/2344#issuecomment-2132421238
Is the PR up to date before running? From line 3 in the screenshot, the script should also include the fallback values for the port for nix, which is not...
This was more tinkering than I anticipated for getting something to work. There is a new dev dependency for fixing this: run-script-os (runs OS-specific commands, in this case *nix for...
Very nice feature @aek-arm and exactly what I was looking for, thanks for posting :) I think this may pass the CI-actions if the sections with `{{ tomcat_directory }}/` is...