Skip to content

Add longPolling exec param and use in retries - #6902

Merged
dagnir merged 1 commit into
feature/master/2026-new-retriesfrom
dongie/2026-new-retries/long-polling-attr
Apr 24, 2026
Merged

Add longPolling exec param and use in retries#6902
dagnir merged 1 commit into
feature/master/2026-new-retriesfrom
dongie/2026-new-retries/long-polling-attr

Add longPolling exec param and use in retries

7a57b46
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / SonarCloud Code Analysis failed Apr 24, 2026 in 16m 18s

Quality Gate failed

Failed conditions
34 Security Hotspots
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Annotations

Check warning on line 72 in core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/InputStreamWithExecutorAsyncRequestBodyTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove this 'public' modifier.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG4tjXx17URvugvzP&open=AZ3BG4tjXx17URvugvzP&pullRequest=6902

Check warning on line 11 in .github/workflows/s3-regression-tests.yml

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Move this write permission from workflow level to job level.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG46MXx17URvugvzr&open=AZ3BG46MXx17URvugvzr&pullRequest=6902

Check failure on line 74 in core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/InputStreamWithExecutorAsyncRequestBodyTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Change this "try" to a try-with-resources.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG4tjXx17URvugvzR&open=AZ3BG4tjXx17URvugvzR&pullRequest=6902

Check warning on line 38 in core/aws-core/src/test/java/software/amazon/awssdk/awscore/client/builder/InternalDefaultsTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove this 'public' modifier.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG40rXx17URvugvzW&open=AZ3BG40rXx17URvugvzW&pullRequest=6902

Check warning on line 164 in core/retries/src/test/java/software/amazon/awssdk/retries/internal/StandardRetryStrategyTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove this unused "maxBackoff" private field.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG41bXx17URvugvzb&open=AZ3BG41bXx17URvugvzb&pullRequest=6902

Check warning on line 133 in core/retries/src/test/java/software/amazon/awssdk/retries/internal/StandardRetryStrategyTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove this unused "statusCode" private field.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG41bXx17URvugvzZ&open=AZ3BG41bXx17URvugvzZ&pullRequest=6902

Check warning on line 47 in core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/http/pipeline/stages/utils/RetryableStageHelperTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove this 'public' modifier.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG4ygXx17URvugvzS&open=AZ3BG4ygXx17URvugvzS&pullRequest=6902

Check warning on line 29 in core/sdk-core/src/test/java/software/amazon/awssdk/core/retry/NewRetries2026ResolverTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove this 'public' modifier.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG4yyXx17URvugvzT&open=AZ3BG4yyXx17URvugvzT&pullRequest=6902

Check warning on line 63 in core/sdk-core/src/test/java/software/amazon/awssdk/core/async/AsyncRequestBodyFromInputStreamConfigurationTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Refactor the code of the lambda to have only one invocation possibly throwing a runtime exception.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG4zFXx17URvugvzV&open=AZ3BG4zFXx17URvugvzV&pullRequest=6902

Check warning on line 23 in core/retries/src/test/java/software/amazon/awssdk/retries/StandardRetryStrategyV21ConstantsTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove this unused import 'software.amazon.awssdk.retries.api.BackoffStrategy'.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG41tXx17URvugvzd&open=AZ3BG41tXx17URvugvzd&pullRequest=6902

Check warning on line 64 in core/aws-core/src/test/java/software/amazon/awssdk/awscore/client/builder/InternalDefaultsTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove the parentheses around the "env" parameter

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG40rXx17URvugvzX&open=AZ3BG40rXx17URvugvzX&pullRequest=6902

Check warning on line 201 in core/retries/src/test/java/software/amazon/awssdk/retries/internal/StandardRetryStrategyTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove this unused "retryQuota" private field.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG41bXx17URvugvzc&open=AZ3BG41bXx17URvugvzc&pullRequest=6902

Check warning on line 37 in core/retries/src/test/java/software/amazon/awssdk/retries/internal/StandardRetryStrategyTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove this 'public' modifier.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG41bXx17URvugvzY&open=AZ3BG41bXx17URvugvzY&pullRequest=6902

Check failure on line 38 in core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/InputStreamWithExecutorAsyncRequestBodyTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Change this "try" to a try-with-resources.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG4tjXx17URvugvzQ&open=AZ3BG4tjXx17URvugvzQ&pullRequest=6902

Check warning on line 79 in http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/response/InputStreamAdaptingHttpStreamResponseHandler.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Replace this lambda with method reference 'responseHandlerHelper::closeStream'.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG44jXx17URvugvze&open=AZ3BG44jXx17URvugvze&pullRequest=6902

Check warning on line 162 in core/retries/src/test/java/software/amazon/awssdk/retries/internal/StandardRetryStrategyTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove this unused "maxAttempts" private field.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG41bXx17URvugvza&open=AZ3BG41bXx17URvugvza&pullRequest=6902

Check warning on line 54 in core/sdk-core/src/test/java/software/amazon/awssdk/core/retry/NewRetries2026ResolverTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove the parentheses around the "env" parameter

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG4yyXx17URvugvzU&open=AZ3BG4yyXx17URvugvzU&pullRequest=6902

Check warning on line 36 in core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/InputStreamWithExecutorAsyncRequestBodyTest.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Remove this 'public' modifier.

See more on https://sonarcloud.io/project/issues?id=aws_aws-sdk-java-v2&issues=AZ3BG4tjXx17URvugvzO&open=AZ3BG4tjXx17URvugvzO&pullRequest=6902