We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The resttemplate module relies on spring Base64Utils. But latest version of the framework have deprecated it, suggesting to use Base64 from the stdlib.
resttemplate
I'm using the latest version from brew.
brew
The text was updated successfully, but these errors were encountered:
replace deprecated org.springframework.util.Base64Utils with Base64
a29522f
fixes swagger-api#12080
Swagger´s resttemplate module is not compatible with the newest spring boot version, because the depricated issue has been removed by spring.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
The
resttemplate
module relies on spring Base64Utils.But latest version of the framework have deprecated it, suggesting to use Base64 from the stdlib.
Swagger-codegen version
I'm using the latest version from
brew
.Swagger declaration file content or url
Command line used for generation
Steps to reproduce
Related issues/PRs
Suggest a fix/enhancement
The text was updated successfully, but these errors were encountered: