[
https://issues.apache.org/jira/browse/IGNITE-19978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-19978:
------------------------------------
Description:
[build.gradle|https://github.com/apache/ignite-3/blob/797084781f5a0e34cb28e20ba694d772607e9642/modules/client/build.gradle]
for *ignite-client* module declares all dependencies as *implementation*.
However, for public API dependencies from *ignite-api* and *ignite-core*
modules we should change *implementation* to *api*, so that the users can add a
single *ignite-client* dependency to their Maven/Gradle project and avoid
adding transitive dependencies manually.
was:
[build.gradle|https://github.com/apache/ignite-3/blob/797084781f5a0e34cb28e20ba694d772607e9642/modules/client/build.gradle]
for *ignite-client* module declares all dependencies as *implementation*.
However, for public API dependencies from *ignite-api* and *ignite-core*
modules we should change *implementation* to *api*, so that the users can add a
single *ignite-client* dependency to their Maven/Gradle project and avoid
adding other dependencies manually.
> Java thin 3.0: Change Gradle dependencies from implementation to api
> --------------------------------------------------------------------
>
> Key: IGNITE-19978
> URL: https://issues.apache.org/jira/browse/IGNITE-19978
> Project: Ignite
> Issue Type: Improvement
> Components: thin client
> Affects Versions: 3.0.0-beta1
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Blocker
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
>
> [build.gradle|https://github.com/apache/ignite-3/blob/797084781f5a0e34cb28e20ba694d772607e9642/modules/client/build.gradle]
> for *ignite-client* module declares all dependencies as *implementation*.
> However, for public API dependencies from *ignite-api* and *ignite-core*
> modules we should change *implementation* to *api*, so that the users can add
> a single *ignite-client* dependency to their Maven/Gradle project and avoid
> adding transitive dependencies manually.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)