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

Support for capturing methods declared in supertypes #24712

Closed
asodja opened this issue Apr 11, 2023 · 0 comments · Fixed by #25064
Closed

Support for capturing methods declared in supertypes #24712

asodja opened this issue Apr 11, 2023 · 0 comments · Fixed by #25064
Assignees
Labels
in:provider-api property lazy provider MapProperty ListProperty DirectoryProperty p:lazy-migration Issues covered by migration to an all-lazy API
Milestone

Comments

@asodja
Copy link
Member

asodja commented Apr 11, 2023

To support Property upgrades we need to support capturing methods declared in supertype, e.g. if we upgrade DefaultTask.setEnabled all types that extend DefaultTask should work with new enabled property.

Code generation part was done in #24447.

We need to add also instrumentation part.

@asodja asodja self-assigned this Apr 11, 2023
@asodja asodja added the in:provider-api property lazy provider MapProperty ListProperty DirectoryProperty label Apr 11, 2023
@asodja asodja changed the title Support for capturing methods declared in supertype Support for capturing methods declared in supertypes Apr 11, 2023
@lptr lptr added the p:lazy-migration Issues covered by migration to an all-lazy API label May 30, 2023
@bot-gradle bot-gradle added this to the 8.4 RC1 milestone Jul 14, 2023
@ov7a ov7a removed the to-triage label Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:provider-api property lazy provider MapProperty ListProperty DirectoryProperty p:lazy-migration Issues covered by migration to an all-lazy API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants