arne-bdt opened a new pull request, #2794: URL: https://github.com/apache/jena/pull/2794
- Restored the early return from `JenaSystem.init()` as implemented prior to [commit 8654c07](https://github.com/apache/jena/commit/8654c07f23a892c03a7367981d814c3c8b094f62). - Simplified initialization using the "Initialization-on-demand holder idiom" for better efficiency and thread safety. - Added integration tests for `JenaSystem.init()`, including tests for parallel execution cases. - Implemented additional integration tests that start with a fresh JVM for each run, using JMH as the test runner. - Added `org.openjdk.jmh` as a dependency in `jena-integration-tests`. GitHub issue resolved # Pull request Description: ---- - [x] Tests are included. - no Documentation change and no updates are provided for the [Apache Jena website](https://github.com/apache/jena-site/) - [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: pr-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For additional commands, e-mail: pr-h...@jena.apache.org