Update 5.5 branch to be compatible with Hibernate ORM 5.1.9.Final
Description
Activity
Show:
Steve Ebersole
updated the WorkflowSeptember 14, 2023 at 5:01 PMExpanded Workflow with pull request
Expanded Workflow
Sanne Grinovero
changed the StatusAugust 18, 2017 at 2:12 PMResolved
Closed
Yoann Rodière
changed the StatusAugust 17, 2017 at 7:41 AMPull Request Sent
Resolved
Yoann Rodière
updated the ResolutionAugust 17, 2017 at 7:41 AMNone
Fixed
Sanne Grinovero
changed the StatusAugust 16, 2017 at 10:17 PMOpen
Pull Request Sent
Sanne Grinovero
updated the Pull RequestAugust 16, 2017 at 10:17 PMNone
https://github.com/hibernate/hibernate-search/pull/1513
Sanne Grinovero
created the IssueAugust 16, 2017 at 10:13 PMFixed
Assignee
Reporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Priority
Created August 16, 2017 at 10:13 PM
Updated August 18, 2017 at 2:12 PM
Resolved August 17, 2017 at 7:41 AM
The branch 5.5 of Hibernate Search is theoretically compatible with both Hibernate ORM series 5.0.x and 5.1.z, except for the OSGi headers not accepting the right range.
On top of the OSGi headers update the testsuite helpers also needs some code changes in the
MultitenancyTestHelper
.Since we need to be able to test with the latest 5.1 I propose we apply both changes. Fixing the testing helpers will make it unfortunately harder to keep testing with 5.0 but more sophisticated solutions seem overkill.