Sean Hudson

Results 3 issues of Sean Hudson

The TestUtils class in the awssdkv2 package only has async clients; however, the TestUtils in the deprecated package has sync clients. Is there some historic context/reason why the sync ones...

enhancement
pr-requested

…declaration instead of their Chain classes Declaring these beans using their interfaces will make them easier to override. [AwsCredentialsProviderChain](https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/auth/credentials/AwsCredentialsProviderChain.html) is a _final class_, which prevent AOP proxying (e.g. it prevent...

### Summary Changing SymbolCategory from an enum to a struct allows for easier extension. Users can now define their own SymbolCategory without having to modify the symbol list text file....