chore: sync Java client with Apify OpenAPI spec v2-2026-07-13T092445Z#7
Merged
Conversation
Spec bump only adds already-handled error responses (402/408) and relaxes required stats counters; no interface or behavior change. Bumps client to 0.3.1 and updates the spec-version constant, README, and CHANGELOG. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VEDd2d9MHc8azfZ6J86Fn3
Maven, Gradle, and quick-start pom examples still pinned 0.3.0 after the version bump; align them with the released 0.3.1 coordinate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VEDd2d9MHc8azfZ6J86Fn3
1c03ae3 to
e9b0958
Compare
…ts eventual-consistency tolerant - Add hermetic test asserting pom <version> == Version.CLIENT_VERSION via a filtered build resource - Align docs/examples.md fragments with their standalone example files - Make create-then-iterate integration assertions tolerant of collection LIST eventual consistency via a bounded retry, fixing intermittent IterationIntegrationTest.iterateRequestQueues failures
d75114b to
742d7b1
Compare
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.
Syncs the client to OpenAPI spec
v2-2026-07-13T092445Z(fromv2-2026-07-10T105921Z) and releases0.3.1.The spec delta (apify-docs #2763) only adds already-handled error responses (
402on the actor/run-resurrect run-sync endpoints,408on the task run-sync endpoint) and relaxesrequiredconstraints on run/build/key-value-store/webhook stats counters. Both are already covered by the client's generic non-2xx toApifyApiExceptionhandling and its unknown-property-tolerant deserialization, so no interface or behavior change was needed - only the spec-version constant, version bump, README, and CHANGELOG.Verified locally: Spotless, SpotBugs, unit suite, all 57 integration tests, 7 example programs, and the doc-snippet compile check pass.