You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Joshua Szuslik (Jira)" <ji...@apache.org> on 2022/09/19 14:57:00 UTC

[jira] [Commented] (JCR-4527) old dependency for lucene-core

    [ https://issues.apache.org/jira/browse/JCR-4527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17606631#comment-17606631 ] 

Joshua Szuslik commented on JCR-4527:
-------------------------------------

Is this going to be addressed at all. We have a project that uses opensearch and requires a more recent library of lucence.

> old dependency for lucene-core
> ------------------------------
>
>                 Key: JCR-4527
>                 URL: https://issues.apache.org/jira/browse/JCR-4527
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>    Affects Versions: 2.20.0
>            Reporter: yaroslav 
>            Priority: Major
>
> I use a jackrabbit in our project. Everything was fine until the moment we decided to pull in embeddedsolr for unit testing. I got a library conflict. Jackrabbit has an ancient version of Lucene core dependency. I suppose this lib should be upgraded
> https://github.com/apache/jackrabbit/blob/fe03b5e91dce43bdd6922e09806c0dd4cc86474e/jackrabbit-parent/pom.xml#L465
>       <dependency>
>         <groupId>org.apache.lucene</groupId>
>         <artifactId>lucene-core</artifactId>
>         <version>3.6.0</version>
>       </dependency>



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