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

Update Hibernate Search to version 6 #756

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

kraluk
Copy link
Collaborator

@kraluk kraluk commented Oct 23, 2022

  • bumped up Hibernate Search version to 6.1.7.Final
  • updated application config files to cover new Hibernate Search properties
  • updated annotations in the Blog, BlogPost, and Tag entities
  • updated BlogPostTextSearchRepositoryImpl to use the new Hibernate Search API
  • updated ApplicationStartupLuceneIndexBuilder to use the new Hibernate Search API
  • dependencies minor versions bump up:
    • io.freefair.lombok plugin to version 6.6
    • jasypt-spring-boot to version 3.0.5
    • wicket-spring-boot-starter to version 3.1.7
    • Spock Framework to version 2.4-M1

Development note: it may be needed to remove Lucene files from the ${user.home}/.jvm-bloggers/lucene and generate all indexes from scratch if this directory is somehow persisted and then mounted (and reused) in the container with the app. If it's generated each time the app is starting, there is no problem with it.

Based on the https://docs.jboss.org/hibernate/search/6.0/migration/html_single/

@kraluk kraluk marked this pull request as ready for review December 17, 2022 23:17
@kraluk kraluk requested a review from tdziurko December 17, 2022 23: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.

None yet

1 participant