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 parser registry not properly resolving TypeTokens #454

Merged

Conversation

solonovamax
Copy link
Contributor

Use AnnotatedTypeMap instead of HashMap for the parser registry, as recommended by leangen/geantyref#17

Fixes #453

Use `AnnotatedTypeMap` instead of `HashMap` for the parser registry, as recommended by leangen/geantyref#17

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
@solonovamax
Copy link
Contributor Author

This should be able to be merged in a new minor release.

@solonovamax
Copy link
Contributor Author

hey, not to be super pushy or anything, but could this get merged or could I get feedback on this?

@jpenilla

@jpenilla jpenilla changed the base branch from master to 1.9.0-dev July 6, 2023 19:04
@jpenilla jpenilla merged commit b4b0b9c into Incendo:1.9.0-dev Jul 6, 2023
jpenilla pushed a commit that referenced this pull request Sep 9, 2023
This change is good for correctness in general but is mostly relevant when using parsers with generic types, which now works as expected.
jpenilla pushed a commit that referenced this pull request Sep 9, 2023
This change is good for correctness in general but is mostly relevant when using parsers with generic types, which now works as expected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot resolve parser with generics when registering via geantyref.
2 participants