rvesse opened a new pull request, #2563:
URL: https://github.com/apache/jena/pull/2563
In looking into whether the prefixes service PR #2538 could be refactored to
reduce code duplication I noticed that if an Action is registered directly as
servicing a URL, rather than being associated with a Dataset, then if the
Action tries to use any of the transaction handling of HttpAction it can result
in NPEs because some access to the transactional context was not checking for
non-null transactional objects. This commit addresses that problem and should
allow #2538 to be refactored.
----
- [x] Commits have been squashed to remove intermediate development commit
messages.
- [x] Key commit messages start with the issue number (GH-xxxx)
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](https://www.apache.org/licenses/contributor-agreements.html).
----
See the [Apache Jena "Contributing"
guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]