-
Notifications
You must be signed in to change notification settings - Fork 5
Release 5.14.0 #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Release 5.14.0 #160
Conversation
* EPMRPP-96317 extend analyzer statistics
* EPMRPP-96317 extend analyzer statistics
Merge Master into Develop
…pository_url to artifact_upload_url
Feature/epmrpp 98957 add reusable Java workflow with authorization and Jobs service for releases
add tag 'develop-latest' for docker feature automation
import software.amazon.awssdk.auth.credentials.AwsSessionCredentials; | ||
import software.amazon.awssdk.auth.credentials.DefaultCredentialsProvider; | ||
|
||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary javadoc is missing.
/** | ||
* @author <a href="mailto:[email protected]">Andrei Piankouski</a> | ||
*/ | ||
public class IAMCredentialSupplier implements Supplier<Credentials> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Abbreviation in name 'IAMCredentialSupplier' must contain no more than '1' consecutive capital letters.
.sessionToken(awsCredentials.sessionToken()) | ||
.build(); | ||
|
||
expirationTime = awsCredentials.expirationTime().orElseGet(() -> Instant.now().plusSeconds(3600)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is longer than 100 characters (found 104).
|
No description provided.