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

fix: kaptKoltin exception with micronaut-inject processor #7962

Merged
merged 2 commits into from
Sep 8, 2022
Merged

fix: kaptKoltin exception with micronaut-inject processor #7962

merged 2 commits into from
Sep 8, 2022

Conversation

JaneWardSandy
Copy link
Contributor

@JaneWardSandy JaneWardSandy commented Sep 8, 2022

Fixes: #7961

Replace Collections.emptyMap() to new LinkedHashMap<>() to allow add annotation values

@CLAassistant
Copy link

CLAassistant commented Sep 8, 2022

CLA assistant check
All committers have signed the CLA.

@JaneWardSandy JaneWardSandy changed the title Replace Collections.emptyMap() to new LinkedHashMap<>() to allow add … Fix: Replace Collections.emptyMap() to new LinkedHashMap<>() to allow add … Sep 8, 2022
@JaneWardSandy JaneWardSandy changed the title Fix: Replace Collections.emptyMap() to new LinkedHashMap<>() to allow add … fix: Replace Collections.emptyMap() to new LinkedHashMap<>() to allow add … Sep 8, 2022
@JaneWardSandy JaneWardSandy changed the title fix: Replace Collections.emptyMap() to new LinkedHashMap<>() to allow add … fix: kaptKoltin exception with micronaut-inject processor Sep 8, 2022
Copy link
Contributor

@graemerocher graemerocher left a comment

Choose a reason for hiding this comment

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

Thanks, please would you sign the CLA

@graemerocher graemerocher added the type: bug Something isn't working label Sep 8, 2022
@graemerocher graemerocher added this to the 3.6.3 milestone Sep 8, 2022
@JaneWardSandy
Copy link
Contributor Author

Thanks, please would you sign the CLA

I have signed the "Signed Contributor License Agreement"
Did you see that I still haven't signed it? Am I doing something wrong?

@graemerocher graemerocher merged commit e50cc82 into micronaut-projects:3.6.x Sep 8, 2022
@graemerocher
Copy link
Contributor

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add index for entity with subclass will occur exception for task kaptKotlin
3 participants