-
-
Notifications
You must be signed in to change notification settings - Fork 15
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: add missing import that prevents compiling generated code #190
Conversation
@JsonProperty annotations can be added to some instance variables in the model class, but this breaks maven builds because JsonProperty is missing from the imports. Signed-off-by: Dale Lane <[email protected]>
/au |
/rtm |
Hello, @dalelane! 👋🏼 |
Quality Gate passedIssues Measures |
/rtm |
🎉 This PR is included in version 0.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@JsonProperty
annotations can be added to some instance variables in the model class, but this breaks maven builds because JsonProperty is missing from the imports.