Skip to content

feat(methods): add blocks.validate method #854

feat(methods): add blocks.validate method

feat(methods): add blocks.validate method #854

Triggered via pull request August 15, 2026 01:30
Status Success
Total duration 5m 37s
Artifacts

ci-build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 warnings and 4 notices
build (17): slack-api-client/src/main/java/com/slack/api/audit/impl/AsyncRateLimitQueue.java#L21
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (17): slack-api-client/src/main/java/com/slack/api/scim2/impl/AsyncRateLimitQueue.java#L21
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (17): slack-api-client/src/main/java/com/slack/api/token_rotation/TokenRotationException.java#L5
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (17): slack-api-client/src/main/java/com/slack/api/scim/impl/AsyncRateLimitQueue.java#L21
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (17): slack-api-client/src/main/java/com/slack/api/methods/impl/AsyncRateLimitQueue.java#L63
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (17): slack-api-client/src/main/java/com/slack/api/SlackConfig.java#L287
@Builder.Default requires @builder or @SuperBuilder on the class for it to mean anything.
build (17): slack-api-client/src/main/java/com/slack/api/SlackConfig.java#L273
@Builder.Default requires @builder or @SuperBuilder on the class for it to mean anything.
build (17): slack-api-client/src/main/java/com/slack/api/SlackConfig.java#L270
@Builder.Default requires @builder or @SuperBuilder on the class for it to mean anything.
build (8): slack-api-client/src/main/java/com/slack/api/methods/impl/AsyncRateLimitQueue.java#L63
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (8): slack-api-client/src/main/java/com/slack/api/token_rotation/TokenRotationException.java#L5
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (8): slack-api-client/src/main/java/com/slack/api/scim/impl/AsyncRateLimitQueue.java#L21
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (8): slack-api-client/src/main/java/com/slack/api/scim2/impl/AsyncRateLimitQueue.java#L21
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (8): slack-api-client/src/main/java/com/slack/api/audit/impl/AsyncRateLimitQueue.java#L21
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (8): slack-api-client/src/main/java/com/slack/api/SlackConfig.java#L287
@Builder.Default requires @builder or @SuperBuilder on the class for it to mean anything.
build (8): slack-api-client/src/main/java/com/slack/api/SlackConfig.java#L273
@Builder.Default requires @builder or @SuperBuilder on the class for it to mean anything.
build (8): slack-api-client/src/main/java/com/slack/api/SlackConfig.java#L270
@Builder.Default requires @builder or @SuperBuilder on the class for it to mean anything.
build (14): slack-api-client/src/main/java/com/slack/api/audit/impl/AsyncRateLimitQueue.java#L21
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (14): slack-api-client/src/main/java/com/slack/api/token_rotation/TokenRotationException.java#L5
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (14): slack-api-client/src/main/java/com/slack/api/methods/impl/AsyncRateLimitQueue.java#L63
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (14): slack-api-client/src/main/java/com/slack/api/scim2/impl/AsyncRateLimitQueue.java#L21
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (14): slack-api-client/src/main/java/com/slack/api/scim/impl/AsyncRateLimitQueue.java#L21
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
build (14): slack-api-client/src/main/java/com/slack/api/SlackConfig.java#L287
@Builder.Default requires @builder or @SuperBuilder on the class for it to mean anything.
build (14): slack-api-client/src/main/java/com/slack/api/SlackConfig.java#L273
@Builder.Default requires @builder or @SuperBuilder on the class for it to mean anything.
build (14): slack-api-client/src/main/java/com/slack/api/SlackConfig.java#L270
@Builder.Default requires @builder or @SuperBuilder on the class for it to mean anything.
build (17)
AdoptOpenJDK has moved to Eclipse Temurin https://github.com/actions/setup-java#supported-distributions please consider changing to the 'temurin' distribution type in your setup-java configuration.
build (8)
AdoptOpenJDK has moved to Eclipse Temurin https://github.com/actions/setup-java#supported-distributions please consider changing to the 'temurin' distribution type in your setup-java configuration.
build (14)
The JVM you are looking for could not be found in the Temurin repository, this likely indicates that you are using an out of date version of Java, consider updating and moving to using the Temurin distribution type in setup-java.
build (14)
AdoptOpenJDK has moved to Eclipse Temurin https://github.com/actions/setup-java#supported-distributions please consider changing to the 'temurin' distribution type in your setup-java configuration.