Skip to content

Commit

Permalink
HSEARCH-4465 Temporary workaround for problem on @manytomany lists in…
Browse files Browse the repository at this point in the history
… ORM 6
  • Loading branch information
yrodiere committed Oct 6, 2022
1 parent 6031da0 commit 177db2e
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -25,3 +25,10 @@ hibernate.cache.region.factory_class = org.hibernate.testing.cache.CachingRegion

hibernate.implicit_naming_strategy = component-path

# Temporary workaround for:
# - https://hibernate.atlassian.net/browse/HHH-15054
# (affects org/hibernate/search/test/proxy/ProxyTest)
# - https://hibernate.atlassian.net/browse/HHH-15058
# (affects tests in org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/manytomany,
# in particular)
hibernate.mapping.default_list_semantics=bag

0 comments on commit 177db2e

Please sign in to comment.