[
https://issues.apache.org/jira/browse/IGNITE-18881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-18881:
------------------------------------
Description:
REST APi controllers are currently all over the place (cluster-management,
configuration, metrics, and other modules). This brings REST-related
dependencies to those modules, which is not ideal in some cases. For example,
*NodeMetricController* is currently in *ignite-metrics* module, which will
bring unwanted transitive dependencies into *client* module as part of
IGNITE-18759.
Move all controllers to *rest* module.
was:
*NodeMetricController* is currently in *ignite-metrics* module, which brings
unwanted transitive dependencies into other modules that need metrics (e.g.
*client* module - IGNITE-18759).
Move the controller to another module (*rest* or *runned* - to be decided).
> Move all REST controllers to rest module
> ----------------------------------------
>
> Key: IGNITE-18881
> URL: https://issues.apache.org/jira/browse/IGNITE-18881
> Project: Ignite
> Issue Type: Improvement
> Components: rest
> Affects Versions: 3.0.0-beta1
> Reporter: Pavel Tupitsyn
> Priority: Major
> Fix For: 3.0.0-beta2
>
>
> REST APi controllers are currently all over the place (cluster-management,
> configuration, metrics, and other modules). This brings REST-related
> dependencies to those modules, which is not ideal in some cases. For example,
> *NodeMetricController* is currently in *ignite-metrics* module, which will
> bring unwanted transitive dependencies into *client* module as part of
> IGNITE-18759.
> Move all controllers to *rest* module.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)