Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Conversation

@matrei
Copy link
Contributor

@matrei matrei commented Sep 15, 2024

No description provided.

Cglib has problems, bytebuddy works (and is the recommended choice from Spock).
Create a superclass that is not marked as a Gorm entity.
The tests that are dependent on working domain inheritance are marked as pending.
This test already had a duplicate for handling running on Java 17. Now that the project is baselined at Java 17 this also had to be conditioned.

The test can probably be removed, but it is kept for documentation purposes.

@Entity
class Person {
class Person extends HomoSapiens {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matrei nice, I actually had thought about that last night and was wondering why we didn't do that.

@codeconsole codeconsole merged commit 99dfa69 into grails:6.0.x Sep 15, 2024
@matrei matrei deleted the matrei/fix-tests branch September 15, 2024 19:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants