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
The project is generated with an outdated version of Jackson when language is "kotlin" and serializationLibrary is "jackson". It also references the obsolete JDK8 module for Jackson which is no longer needed
Adjust mustache templates to use an updated version of Jackson and remove all references to the JDK8 module as all functionality has been merged into jackson-core in the latest versions
I will provide a PR that will solve this issue
The text was updated successfully, but these errors were encountered:
zapodot
added a commit
to zapodot/openapi-generator
that referenced
this issue
Feb 12, 2021
* Upgrade jackson version used in the Kotlin client #8688
* Generated project
* Remove spaces before import
* Add generated sample from previous commit
Description
The project is generated with an outdated version of Jackson when language is "kotlin" and serializationLibrary is "jackson". It also references the obsolete JDK8 module for Jackson which is no longer needed
openapi-generator version
5.1.0-SNAPSHOT
Command line used for generation
maven plugin configuration:
Steps to reproduce
Related issues/PRs
#8689
Suggest a fix/enhancement
Adjust mustache templates to use an updated version of Jackson and remove all references to the JDK8 module as all functionality has been merged into jackson-core in the latest versions
I will provide a PR that will solve this issue
The text was updated successfully, but these errors were encountered: