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

[Java codegen] Do not try to annotate primitive types in List type parameters #2663

Merged
merged 2 commits into from
Oct 17, 2020

Conversation

martinbonnin
Copy link
Contributor

@martinbonnin martinbonnin commented Oct 16, 2020

See the comment in the code for the details. This is also related to #2246. We should set the annotation on fields instead of types but that would require a more comprehensive rewrite of the codegen so this patch simply avoid to annotate type parameters.

fixes #2660

@martinbonnin martinbonnin changed the title [Java codegen] Do not try to annotate primitive type in List type parameters [Java codegen] Do not try to annotate primitive types in List type parameters Oct 16, 2020
@martinbonnin martinbonnin merged commit 14cdfac into main Oct 17, 2020
@martinbonnin martinbonnin deleted the bug-2660/execution-failed-boolean branch October 17, 2020 17:18
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.

Execution failed for task ':app:generateDebugServiceApolloSources'. > boolean
2 participants