[
https://issues.apache.org/jira/browse/IGNITE-26939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Efremov updated IGNITE-26939:
-------------------------------------
Description:
*Description*
In IGNITE-26544 new method {{CatalogManager#latestCatalog}} was introduced as
piggy back activity. But there are a lot of expressions like:
{code:java}
catalogMgr.catalog(catalogMgr.latestCatalogVersion())
{code}
that should be replaced with the new one method.
*Motivation*
We have to maintain code base cleaner.
*Definition of done*
All occurrences of usages {{#catalog}} together {{#latestCatalogVersion}}
should be replaced with {{#latestCatalog}}
was:
*Description*
In IGNITE-26544 new method {{CatalogManager#latestCatalog}} was introduced as
piggy back activity. But there are a lot of expressions like:
{code:java}
catalogMgr.catalog(catalogMgr.latestCatalogVersion())
{code}
that should be replaced with the new one method.
*Motivation*
We have to maintain code base cleaner.
*Definition of done*
All occurrences of usages {{#catalog}} with
> Replace composition of CatalogManager#catalog and
> CatalogManager#latestCatalogVersion with CatalogManager#latestCatalog
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-26939
> URL: https://issues.apache.org/jira/browse/IGNITE-26939
> Project: Ignite
> Issue Type: Improvement
> Reporter: Mikhail Efremov
> Assignee: Mikhail Efremov
> Priority: Major
>
> *Description*
> In IGNITE-26544 new method {{CatalogManager#latestCatalog}} was introduced as
> piggy back activity. But there are a lot of expressions like:
> {code:java}
> catalogMgr.catalog(catalogMgr.latestCatalogVersion())
> {code}
> that should be replaced with the new one method.
> *Motivation*
> We have to maintain code base cleaner.
> *Definition of done*
> All occurrences of usages {{#catalog}} together {{#latestCatalogVersion}}
> should be replaced with {{#latestCatalog}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)