Skip to content

Correct the order of DefaultCredentialsProvider#4918

Merged
debora-ito merged 3 commits intoaws:masterfrom
ryanyuan:3911
Feb 18, 2026
Merged

Correct the order of DefaultCredentialsProvider#4918
debora-ito merged 3 commits intoaws:masterfrom
ryanyuan:3911

Conversation

@ryanyuan
Copy link
Contributor

@ryanyuan ryanyuan commented Feb 11, 2024

Motivation and Context

Current DefaultCredentialsProvider has the wrong order of ProfileCredentialsProvider and WebIdentityTokenFileCredentialsProvider.
#3911

Modifications

Moving ProfileCredentialsProvider to be after WebIdentityTokenFileCredentialsProvider.

Testing

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read the CONTRIBUTING document
  • Local run of mvn install succeeds
  • My code follows the code style of this project
  • My change requires a change to the Javadoc documentation
  • I have updated the Javadoc documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed
  • I have added a changelog entry. Adding a new entry must be accomplished by running the scripts/new-change script and following the instructions. Commit the new file created by the script in .changes/next-release with your changes.
  • My change is to implement 1.11 parity feature and I have updated LaunchChangelog

License

  • I confirm that this pull request can be released under the Apache 2 license

@ryanyuan ryanyuan requested a review from a team as a code owner February 11, 2024 07:31
@debora-ito debora-ito added changelog-not-required Indicate changelog entry is not required for a specific PR no-api-surface-area-change Indicate there is no API surface area change and thus API surface area review is not required labels Feb 18, 2026
@sonarqubecloud
Copy link

@debora-ito debora-ito added this pull request to the merge queue Feb 18, 2026
Merged via the queue into aws:master with commit 86ba462 Feb 18, 2026
24 of 55 checks passed
@debora-ito
Copy link
Member

@all-contributors please add @ryanyuan for docs.

@allcontributors
Copy link
Contributor

@debora-ito

I've put up a pull request to add @ryanyuan! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-not-required Indicate changelog entry is not required for a specific PR no-api-surface-area-change Indicate there is no API surface area change and thus API surface area review is not required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants