-
Notifications
You must be signed in to change notification settings - Fork 18
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
upgrade to handle grails 5 and hibernate 5.5 #47
Comments
I have started work on this locally as it requires updating to hibernate search 6 and lucene 8. Has anyone else started work on this?? |
Not on my side, sorry |
for anyone interested the work is here https://github.com/olliefreeman/grails-hibernate-search-plugin/tree/feature/update-to-hibernate-search-6 I will submit PR once its ready, i will be testing this against our main project which uses most of the existing features. Any requests for missing features please add information here and i will endeavour to add them |
The readme and grails page will need some decent updating as per https://docs.jboss.org/hibernate/search/6.0/migration/html_singl to help people migrate |
I'm hoping i can backstep grails and hibernate core to work with grails 4, but that depends |
backstepping will work for grails 4 however at this point we need https://hibernate.atlassian.net/browse/HSEARCH-4348 to be accepted and released to allow binding with traits |
my branch is now migrated apart from the documentation. |
Hi @olliefreeman |
Hi @olliefreeman
A couple of other notes:
|
@mtgleeson massive apologies for the complete lack of response, but work's been hectic and we;ve been using the system without need to update it much. I am now in the process of actually getting the readme updated and will take into account everything you've mentioned here, and make updates appropriately As a precursor...this particular branch is designed for grails 4, however we are using it in grails 5. My plan was to release this for grails 4 and then put another release in with the updated dependencies for grails5...but time fell away. Also technically this current version should use the latest 6.0.x version (which yes has the fix required) rather than 6.1.0. |
Grails 5 will release with a dependency on hibernate 5.5 which hibernate search does not support at the current version.
https://hibernate.org/search/releases.
We therefore need to update to hibernate search 6
The text was updated successfully, but these errors were encountered: