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

Make DefaultGenerationContext(DefaultGenerationContext, String) constructor protected #30895

Closed
sbrannen opened this issue Jul 15, 2023 · 1 comment
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Milestone

Comments

@sbrannen
Copy link
Member

sbrannen commented Jul 15, 2023

Overview

The DefaultGenerationContext(DefaultGenerationContext, String) constructor is currently package-private which prevents subclasses from constructing a new DefaultGenerationContext based on an existing GeneratedClasses instance and a feature name.

Related Issues

@sbrannen sbrannen added in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement theme: aot An issue related to Ahead-of-time processing labels Jul 15, 2023
@sbrannen sbrannen added this to the 6.0.12 milestone Jul 15, 2023
@sbrannen sbrannen self-assigned this Jul 15, 2023
sbrannen added a commit to sbrannen/spring-framework that referenced this issue Jul 15, 2023
@sbrannen
Copy link
Member Author

Reopening to make the DefaultGenerationContext(DefaultGenerationContext, String) constructor protected instead.

@sbrannen sbrannen reopened this Jul 15, 2023
@sbrannen sbrannen changed the title Make DefaultGenerationContext(GeneratedClasses, GeneratedFiles, RuntimeHints) constructor protected Make DefaultGenerationContext(DefaultGenerationContext, String) constructor protected Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant