ClassCastException raised by ForeignKeyKey.toString()

Description

java.lang.ClassCastException: org.hibernate.mapping.Column cannot be cast to java.lang.CharSequence
at java.lang.String.join(String.java:2503)
at org.hibernate.mapping.Table$ForeignKeyKey.toString(Table.java:891)

Activity

Show:

Nathan XuSeptember 25, 2020 at 10:58 AM
Edited

Yeah. I tried more than once in v6 but the task is too huge to be done in one PR. One of the reasons I love this ticket for it examplifies the necessity.

Yanming Zhou (quaff@github)September 25, 2020 at 4:26 AM

It’s necessary to cleanup generics in the entire codebase.

Nathan XuSeptember 25, 2020 at 4:22 AM

Thanks for continued contribution. A good and inspiring ticket.

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created September 25, 2020 at 3:48 AM
Updated September 30, 2020 at 5:35 PM
Resolved September 28, 2020 at 11:44 AM

Flag notifications