[ 
https://issues.apache.org/jira/browse/IGNITE-25958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ilya Shishkov updated IGNITE-25958:
-----------------------------------
    Description: 
Current list of excluded dependencies (see 
{{IgniteCompatibilityAbstractTest#getExcluded}}) can match to third-party 
dependencies, such as Apache Commons:
{code}
// Exclude all modules necessary to compile the current version of core module 
to avoid conflicts with previous versions.
excluded.addAll(Set.of("binary", "codegen2", "commons", "unsafe"));
{code}



  was:
Current list of excluded dependencies (see 
{{IgniteCompatibilityAbstractTest#getExcluded}}) can match to third-party 
dependencies, such as Apache Commons:
{code}
// Exclude all modules necessary to compile the current version of core module 
to avoid conflicts with previous versions.
        excluded.addAll(Set.of("binary", "codegen2", "commons", "unsafe"));
{code}




> Fix exclusions in IgniteCompatibilityAbstractTest
> -------------------------------------------------
>
>                 Key: IGNITE-25958
>                 URL: https://issues.apache.org/jira/browse/IGNITE-25958
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Ilya Shishkov
>            Assignee: Ilya Shishkov
>            Priority: Minor
>
> Current list of excluded dependencies (see 
> {{IgniteCompatibilityAbstractTest#getExcluded}}) can match to third-party 
> dependencies, such as Apache Commons:
> {code}
> // Exclude all modules necessary to compile the current version of core 
> module to avoid conflicts with previous versions.
> excluded.addAll(Set.of("binary", "codegen2", "commons", "unsafe"));
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to