build(deps): update test Commons IO to 2.22.0#788
Merged
Conversation
jbeckwith-oai
force-pushed
the
codex/update-test-commons-io
branch
from
July 16, 2026 00:55
76147f8 to
f90bb53
Compare
HAYDEN-OAI
previously approved these changes
Jul 16, 2026
HAYDEN-OAI
left a comment
There was a problem hiding this comment.
looks good, thanks for the careful validation!
jbeckwith-oai
force-pushed
the
codex/update-test-commons-io
branch
from
July 16, 2026 17:48
f90bb53 to
fdcc0cf
Compare
HAYDEN-OAI
previously approved these changes
Jul 16, 2026
HAYDEN-OAI
left a comment
There was a problem hiding this comment.
looks good, thanks! verified the current head is limited to testImplementation constraints in core and okhttp, so published api/pom and java 8 consumer behavior stay unchanged. commons io 2.22.0 still targets java 8, and the current checks are green.
jbeckwith-oai
force-pushed
the
codex/update-test-commons-io
branch
from
July 16, 2026 19:33
fdcc0cf to
23bd9fe
Compare
HAYDEN-OAI
previously approved these changes
Jul 16, 2026
HAYDEN-OAI
left a comment
There was a problem hiding this comment.
looks good, thanks! rechecked the current head and it stays test-only with green checks.
jbeckwith-oai
force-pushed
the
codex/update-test-commons-io
branch
from
July 16, 2026 21:57
23bd9fe to
cc427a6
Compare
HAYDEN-OAI
approved these changes
Jul 17, 2026
Open
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.
Summary
openai-java-coreandopenai-java-client-okhttpThe alert's patched floor is Commons IO 2.14.0. Commons IO 2.22.0 is the current stable release and still requires Java 8. The resolved artifact has Java 8 classfile level 52, and the focused WireMock tests pass with it under both Jackson compatibility lines.
Downstream compatibility
This is limited to
testImplementationconstraints. Generated Maven POMs and Gradle module metadata for both published modules contain neither Commons IO nor WireMock. There are no production source, bytecode, public API, runtime dependency, or Java baseline changes for SDK consumers.Validation
testRuntimeClasspathgraphs and core'sjacksonPublishedRuntimeresolves Commons IO to 2.22.0testJacksonPublishedpass (external generated-API mock-server tests skipped locally)./scripts/build --no-configuration-cache./scripts/lint./scripts/detect-breaking-changes origin/main