Skip to content

fix awsIsTransientError and add tests#972

Merged
TingDaoK merged 2 commits intomainfrom
fix-awsIsTransientError
Mar 6, 2026
Merged

fix awsIsTransientError and add tests#972
TingDaoK merged 2 commits intomainfrom
fix-awsIsTransientError

Conversation

@TingDaoK
Copy link
Contributor

@TingDaoK TingDaoK commented Mar 5, 2026

Issue #, if available:

  • The returned value from JNI is a boolean, NOT a Boolean. Java is weird that those are different, one is a simple value the other is an object.

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

import org.junit.Test;
import software.amazon.awssdk.crt.CrtResource;
import software.amazon.awssdk.crt.CrtRuntimeException;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

@TingDaoK TingDaoK merged commit a147b32 into main Mar 6, 2026
95 of 105 checks passed
@TingDaoK TingDaoK deleted the fix-awsIsTransientError branch March 6, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants