@ElementCollection Hibernate 6

When using @ElementCollection with Set = SetOf() I get org.hibernate.NotYetImplementedFor6Exception: Only support for basic-valued, entity-valued and embedded model-parts have been implemented : NewName [PluralAttribute]

This worked before upgrading to hibernate 6

Please create an issue in the issue tracker(https://hibernate.atlassian.net) with a test case(hibernate-test-case-templates/JPAUnitTestCase.java at main · hibernate/hibernate-test-case-templates · GitHub) that reproduces the issue.