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

Micronaut: Method parameters should be resolvable in expression language #7316

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

dbalek
Copy link
Contributor

@dbalek dbalek commented Apr 22, 2024

Code completion for Micronaut Expression Language should be able to resolve parameters of the annotated method. For example param in the following snippet:

@XYZ("#{param.toUpperCase()}")
void test(String param);

@dbalek dbalek added the Micronaut [ci] enable enterprise job label Apr 22, 2024
@dbalek dbalek added this to the NB22 milestone Apr 22, 2024
@dbalek dbalek self-assigned this Apr 22, 2024
@ebarboni
Copy link
Contributor

hi @dbalek consider rebase on delivery for NB22

@dbalek dbalek force-pushed the dbalek/micronaut-expr-lang-fix branch from 66aa216 to 224f972 Compare April 23, 2024 08:25
@dbalek dbalek changed the base branch from master to delivery April 23, 2024 08:27
@dbalek dbalek changed the base branch from delivery to master April 23, 2024 08:27
@dbalek dbalek modified the milestones: NB22, NB23 Apr 23, 2024
Copy link
Contributor

@lahodaj lahodaj left a comment

Choose a reason for hiding this comment

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

Minor comment w.r.t. getting methods out of a group of Elements.

@dbalek dbalek force-pushed the dbalek/micronaut-expr-lang-fix branch from 224f972 to bfc6a19 Compare April 23, 2024 13:57
@dbalek dbalek merged commit c23dbb6 into apache:master Apr 23, 2024
32 checks passed
@dbalek dbalek deleted the dbalek/micronaut-expr-lang-fix branch April 23, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Micronaut [ci] enable enterprise job
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants