apache / jena

Apache Jena
https://jena.apache.org/
Apache License 2.0
1.1k stars 647 forks source link

Improve HttpAction lifecycle #2507

Closed afs closed 4 months ago

afs commented 4 months ago

GitHub issue resolved #2506

Pull request Description:

To keep the server stable and running, implementations of Fuseki operations must follow the HttpAction lifecycle for transactions.

This PR fixes one problem (found in code review, not as a live bug), and puts in consistency checking.

The consistency checks did show some incorrect use of the HttpAction lifecycle.

There are also changes to remove other, unrelated logging messages output during Fuseki tests.

The function to apply a patch is moved to the Fuseki servlet package.


By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement.