Commits
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Jan 15, 2025
-
Copy the full SHA c6b30d0View commit details
Commits on Oct 31, 2024
Commits on Oct 4, 2024
-
Extend expression size for check_reqattr
Xalan does not limit the size of XPath expression used for templates, but by default the JDK does have a limit. This can be overridden explicity. Note that the override is not compatible with Xalan.
-
-
Sorting the aggregate used to generate statistics means there's no need to sort by ID within the XSL transform, avoiding a probably JDK bug.
-
Pass the members file location to the statistics transform
The previous approach of passing the document is incompatible with the JDK processor.
-
-
Simplify outboard statistics generation
With MDA 0.10, it's no longer necessary to duplicate this code.
-