Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Maven build failing: incompatible types #35

Description

@PatMyron
2021-02-06T00:22:37.6605617Z [ERROR] /home/runner/work/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers-macie/aws-macie-findingsfilter/src/main/java/software/amazon/macie/findingsfilter/BaseMacieFindingFilterHandler.java:[99,44] incompatible types: java.lang.Long cannot be converted to java.lang.Integer
2021-02-06T00:22:37.6620602Z [ERROR] /home/runner/work/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers-macie/aws-macie-findingsfilter/src/main/java/software/amazon/macie/findingsfilter/BaseMacieFindingFilterHandler.java:[98,42] incompatible types: java.lang.Long cannot be converted to java.lang.Integer
2021-02-06T00:22:37.6635477Z [ERROR] /home/runner/work/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers-macie/aws-macie-findingsfilter/src/main/java/software/amazon/macie/findingsfilter/BaseMacieFindingFilterHandler.java:[97,44] incompatible types: java.lang.Long cannot be converted to java.lang.Integer
2021-02-06T00:22:37.6650095Z [ERROR] /home/runner/work/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers-macie/aws-macie-findingsfilter/src/main/java/software/amazon/macie/findingsfilter/BaseMacieFindingFilterHandler.java:[96,42] incompatible types: java.lang.Long cannot be converted to java.lang.Integer
2021-02-06T00:22:37.6664770Z [ERROR] /home/runner/work/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers-macie/aws-macie-findingsfilter/src/main/java/software/amazon/macie/findingsfilter/BaseMacieFindingFilterHandler.java:[119,33] incompatible types: java.lang.Integer cannot be converted to java.lang.Long

.gt(getLongOrNull(input.getGt()))
.gte(getLongOrNull(input.getGte()))
.lt(getLongOrNull(input.getLt()))
.lte(getLongOrNull(input.getLte()))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions