Skip to content

chore(deps): bump coca-kit from 0.1.7 to 0.1.9 #482

chore(deps): bump coca-kit from 0.1.7 to 0.1.9

chore(deps): bump coca-kit from 0.1.7 to 0.1.9 #482

Triggered via push October 9, 2023 04:22
Status Failure
Total duration 2m 52s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 645 warnings, and 63 notices
Build
Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255
Nullability and data flow problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/common/matcher/FastPathMatcher.java#L47
Expression `pathContainerCache.get(path, this::getPathContainerWithoutCache)` might evaluate to null but is returned by the method declared as @NonNullApi
Nullability and data flow problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/common/matcher/FastPathMatcher.java#L42
Expression `pathPatterCache.get(pattern, this::getPathPatternWithoutCache)` might evaluate to null but is returned by the method declared as @NonNullApi
Deprecated API usage: fist-kit-app/fist-security/fist-boot-security-oauth2-server/src/main/java/com/power4j/fist/autoconfigure/security/ResourceServerConfiguration.java#L55
'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' is deprecated
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/web/event/error/HandlerErrorEvent.java#L53
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-cloud/fist-cloud-gateway/fist-gateway-auth-core/src/main/java/com/power4j/fist/cloud/gateway/authorization/domain/AuthProblem.java#L41
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-data/fist-support-data/src/main/java/com/power4j/fist/boot/common/op/OpTemplateBuilder.java#L180
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-data/fist-support-data/src/main/java/com/power4j/fist/data/tree/domain/TreeNode.java#L43
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-security/fist-support-security/src/main/java/com/power4j/fist/boot/security/context/UserContextHolder.java#L67
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/event/ServerErrorEvent.java#L51
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/common/error/Breaker.java#L40
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/ApiResponseInfo.java#L40
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-infra/fist-redisson/src/main/java/com/power4j/fist/boot/autoconfigure/redisson/queue/QueueConsumerBeanProcessor.java#L34
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-cloud/fist-cloud-gateway/fist-gateway-auth-core/src/main/java/com/power4j/fist/cloud/gateway/authorization/domain/AuthState.java#L30
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/ExceptionInfo.java#L42
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-data/fist-support-data/src/main/java/com/power4j/fist/data/tree/domain/TreeNode.java#L40
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/HttpRequestInfo.java#L48
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/EnvInfo.java#L38
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-infra/fist-redisson/src/main/java/com/power4j/fist/redisson/topic/DefaultTopicPublisher.java#L23
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/common/error/Breaker.java#L37
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-data/fist-support-data/src/main/java/com/power4j/fist/boot/common/op/bus/Bus.java#L34
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-cloud/fist-cloud-gateway/fist-gateway-auth-core/src/main/java/com/power4j/fist/cloud/gateway/authorization/domain/AuthContext.java#L45
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-security/fist-support-security/src/main/java/com/power4j/fist/security/core/authorization/domain/AnonymousUser.java#L41
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-data/fist-support-data/src/main/java/com/power4j/fist/boot/common/op/OpTemplateBuilder.java#L52
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-boot-web-app/src/main/java/com/power4j/fist/boot/common/jackson/JacksonCustomizeProperties.java#L49
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-cloud/fist-cloud-gateway/fist-gateway-auth-core/src/main/java/com/power4j/fist/cloud/gateway/authorization/domain/AuthContext.java#L54
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-data/fist-support-data/src/main/java/com/power4j/fist/boot/common/op/OpTemplateBuilder.java#L55
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-boot-web-app/src/main/java/com/power4j/fist/boot/common/jackson/JacksonCustomizeProperties.java#L41
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-cloud/fist-cloud-gateway/fist-gateway-auth-core/src/main/java/com/power4j/fist/cloud/gateway/authorization/domain/AuthContext.java#L51
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/common/error/RejectedException.java#L36
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-security/fist-support-security/src/main/java/com/power4j/fist/security/core/authorization/filter/reactive/DefaultServerAuthFilterChain.java#L40
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/event/ApiLogEvent.java#L56
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-boot-web-app/src/main/java/com/power4j/fist/boot/common/jackson/JacksonCustomizeProperties.java#L35
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/AuthInfo.java#L24
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-cloud/fist-cloud-gateway/fist-gateway-auth-core/src/main/java/com/power4j/fist/cloud/gateway/authorization/domain/AuthContext.java#L48
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/ApiResponseInfo.java#L43
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-security/fist-support-security/src/main/java/com/power4j/fist/security/core/authorization/filter/reactive/DefaultServerAuthFilterChain.java#L37
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-cloud/fist-cloud-gateway/fist-gateway-auth-core/src/main/java/com/power4j/fist/cloud/gateway/authorization/filter/reactive/DefaultGatewayAuthFilterChain.java#L39
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/EnvInfo.java#L50
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/web/servlet/error/ServerErrorHandler.java#L51
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/DefaultExceptionTranslator.java#L21
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-boot-web-app/src/main/java/com/power4j/fist/boot/autoconfigure/i18n/MessageConfiguration.java#L44
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/web/event/error/RequestInfo.java#L40
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-infra/fist-kit-api/src/main/java/com/power4j/fist/boot/security/core/UserInfo.java#L46
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-data/fist-support-data/src/main/java/com/power4j/fist/boot/common/op/OpTemplateBuilder.java#L183
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-infra/fist-redisson/src/main/java/com/power4j/fist/redisson/queue/BlockQueueWriter.java#L23
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/TraceInfo.java#L38
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/aspect/ApiLogAspect.java#L63
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/AuthInfo.java#L21
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-security/fist-support-security/src/main/java/com/power4j/fist/boot/security/context/UserContextHolder.java#L70
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-security/fist-support-security/src/main/java/com/power4j/fist/boot/security/inner/TrustedUserFilter.java#L63
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-data/fist-boot-data/src/main/java/com/power4j/fist/boot/web/model/PageParameter.java#L57
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-boot-apidoc/src/main/java/com/power4j/fist/boot/apidoc/HandlerMethodResource.java#L42
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-cloud/fist-cloud-gateway/fist-gateway-auth-core/src/main/java/com/power4j/fist/cloud/gateway/authorization/domain/AuthContext.java#L42
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-infra/fist-kit-api/src/main/java/com/power4j/fist/boot/security/core/UserInfo.java#L52
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/Mon.java#L38
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-infra/fist-redisson/src/main/java/com/power4j/fist/boot/autoconfigure/redisson/topic/TopicListenerBeanProcessor.java#L34
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/EnvInfo.java#L47
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-infra/fist-kit-api/src/main/java/com/power4j/fist/boot/security/core/UserInfo.java#L49
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-data/fist-boot-data/src/main/java/com/power4j/fist/boot/web/model/PageParameter.java#L53
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/TraceInfo.java#L41
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-cloud/fist-cloud-gateway/fist-gateway-auth-core/src/main/java/com/power4j/fist/cloud/gateway/authorization/domain/AuthProblem.java#L38
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-boot-web-app/src/main/java/com/power4j/fist/boot/autoconfigure/i18n/MessageConfiguration.java#L47
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/EnvInfo.java#L41
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-cloud/fist-cloud-gateway/fist-gateway-auth-core/src/main/java/com/power4j/fist/cloud/gateway/authorization/filter/reactive/DefaultGatewayAuthFilterChain.java#L42
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/mon/info/EnvInfo.java#L44
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'
@NotNull/@Nullable problems: fist-kit-app/fist-web/fist-support-web/src/main/java/com/power4j/fist/boot/web/servlet/error/ServerErrorHandler.java#L54
The generated code will use '@org.jetbrains.annotations.Nullable' instead of '@org.springframework.lang.Nullable'