This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
Release v2.3.0
- fix: make 5 consequent attempts to getAnalysis during polling if operation does not succeed with 404
- fix: make 5 attempts to re-upload files if operation does not succeed
- fix: do not try to getAnalysis if
upload files
is not succeed (i.e.missingFiles
is not empty after uploads) - fix: avoid remove operation for empty immutable List
- fix: check file in marker for nullability before proceed
- fix: internal ConcurrentModificationException
- feat: provide unique (per project)
shard
to getAnalysis call - feat: provide
analysisContext
key (getAnalysis
request) for better tracking/logging on backend - chore: reshape/refactor REST API wrapper to be replaceable through constructor base DI