Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): Added support for multi-template inheritance. #426

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

jhron
Copy link
Contributor

@jhron jhron commented Dec 18, 2022

Sometimes it can be useful to use multi-template inheritance e.g. in case of using of Traits or Interfaces.
With this patch it is possible to do that by just using "inherits" multiple time in gson file.

inherits(template: 'parent2')
inherits(template: 'parent4')

@CLAassistant
Copy link

CLAassistant commented Dec 18, 2022

CLA assistant check
All committers have signed the CLA.

@puneetbehl puneetbehl changed the base branch from 2.3.x to 3.2.x March 6, 2024 17:10
@puneetbehl puneetbehl changed the title Added support for multi-template inheritance. feat(core): Added support for multi-template inheritance. Mar 6, 2024
jhron and others added 2 commits March 6, 2024 22:40
* Update version history in documentation.

* Added a note in the version history section to check Github release page for later releases.
@puneetbehl puneetbehl merged commit 0991141 into grails:3.2.x Mar 6, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants