Fixed: Complete Mustang 2.26 compatibility - #1806
Merged
mridulpathak merged 1 commit intoAug 29, 2026
Conversation
mridulpathak
merged commit Aug 29, 2026
1ef0670
into
apache:dependabot/gradle/release24.09/org.mustangproject-library-2.26.0
1 check passed
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.
Companion fix for #1803.
Mustang 2.26 brings Tika 3/PDFBox 3 and Jakarta JAXB expectations that the release branch does not yet satisfy. This completes that upgrade by:
pdfbox-ioLoaderAPIDatatypeConverterfor Mustang 2.26 compatibilityThe PDFBox/Tika part follows the approach already accepted on the main line in #1255, updated to the versions resolved by this Dependabot branch.
Verification on Corretto JDK 17 with Gradle 8.14.5:
compileJavapassedcheckstyleMainpassed with no violationscodenarcMainandcodenarcTestpassedgit diff --checkJAIPilot Remote was also attempted with the exact worktree, but its Gradle plugin mirror could not resolve the repository-required Develocity 3.19.2 plugin, so no remote pass is claimed. The disposable workspace and source upload were deleted.