Extract Saxon version into property and remove XPath limit workarounds#1199
Draft
Extract Saxon version into property and remove XPath limit workarounds#1199
Conversation
…nce syntax Agent-Logs-Url: https://github.com/quickfix-j/quickfixj/sessions/203709eb-5c47-4dbf-8054-3ae4f49d029c Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Agent-Logs-Url: https://github.com/quickfix-j/quickfixj/sessions/2191af66-7a53-4ce1-9909-c1e125bda0d6 Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Agent-Logs-Url: https://github.com/quickfix-j/quickfixj/sessions/1146c8e1-6bf7-47f2-8f4d-c18ccfa6f1e3 Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
chrjohn
May 1, 2026 05:34
View session
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.
saxon.versionproperty in rootpom.xml${saxon.version}inquickfixj-codegenerator/pom.xml(was hardcoded12.9)xml-maven-pluginin rootpom.xmlso XSLT 2.0 stylesheets are processed by Saxon instead of the JDK's Xalan (which hits XPath operation count limits)quickfixj-base/src/main/xsl/extractRequiredFields.xsl— replace long chain ofor @id='...'predicates with compact XSLT 2.0 sequence syntax@id = ('a','b','c',...)quickfixj-messages/quickfixj-messages-all/src/main/xsl/minimiseOrchestra.xsl— same XPath sequence refactoringquickfixj-orchestration/src/main/xsl/extractSessionLayer.xsl— same XPath sequence refactoring-Djdk.xml.xpathExprGrpLimit=500 -Djdk.xml.xpathExprOpLimit=500from.mvn/jvm.config.junie/guidelines.md