replace deprecated org.springframework.util.Base64Utils with Base64
From https://github.com/swagger-api/swagger-codegen/pull/12081
bump
it'd be fantastic to get this out live (spring boot 3.4.0 was release few days ago).
Please merge it to master and do a new release, because it does not work with Spring Boot 3.4.0. resttemplate is still using Base64Utils, the change is correct and should live as soon as possible. Thx.
@frantuma @micryc sorry to bother you, but I saw the latest changes and it seems they are done mostly by you. can you help us understanding who can check this pr?
Please merge it to master and do a new release, because Spring Boot 3.4.x does not work without this change. Generated Test classes do not work without this change. The new release from yesterday 3.0.65 still does not have this change! Who can do a second approval for it????
This would be great to get fixed asap. Especially since there already is a MR. Currently this framework is just incompatible with current spring core versions.
W
This would be great to get fixed asap. Especially since there already is a MR. Currently this framework is just incompatible with current spring core versions.
We are also waiting since my last post 6. Dec. for the approval, Hey, guys how long do you need to approve the MR. In some weeks it would be already 2 months. This framework is not working with the latest Spring versions. Please merge MR asap!
original patch was submitted 2 years ago and this second submission is also over a year old. it's a simple change and the current implementation breaks compatibility. please.
If anyone else is waiting for this MR: We gave up and switched to https://github.com/OpenAPITools/openapi-generator/. This worked well, necessary code changes were minimal. And it's compatible with current spring-core.
One workaround could be including Spring's last version - before the removal - Base64Utils to your project.