This repository was archived by the owner on Aug 29, 2025. It is now read-only.
generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 4
Maven build failing: incompatible types #35
Copy link
Copy link
Open
Description
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.LongLines 96 to 99 in aa6d4a8
| .gt(getLongOrNull(input.getGt())) | |
| .gte(getLongOrNull(input.getGte())) | |
| .lt(getLongOrNull(input.getLt())) | |
| .lte(getLongOrNull(input.getLte())) |
Line 119 in aa6d4a8
| .gt(getIntegerOrNull(criterionAdditionalProperties.gt())) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels