Amelchev Nikita created IGNITE-12919: ----------------------------------------
Summary: Not all GridUuid renamed to IgniteUuid Key: IGNITE-12919 URL: https://issues.apache.org/jira/browse/IGNITE-12919 Project: Ignite Issue Type: Bug Reporter: Amelchev Nikita Assignee: Amelchev Nikita Fix For: 2.9 There are several places in javadocs and serialization mechanisms where GridUuid is not renamed. For example: {noformat} /** * Constructs {@code GridUuid} from a global and local identifiers. ... */ public IgniteUuid(UUID gid, long locId) { ... } /** * Reads {@link org.apache.ignite.lang.IgniteUuid} from input stream. ... */ @Nullable public static IgniteUuid readGridUuid(DataInput in) throws IOException {...} {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)