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

4.x: Fix for external delegates. #9810

Merged
merged 2 commits into from
Feb 19, 2025

Conversation

tomas-langer
Copy link
Member

Resolves #9726

Description

Problem was based on incomplete refactoring, where the annotation no longer has a property that the codegen still expected. External delegate and delegate is expected only for classes (it used to be required for interfaces as well in previous iterations).

Problem was based on incomplete refactoring, where the annotation no longer has a property that the codegen still expected.
External delegate and delegate is expected only for classes (it used to be required for interfaces as well in previous iterations).
@tomas-langer tomas-langer added 4.x Version 4.x declarative Helidon Declarative labels Feb 18, 2025
@tomas-langer tomas-langer added this to the 4.2.0 milestone Feb 18, 2025
@tomas-langer tomas-langer requested a review from Verdent February 18, 2025 09:38
@tomas-langer tomas-langer self-assigned this Feb 18, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 18, 2025
@tomas-langer tomas-langer merged commit 5a6a612 into helidon-io:main Feb 19, 2025
62 checks passed
@tomas-langer tomas-langer deleted the 9726-external-delegate branch February 19, 2025 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x declarative Helidon Declarative OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4.x: Helidon Inject - ExternalDelegate does not work for classes
2 participants