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

Provider support in builders #7365

Merged
merged 4 commits into from Aug 14, 2023

Conversation

tomas-langer
Copy link
Member

Config method support in blueprints

Resolves #7295
Resolves #7358

@tomas-langer tomas-langer added the builder Related to the builder support label Aug 11, 2023
@tomas-langer tomas-langer self-assigned this Aug 11, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 11, 2023
@@ -314,8 +314,7 @@ public BUILDER config(Config config) {
pw.println("@Override");
pw.print(SOURCE_SPACING);
pw.print(SOURCE_SPACING);
pw.print("public BUILDER");
pw.println(" config(Config config) {");
pw.println("public BUILDER config(Config config) {");
Copy link
Member

Choose a reason for hiding this comment

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

@Verdent fyi for your classmodel PR

@tomas-langer tomas-langer merged commit e253a3f into helidon-io:main Aug 14, 2023
12 checks passed
@tomas-langer tomas-langer deleted the 7295-builder-provider branch August 14, 2023 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builder Related to the builder support OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants