Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lucene.version from 9.11.1 to 10.0.0 #14219

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps lucene.version from 9.11.1 to 10.0.0.
Updates org.apache.lucene:lucene-backward-codecs from 9.11.1 to 10.0.0

Updates org.apache.lucene:lucene-core from 9.11.1 to 10.0.0

Updates org.apache.lucene:lucene-queryparser from 9.11.1 to 10.0.0

Updates org.apache.lucene:lucene-analysis-common from 9.11.1 to 10.0.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `lucene.version` from 9.11.1 to 10.0.0.

Updates `org.apache.lucene:lucene-backward-codecs` from 9.11.1 to 10.0.0

Updates `org.apache.lucene:lucene-core` from 9.11.1 to 10.0.0

Updates `org.apache.lucene:lucene-queryparser` from 9.11.1 to 10.0.0

Updates `org.apache.lucene:lucene-analysis-common` from 9.11.1 to 10.0.0

---
updated-dependencies:
- dependency-name: org.apache.lucene:lucene-backward-codecs
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.lucene:lucene-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.lucene:lucene-queryparser
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.lucene:lucene-analysis-common
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 14, 2024
@Jackie-Jiang
Copy link
Contributor

@abhioncbr Lucene just released 10.0.0. We can try directly moving to this version

@abhioncbr
Copy link
Contributor

@abhioncbr Lucene just released 10.0.0. We can try directly moving to this version

sure, let me raise the issue for this to track. Thanks

@ankitsultana
Copy link
Contributor

@abhioncbr : do we know if Lucene 10.0 is backwards compatible with 9.x.

More specifically, are the Lucene 10.x readers capable of reading Lucene 9.x indexes? Also, do we know if there are any query semantics changes?

cc: @itschrispeck for review.

@hpvd
Copy link

hpvd commented Oct 18, 2024

for changes see links provided in comments to issue #14232

@hpvd
Copy link

hpvd commented Oct 23, 2024

there is also a migration guide from v9.x to v10.x available:
https://lucene.apache.org/core/10_0_0/MIGRATE.html

@abhioncbr
Copy link
Contributor

@abhioncbr : do we know if Lucene 10.0 is backwards compatible with 9.x.

More specifically, are the Lucene 10.x readers capable of reading Lucene 9.x indexes? Also, do we know if there are any query semantics changes?

cc: @itschrispeck for review.

@ankitsultana for Lucene 10, the system requirement is JDK 21 or newer. We will not upgrade to this version until we follow the same.

@Jackie-Jiang
Copy link
Contributor

Here is the release doc: https://lucene.apache.org/core/corenews.html#apache-lucenetm-1000-available

@abhioncbr In that case, should we try to upgrade to 9.12.0 instead?

@Jackie-Jiang
Copy link
Contributor

@dependabot ignore this major version

@dependabot dependabot bot closed this Oct 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2024

OK, I won't notify you about version 10.x.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/maven/lucene.version-10.0.0 branch October 24, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants