{{ message }}
Tags: square/square-java-sdk
Tags
SDK regeneration (#198) * [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-java-sdk: 3.42.8 * Add Reporting API polling helper (ReportingHelper.loadAndWait) The Reporting API's /reporting/v1/load is asynchronous: a still-computing query returns HTTP 200 with {"error":"Continue wait"} instead of results, and the caller is expected to re-send the identical request with backoff until results arrive. - ReportingHelper.loadAndWait wraps client.reporting().load in an exponential-backoff retry loop around the "Continue wait" sentinel (defaults: 2s -> 20s, factor 2, 20 attempts; honors thread interruption). - LoadAndWaitOptions builder for tuning the polling/backoff policy. - Unit tests (offline): polling, max-attempts timeout, interruption, plus a real-deserializer check proving {"error":"Continue wait"} survives onto LoadResponse#getAdditionalProperties as a detectable sentinel. - Integration test (live): production-default smoke test gated behind TEST_SQUARE_REPORTING (skips by default, keeping CI green). - README: hand-authored ## Reporting API section. - .fernignore: protect the helper, options, and unit test. * test(reporting): source live token from TEST_SQUARE_REPORTING (prod) * test(reporting): skip on blank TEST_SQUARE_REPORTING (missing CI secret resolves to empty string) * reporting: reapply polling helper + tests on regenerated SDK; align tests to flat LoadResponse * test: skip Disputes integration tests (sandbox not provisioned, 401) to unblock CI --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: fern-support <support@buildwithfern.com>
🌿 Fern Regeneration -- January 23, 2026 (#192) * SDK regeneration * Remove MobileAuthorizationTest since the API was removed 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Mike Konopelski <mikek@squareup.com> Co-authored-by: Claude <noreply@anthropic.com>
🌿 Fern Regeneration -- September 19, 2025 (#174) * SDK regeneration * skip test that fails on ci, but not locally --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: jsklan <jsklan.development@gmail.com>
PreviousNext
