[
https://issues.apache.org/jira/browse/IGNITE-27306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vadim Pakhnushev updated IGNITE-27306:
--------------------------------------
Description:
Several modules emits these warnings when compiling:
{noformat}
warning: unknown enum constant When.MAYBE
reason: class file for javax.annotation.meta.When not found
{noformat}
Micronaut
[docs|https://micronaut-projects.github.io/micronaut-upgrade/snapshot/#_nullable_annotations]
state that this warning is harmless and can be ignored by adding jsr305
compile-only dependency.
was:
Several modules emits these warnings when compiling:
{noformat}
warning: unknown enum constant When.MAYBE
reason: class file for javax.annotation.meta.When not found
{noformat}
> Fix unknown enum constant warnings
> ----------------------------------
>
> Key: IGNITE-27306
> URL: https://issues.apache.org/jira/browse/IGNITE-27306
> Project: Ignite
> Issue Type: Improvement
> Components: gradle build system ai3
> Reporter: Vadim Pakhnushev
> Assignee: Vadim Pakhnushev
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Several modules emits these warnings when compiling:
> {noformat}
> warning: unknown enum constant When.MAYBE
> reason: class file for javax.annotation.meta.When not found
> {noformat}
> Micronaut
> [docs|https://micronaut-projects.github.io/micronaut-upgrade/snapshot/#_nullable_annotations]
> state that this warning is harmless and can be ignored by adding jsr305
> compile-only dependency.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)