[jira] [Updated] (IGNITE-11464) Support Automatic modules for ignite-indexing: bypass or fix Lucene, fix queries and visor package conflicts

2022-07-17 Thread Dmitry Pavlov (Jira)


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

Dmitry Pavlov updated IGNITE-11464:
---
Priority: Minor  (was: Major)

> Support Automatic modules for ignite-indexing: bypass or fix Lucene, fix 
> queries and visor package conflicts
> 
>
> Key: IGNITE-11464
> URL: https://issues.apache.org/jira/browse/IGNITE-11464
> Project: Ignite
>  Issue Type: Sub-task
>Reporter: Dmitry Pavlov
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> {noformat}
> error: the unnamed module reads package org.apache.lucene.search from both 
> lucene.sandbox and lucene.core
> error: the unnamed module reads package org.apache.lucene.document from both 
> lucene.sandbox and lucene.core
> error: the unnamed module reads package org.apache.lucene.analysis.standard 
> from both lucene.core and lucene.analyzers.common
> error: the unnamed module reads package 
> org.apache.ignite.internal.processors.cache.query from both ignite.indexing 
> and ignite.core
> error: the unnamed module reads package 
> org.apache.ignite.internal.visor.verify from both ignite.indexing and 
> ignite.core 
> 
> C:\projects\incubator-ignite\modules\dev-utils\ignite-modules-test\src\test\java\module-info.java:18:
>  error: module ignite_modules_test reads package org.apache.lucene.search 
> from both lucene.sandbox and lucene.core
> module ignite_modules_test 
> {noformat}
>  
> Some of these errors probably can be fixed by workarounds for dependencies:
> 2 errors coming from duplicate packages declared in code and indexing:
> - error: module ignite.core reads package 
> org.apache.ignite.internal.processors.cache.query from both ignite.indexing 
> and ignite.core
> - error: module ignite.core reads package 
> org.apache.ignite.internal.visor.verify from both ignite.indexing and 
> ignite.core



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


[jira] [Updated] (IGNITE-11464) Support Automatic modules for ignite-indexing: bypass or fix Lucene, fix queries and visor package conflicts

2019-10-10 Thread Maxim Muzafarov (Jira)


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

Maxim Muzafarov updated IGNITE-11464:
-
Fix Version/s: (was: 2.8)

> Support Automatic modules for ignite-indexing: bypass or fix Lucene, fix 
> queries and visor package conflicts
> 
>
> Key: IGNITE-11464
> URL: https://issues.apache.org/jira/browse/IGNITE-11464
> Project: Ignite
>  Issue Type: Sub-task
>Reporter: Dmitry Pavlov
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> {noformat}
> error: the unnamed module reads package org.apache.lucene.search from both 
> lucene.sandbox and lucene.core
> error: the unnamed module reads package org.apache.lucene.document from both 
> lucene.sandbox and lucene.core
> error: the unnamed module reads package org.apache.lucene.analysis.standard 
> from both lucene.core and lucene.analyzers.common
> error: the unnamed module reads package 
> org.apache.ignite.internal.processors.cache.query from both ignite.indexing 
> and ignite.core
> error: the unnamed module reads package 
> org.apache.ignite.internal.visor.verify from both ignite.indexing and 
> ignite.core 
> 
> C:\projects\incubator-ignite\modules\dev-utils\ignite-modules-test\src\test\java\module-info.java:18:
>  error: module ignite_modules_test reads package org.apache.lucene.search 
> from both lucene.sandbox and lucene.core
> module ignite_modules_test 
> {noformat}
>  
> Some of these errors probably can be fixed by workarounds for dependencies:
> 2 errors coming from duplicate packages declared in code and indexing:
> - error: module ignite.core reads package 
> org.apache.ignite.internal.processors.cache.query from both ignite.indexing 
> and ignite.core
> - error: module ignite.core reads package 
> org.apache.ignite.internal.visor.verify from both ignite.indexing and 
> ignite.core



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-11464) Support Automatic modules for ignite-indexing: bypass or fix Lucene, fix queries and visor package conflicts

2019-03-06 Thread Dmitriy Pavlov (JIRA)


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

Dmitriy Pavlov updated IGNITE-11464:

Fix Version/s: 2.8

> Support Automatic modules for ignite-indexing: bypass or fix Lucene, fix 
> queries and visor package conflicts
> 
>
> Key: IGNITE-11464
> URL: https://issues.apache.org/jira/browse/IGNITE-11464
> Project: Ignite
>  Issue Type: Sub-task
>Reporter: Dmitriy Pavlov
>Assignee: Dmitriy Pavlov
>Priority: Major
> Fix For: 2.8
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {noformat}
> error: the unnamed module reads package org.apache.lucene.search from both 
> lucene.sandbox and lucene.core
> error: the unnamed module reads package org.apache.lucene.document from both 
> lucene.sandbox and lucene.core
> error: the unnamed module reads package org.apache.lucene.analysis.standard 
> from both lucene.core and lucene.analyzers.common
> error: the unnamed module reads package 
> org.apache.ignite.internal.processors.cache.query from both ignite.indexing 
> and ignite.core
> error: the unnamed module reads package 
> org.apache.ignite.internal.visor.verify from both ignite.indexing and 
> ignite.core 
> 
> C:\projects\incubator-ignite\modules\dev-utils\ignite-modules-test\src\test\java\module-info.java:18:
>  error: module ignite_modules_test reads package org.apache.lucene.search 
> from both lucene.sandbox and lucene.core
> module ignite_modules_test 
> {noformat}
>  
> Some of these errors probably can be fixed by workarounds for dependencies:
> 2 errors coming from duplicate packages declared in code and indexing:
> - error: module ignite.core reads package 
> org.apache.ignite.internal.processors.cache.query from both ignite.indexing 
> and ignite.core
> - error: module ignite.core reads package 
> org.apache.ignite.internal.visor.verify from both ignite.indexing and 
> ignite.core



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-11464) Support Automatic modules for ignite-indexing: bypass or fix Lucene, fix queries and visor package conflicts

2019-03-05 Thread Dmitriy Pavlov (JIRA)


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

Dmitriy Pavlov updated IGNITE-11464:

Description: 
{noformat}

error: the unnamed module reads package org.apache.lucene.search from both 
lucene.sandbox and lucene.core
error: the unnamed module reads package org.apache.lucene.document from both 
lucene.sandbox and lucene.core
error: the unnamed module reads package org.apache.lucene.analysis.standard 
from both lucene.core and lucene.analyzers.common
error: the unnamed module reads package 
org.apache.ignite.internal.processors.cache.query from both ignite.indexing and 
ignite.core
error: the unnamed module reads package org.apache.ignite.internal.visor.verify 
from both ignite.indexing and ignite.core 

C:\projects\incubator-ignite\modules\dev-utils\ignite-modules-test\src\test\java\module-info.java:18:
 error: module ignite_modules_test reads package org.apache.lucene.search from 
both lucene.sandbox and lucene.core
module ignite_modules_test 

{noformat}

 

Some of these errors probably can be fixed by workarounds for dependencies:

2 errors coming from duplicate packages declared in code and indexing:

- error: module ignite.core reads package 
org.apache.ignite.internal.processors.cache.query from both ignite.indexing and 
ignite.core
- error: module ignite.core reads package 
org.apache.ignite.internal.visor.verify from both ignite.indexing and 
ignite.core

  was:
{noformat}

error: the unnamed module reads package org.apache.lucene.search from both 
lucene.sandbox and lucene.core
error: the unnamed module reads package org.apache.lucene.document from both 
lucene.sandbox and lucene.core
error: the unnamed module reads package org.apache.lucene.analysis.standard 
from both lucene.core and lucene.analyzers.common
error: the unnamed module reads package 
org.apache.ignite.internal.processors.cache.query from both ignite.indexing and 
ignite.core
error: the unnamed module reads package org.apache.ignite.internal.visor.verify 
from both ignite.indexing and ignite.core
error: module ignite.indexing reads package org.apache.lucene.search from both 
lucene.sandbox and lucene.core
error: module ignite.indexing reads package org.apache.lucene.document from 
both lucene.sandbox and lucene.core
error: module ignite.indexing reads package org.apache.lucene.analysis.standard 
from both lucene.core and lucene.analyzers.common
error: module ignite.indexing reads package 
org.apache.ignite.internal.processors.cache.query from both ignite.indexing and 
ignite.core
error: module ignite.indexing reads package 
org.apache.ignite.internal.visor.verify from both ignite.indexing and 
ignite.core
error: module cache.api reads package org.apache.lucene.search from both 
lucene.sandbox and lucene.core
error: module cache.api reads package org.apache.lucene.document from both 
lucene.sandbox and lucene.core
error: module cache.api reads package org.apache.lucene.analysis.standard from 
both lucene.core and lucene.analyzers.common
error: module cache.api reads package 
org.apache.ignite.internal.processors.cache.query from both ignite.indexing and 
ignite.core
error: module cache.api reads package org.apache.ignite.internal.visor.verify 
from both ignite.indexing and ignite.core
error: module annotations reads package org.apache.lucene.search from both 
lucene.sandbox and lucene.core
error: module annotations reads package org.apache.lucene.document from both 
lucene.sandbox and lucene.core
error: module annotations reads package org.apache.lucene.analysis.standard 
from both lucene.core and lucene.analyzers.common
error: module annotations reads package 
org.apache.ignite.internal.processors.cache.query from both ignite.indexing and 
ignite.core
error: module annotations reads package org.apache.ignite.internal.visor.verify 
from both ignite.indexing and ignite.core
error: module ignite.shmem reads package org.apache.lucene.search from both 
lucene.sandbox and lucene.core
error: module ignite.shmem reads package org.apache.lucene.document from both 
lucene.sandbox and lucene.core
error: module ignite.shmem reads package org.apache.lucene.analysis.standard 
from both lucene.core and lucene.analyzers.common
error: module ignite.shmem reads package 
org.apache.ignite.internal.processors.cache.query from both ignite.indexing and 
ignite.core
error: module ignite.shmem reads package 
org.apache.ignite.internal.visor.verify from both ignite.indexing and 
ignite.core
error: module org.apache.commons.codec reads package org.apache.lucene.search 
from both lucene.sandbox and lucene.core
error: module org.apache.commons.codec reads package org.apache.lucene.document 
from both lucene.sandbox and lucene.core
error: module org.apache.commons.codec reads package 
org.apache.lucene.analysis.standard from both lucene.core and 
lucene.analyzers.common
error: module org.apache.commons.codec reads package 

[jira] [Updated] (IGNITE-11464) Support Automatic modules for ignite-indexing: bypass or fix Lucene, fix queries and visor package conflicts

2019-03-04 Thread Dmitriy Pavlov (JIRA)


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

Dmitriy Pavlov updated IGNITE-11464:

Summary: Support Automatic modules for ignite-indexing: bypass or fix 
Lucene, fix queries and visor package conflicts  (was: Support Automatic 
modules for ignite-indexing: bypass or fix H2, Lucene, fix queries and visor 
package conflicts)

> Support Automatic modules for ignite-indexing: bypass or fix Lucene, fix 
> queries and visor package conflicts
> 
>
> Key: IGNITE-11464
> URL: https://issues.apache.org/jira/browse/IGNITE-11464
> Project: Ignite
>  Issue Type: Sub-task
>Reporter: Dmitriy Pavlov
>Priority: Major
>
> {noformat}
> error: the unnamed module reads package org.apache.lucene.search from both 
> lucene.sandbox and lucene.core
> error: the unnamed module reads package org.apache.lucene.document from both 
> lucene.sandbox and lucene.core
> error: the unnamed module reads package org.apache.lucene.analysis.standard 
> from both lucene.core and lucene.analyzers.common
> error: the unnamed module reads package 
> org.apache.ignite.internal.processors.cache.query from both ignite.indexing 
> and ignite.core
> error: the unnamed module reads package 
> org.apache.ignite.internal.visor.verify from both ignite.indexing and 
> ignite.core
> error: module ignite.indexing reads package org.apache.lucene.search from 
> both lucene.sandbox and lucene.core
> error: module ignite.indexing reads package org.apache.lucene.document from 
> both lucene.sandbox and lucene.core
> error: module ignite.indexing reads package 
> org.apache.lucene.analysis.standard from both lucene.core and 
> lucene.analyzers.common
> error: module ignite.indexing reads package 
> org.apache.ignite.internal.processors.cache.query from both ignite.indexing 
> and ignite.core
> error: module ignite.indexing reads package 
> org.apache.ignite.internal.visor.verify from both ignite.indexing and 
> ignite.core
> error: module cache.api reads package org.apache.lucene.search from both 
> lucene.sandbox and lucene.core
> error: module cache.api reads package org.apache.lucene.document from both 
> lucene.sandbox and lucene.core
> error: module cache.api reads package org.apache.lucene.analysis.standard 
> from both lucene.core and lucene.analyzers.common
> error: module cache.api reads package 
> org.apache.ignite.internal.processors.cache.query from both ignite.indexing 
> and ignite.core
> error: module cache.api reads package org.apache.ignite.internal.visor.verify 
> from both ignite.indexing and ignite.core
> error: module annotations reads package org.apache.lucene.search from both 
> lucene.sandbox and lucene.core
> error: module annotations reads package org.apache.lucene.document from both 
> lucene.sandbox and lucene.core
> error: module annotations reads package org.apache.lucene.analysis.standard 
> from both lucene.core and lucene.analyzers.common
> error: module annotations reads package 
> org.apache.ignite.internal.processors.cache.query from both ignite.indexing 
> and ignite.core
> error: module annotations reads package 
> org.apache.ignite.internal.visor.verify from both ignite.indexing and 
> ignite.core
> error: module ignite.shmem reads package org.apache.lucene.search from both 
> lucene.sandbox and lucene.core
> error: module ignite.shmem reads package org.apache.lucene.document from both 
> lucene.sandbox and lucene.core
> error: module ignite.shmem reads package org.apache.lucene.analysis.standard 
> from both lucene.core and lucene.analyzers.common
> error: module ignite.shmem reads package 
> org.apache.ignite.internal.processors.cache.query from both ignite.indexing 
> and ignite.core
> error: module ignite.shmem reads package 
> org.apache.ignite.internal.visor.verify from both ignite.indexing and 
> ignite.core
> error: module org.apache.commons.codec reads package org.apache.lucene.search 
> from both lucene.sandbox and lucene.core
> error: module org.apache.commons.codec reads package 
> org.apache.lucene.document from both lucene.sandbox and lucene.core
> error: module org.apache.commons.codec reads package 
> org.apache.lucene.analysis.standard from both lucene.core and 
> lucene.analyzers.common
> error: module org.apache.commons.codec reads package 
> org.apache.ignite.internal.processors.cache.query from both ignite.indexing 
> and ignite.core
> error: module org.apache.commons.codec reads package 
> org.apache.ignite.internal.visor.verify from both ignite.indexing and 
> ignite.core
> error: module lucene.analyzers.common reads package org.apache.lucene.search 
> from both lucene.sandbox and lucene.core
> error: module lucene.analyzers.common reads package 
> org.apache.lucene.document from both lucene.sandbox