You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What’s Changed
⭐ Improvements
Automatically disable parameterized constructor for large types with >255 fields (#817) @jjacobs44
Add tests to validate the generation of no args constructor (#816) @kmuthupa
Add unit tests for lowercase type and type starting with an underscore #774 (#819) @iuliiasobolevska
🐞 Bug Fixes
Sanitize name enum constant for Kotlin code generation as it clashes with the inherited name property from the Enum class #763 (#820) @iuliiasobolevska
Fix bug with interface fields with @skipcodegen directive not being filtered out #790 (#818) @iuliiasobolevska
🔨 Dependency Upgrades
Update com.fasterxml.jackson.core:jackson-annotations from 2.17.2 to 2.18.3 (#821) @dependabot[bot]
Update com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.3 (#810) @dependabot[bot]