-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 Hibernate Search 6.2.0.CR1 #34251
Conversation
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
/cc @gsmet (hibernate-search) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good 🎉 I left a couple questions below 😃
...nation/outboxpolling/runtime/HibernateSearchOutboxPollingBuildTimeConfigPersistenceUnit.java
Outdated
Show resolved
Hide resolved
...kus/hibernate/search/orm/elasticsearch/deployment/HibernateSearchElasticsearchProcessor.java
Show resolved
Hide resolved
...kus/hibernate/search/orm/elasticsearch/deployment/HibernateSearchElasticsearchProcessor.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
4ae086b
to
9594ef4
Compare
Hibernate Search 6.2.0.CR1 is out, we can upgrade. Marking as ready for review (and ready to merge as far as I'm concerned :) ) |
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I tried to investigate the failure, and I believe it's a bug in the config retrieval... To reproduce, run this on this branch:
You'll get a failure, but it won't tell much. The cause can be witnessed in debug mode:
Put a breakpoint in
Remove the double quotes around Hey @radcortez , is this a know bug? Maybe quotes around map keys are no longer supported for some reason? |
I'm not aware of anything. Is this already using |
Yes it is. |
Ok, I'll have a look. |
FWIW I just tried on the |
This seems to be an issue between the combination of quoted keys and In the meanwhile, to move forward, does it make sense for |
Thanks Roberto.
It makes sense, but modeling groups is more verbose and not strictly necessary, which is why I avoided that. But since it's becoming strictly necessary after all... I'll change it :) |
I should be able to get a fix for this today, but it may take some time until it reaches Quarkus. |
…n settings As Hibernate Search now allows it.
@radcortez Defining one config group class per segment instead of using |
Yes, that also works. Anyway, I'm pushing a fix to support your previous use case. |
This comment has been minimized.
This comment has been minimized.
...arch/orm/coordination/outboxpolling/runtime/HibernateSearchOutboxPollingBuildTimeConfig.java
Show resolved
Hide resolved
Good job @yrodiere ! |
@YassinHajaj Thanks. Probably the end of July, I'm not sure. IIRC @gsmet still has to draft a release schedule. |
Super, thanks for the quick reply @yrodiere |
Creating as draft, because we will need to release Hibernate Search 6.2.0.CR1 (soon) first. Currently, to test this you'd need to build Hibernate Search locally and change the version of the Hibernate Search dependency in this PR to 6.2.0-SNAPSHOT.=> Hibernate Search 6.2.0.CR1 is out, we can upgrade.I checked locally that we could run
integration-tests/hibernate-search-orm-elasticsearch
, including in native mode, but I didn't run many more tests.@marko-bekhta would you have a look, please?