Replies: 1 comment 6 replies
-
I usually use docker to test out my changes in the server or workbench. It's a bit of a slow process though. https://github.com/eclipse/rdf4j/blob/main/docker/run.sh I know it's possible to run your own Servet container locally and connect your IDE so that you can deploy and also debug. But it's been maybe 10 years since the last time I did that. If you make a PR with your proposed changes I think I can enable our CI to run all the tests for you to save you from having to do that locally. Btw. Are you by any chance working on this for Statnett? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking at #3559, as it represents a total blocker for upgrading spring/spring-boot for us in a project that also has dependencies to rdf4j. This is assumed a significant task, so it has to be divided into parts. And I hope some of it can be done pre-migrating javax -> jakarta.
One blocker I have identified is the dependency we have to commons-fileupload (in rdf4j-http-workbench). commons-fileupload does not have any new releases since 2018, and it should not really be required - as servlet 3.0 added support for in-tree multipart handling: https://docs.oracle.com/javaee/7/tutorial/servlets011.htm
Do you think this is doable? I don't see how I could do this effectively - without some knowledge of how the rdf4j-http-workbench fits in the overall rdf4j ecosystem, and would at least require some input from maintainers!
Beta Was this translation helpful? Give feedback.
All reactions