Skip to content

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

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Release 5.14.0 #160

wants to merge 19 commits into from

Conversation

APiankouski
Copy link
Contributor

No description provided.

grabsefx and others added 17 commits December 6, 2024 18:00
* EPMRPP-96317 extend analyzer statistics
* EPMRPP-96317 extend analyzer statistics
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;

/**
Copy link

Choose a reason for hiding this comment

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

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck> reported by reviewdog 🐶
Summary javadoc is missing.

/**
* @author <a href="mailto:[email protected]">Andrei Piankouski</a>
*/
public class IAMCredentialSupplier implements Supplier<Credentials> {
Copy link

Choose a reason for hiding this comment

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

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> reported by reviewdog 🐶
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));
Copy link

Choose a reason for hiding this comment

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

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 104).

Copy link

sonarqubecloud bot commented May 8, 2025

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.

7 participants