Convert jena-core testing to JUnit6. - #4206
Merged
Merged
Conversation
afs
force-pushed
the
convert-junit
branch
3 times, most recently
from
September 8, 2026 08:07
f7b4a00 to
a825023
Compare
…LFeatures_XML_Abbrev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub issue resolved #3236
This is a conversion of all remaining jena-core tests, except for those for ARP1, to JUnit6.
ARP1 (TS3_xmlinput1) is complicated with custom test generation code.
ARP1 itself is legacy.
Conversion done with Claude Code (Opus).
Claude identified coding patterns and did different conversions for different patterns.
This conversion would have been time-consuming, and a long way down any "to do" list otherwise.
Claude Code found some not-being-run classes and also some running of tests happening twice by different routes.
The original count was 10130, and now it is 10168.
.claudecoding conventions added.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.