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

Register classes referenced in Picocli annotations for reflection #19300

Merged
merged 1 commit into from
Aug 10, 2021

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Aug 9, 2021

Let's do it in a generic way, given there are a lot of them.

Fixes #19289

The way I did it should be more future proof, I think. One difference is that the IVersionProvider classes are not registered as proxies anymore but I don't think it was really necessary and it was just an artifact of the implementation. Let me know if it was done on purpose.

Let's do it in a generic way, given there are a lot of them.

Fixes quarkusio#19289
@gsmet gsmet merged commit 85142f9 into quarkusio:main Aug 10, 2021
@quarkus-bot quarkus-bot bot added this to the 2.2 - main milestone Aug 10, 2021
@gsmet gsmet modified the milestones: 2.2 - main, 2.1.2.Final Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

picocli does not register defaultValueProvider references thus breaks in native
2 participants