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

Use of hibernate search 6.2 #35086

Closed
NoX1337 opened this issue Jul 28, 2023 · 4 comments
Closed

Use of hibernate search 6.2 #35086

NoX1337 opened this issue Jul 28, 2023 · 4 comments
Labels
area/hibernate-search Hibernate Search / Elasticsearch kind/enhancement New feature or request

Comments

@NoX1337
Copy link

NoX1337 commented Jul 28, 2023

Description

In the current version 3.2.2.Final of Quarkus hibernate-orm 6.2.0.Final is used, but not 6.2.0.Final of hibernate-search. Instead 6.1.7.Final is used for

io.quarkus
quarkus-hibernate-search-orm-elasticsearch


io.quarkus
quarkus-elasticsearch-java-client

Manual override of the hibernate search dependencies to 6.2.0.Final is not working with the current build, as quite a few underlying 6.1.7.Final dependencies are used in the whole elastic setup of Quarkus.

Feature request: update all org.hibernate.search dependencies to 6.2.0.Final.

Reason: 6.2.0.Final of hibernate-search is significantly more powerful than older versions.

Implementation ideas

No response

@NoX1337 NoX1337 added the kind/enhancement New feature or request label Jul 28, 2023
@quarkus-bot quarkus-bot bot added the area/hibernate-search Hibernate Search / Elasticsearch label Jul 28, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 28, 2023

/cc @gsmet (hibernate-search), @yrodiere (hibernate-search)

@gsmet
Copy link
Member

gsmet commented Jul 28, 2023

Hibernate ORM and Hibernate Search are not following the same release cycles. So there's no problem using Search 6.1 with ORM 6.2. They are compatible.

Hibernate Search 6.2 will be used in Quarkus 3.3 (but ORM might be updated to 6.3 before we release, again, there's no correlation here).

@gsmet gsmet closed this as not planned Won't fix, can't repro, duplicate, stale Jul 28, 2023
@yrodiere
Copy link
Member

yrodiere commented Aug 2, 2023

To expand on Guillaume's (correct) answer, you can find information about compatiblity between Hibernate Search versions and Hibernate ORM versions:

  • here for the latest versions
  • on each series' dedicated page, e.g. here, for a given version of Hibernate Search

EDIT:

Reason: 6.2.0.Final of hibernate-search is significantly more powerful than older versions.

Thanks for that 😁

@yrodiere
Copy link
Member

yrodiere commented Aug 2, 2023

FWIW we ended up backporting the upgrade to Search 6.2 in Quarkus 3.2; see #35120

But that was not because of compatibility problems. Simply to expose the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hibernate-search Hibernate Search / Elasticsearch kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants