Skip to content

Update org.apache.lucene:* to v9.6.0#1643

Closed
solrbot wants to merge 1 commit intoapache:mainfrom
solrbot:renovate/org.apache.lucene
Closed

Update org.apache.lucene:* to v9.6.0#1643
solrbot wants to merge 1 commit intoapache:mainfrom
solrbot:renovate/org.apache.lucene

Conversation

@solrbot
Copy link
Collaborator

@solrbot solrbot commented May 14, 2023

This PR contains the following updates:

Package Type Update Change
org.apache.lucene:lucene-test-framework (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-suggest (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-spatial3d (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-spatial-extras (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-sandbox (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-queryparser (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-queries (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-misc (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-memory (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-join (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-highlighter (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-grouping (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-expressions (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-core (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-codecs (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-classification (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-backward-codecs (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-analysis-stempel (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-analysis-smartcn (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-analysis-phonetic (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-analysis-opennlp (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-analysis-nori (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-analysis-morfologik (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-analysis-kuromoji (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-analysis-icu (source) dependencies minor 9.5.0 -> 9.6.0
org.apache.lucene:lucene-analysis-common (source) dependencies minor 9.5.0 -> 9.6.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Configuration

📅 Schedule: Branch creation - "* * * * 0" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot

@solrbot
Copy link
Collaborator Author

solrbot commented May 14, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: ./gradlew updateLicenses
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/join/GraphEdgeCollector.java:27: error: cannot find symbol
import org.apache.lucene.sandbox.search.DocValuesTermsQuery;
                                       ^
  symbol:   class DocValuesTermsQuery
  location: package org.apache.lucene.sandbox.search
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:29: error: cannot find symbol
import org.apache.lucene.sandbox.search.DocValuesTermsQuery;
                                       ^
  symbol:   class DocValuesTermsQuery
  location: package org.apache.lucene.sandbox.search
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:192: error: cannot find symbol
  private static class TopLevelDocValuesTermsQuery extends DocValuesTermsQuery {
                                                           ^
  symbol:   class DocValuesTermsQuery
  location: class TermsQParserPlugin
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:117: error: incompatible types: TopLevelDocValuesTermsQuery cannot be converted to Query
        return disableCacheByDefault(new TopLevelDocValuesTermsQuery(fname, byteRefs));
                                     ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:123: error: cannot find symbol
        return disableCacheByDefault(new DocValuesTermsQuery(fname, byteRefs));
                                         ^
  symbol: class DocValuesTermsQuery
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:203: error: method does not override or implement a method from a supertype
    @Override
    ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:210: error: non-static variable super cannot be referenced from a static context
        return super.createWeight(searcher, scoreMode, boost);
               ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:210: error: cannot find symbol
        return super.createWeight(searcher, scoreMode, boost);
                    ^
  symbol: method createWeight(IndexSearcher,ScoreMode,float)
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:216: error: cannot find symbol
      PrefixCodedTerms.TermIterator iterator = getTerms().iterator();
                                               ^
  symbol:   method getTerms()
  location: class TopLevelDocValuesTermsQuery
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:228: error: incompatible types: TopLevelDocValuesTermsQuery cannot be converted to Query
      return new ConstantScoreWeight(this, boost) {
                                     ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:228: error: cannot find symbol
      return new ConstantScoreWeight(this, boost) {
             ^
  symbol: constructor (TopLevelDocValuesTermsQuery,float)
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/SolrDocumentFetcher.java:439: error: SolrDocumentFetcher.LargeLazyField is not abstract and does not override abstract method invertableType() in IndexableField
  class LargeLazyField implements IndexableField {
  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/join/GraphEdgeCollector.java:182: error: cannot find symbol
                  ? new DocValuesTermsQuery(matchField.getName(), termList)
                        ^
  symbol:   class DocValuesTermsQuery
  location: class GraphTermsCollector
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
13 errors

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:core:compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 57s

@risdenk
Copy link
Contributor

risdenk commented May 16, 2023

Should be handled in https://issues.apache.org/jira/browse/SOLR-16799

@risdenk risdenk closed this May 16, 2023
@solrbot
Copy link
Collaborator Author

solrbot commented May 16, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (9.6.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@solrbot solrbot deleted the renovate/org.apache.lucene branch May 16, 2023 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants