[
https://issues.apache.org/jira/browse/IGNITE-28912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18103925#comment-18103925
]
Ignite TC Bot commented on IGNITE-28912:
----------------------------------------
Docs Required triage: this change is an internal refactoring only. I checked
the merged PR #13443 and the local Ignite 2 checkout: ErrorMessage was moved
from an internal communication package to an internal utility package and the
change updates internal imports/usages only. It does not introduce or change a
user-facing API, configuration, command, behavior, error message, or
documentation page. Leaving Release Notes Required unchanged.
> Move ErrorMessage to a common internal package
> ----------------------------------------------
>
> Key: IGNITE-28912
> URL: https://issues.apache.org/jira/browse/IGNITE-28912
> Project: Ignite
> Issue Type: Improvement
> Reporter: Anton Vinogradov
> Assignee: Vladimir Steshin
> Priority: Minor
> Labels: IEP-132, ise
> Fix For: 2.19
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> ErrorMessage is a generic wire DTO carrying a Throwable, currently located in
> org.apache.ignite.internal.managers.communication. It is not
> communication-specific: all 36 importing files live outside the communication
> package (Calcite query messages, snapshot messages, distributed process
> SingleNodeMessage/FullMessage, event storage, etc.).
> Move it to a common internal package (e.g. org.apache.ignite.internal) as a
> mechanical IDE refactoring. No behavior changes expected; the compiler
> validates the move.
> Follow-up to a review note on the IGNITE-28520 PR:
> https://github.com/apache/ignite/pull/13095#discussion_r3586632492
--
This message was sent by Atlassian Jira
(v8.20.10#820010)