[
https://issues.apache.org/jira/browse/IGNITE-29009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Chesnokov updated IGNITE-29009:
-----------------------------------------
Description:
The workflow does not find message classes in the org.apache.ignite.internal
package. These classes use @Order without an import and the current search does
not match them
Let's mark a file as protected if it has "@Order(" and also the import of
org.apache.ignite.internal.Order or the line "package
org.apache.ignite.internal;". Test files in
modules/core/src/test/resources/codegen/ have the same package but they are not
real messages so we should skip them
was:The workflow misses message classes in the org.apache.ignite.internal
package because they use @Order without an import.
> Protected Classes CI check: fix message Order detection
> -------------------------------------------------------
>
> Key: IGNITE-29009
> URL: https://issues.apache.org/jira/browse/IGNITE-29009
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Chesnokov
> Assignee: Aleksandr Chesnokov
> Priority: Major
> Labels: ise
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The workflow does not find message classes in the org.apache.ignite.internal
> package. These classes use @Order without an import and the current search
> does not match them
> Let's mark a file as protected if it has "@Order(" and also the import of
> org.apache.ignite.internal.Order or the line "package
> org.apache.ignite.internal;". Test files in
> modules/core/src/test/resources/codegen/ have the same package but they are
> not real messages so we should skip them
--
This message was sent by Atlassian Jira
(v8.20.10#820010)