-
-
Notifications
You must be signed in to change notification settings - Fork 7k
[REQ] [SPRING-CLOUD] Generates deprecated code #8561
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
Comments
* Fix import for new spring boot version #8561 * Add new versions * Fix samples * Remove unused dependencies * Revert "Remove unused dependencies" This reverts commit bdac08b. * Add version * Fix version * Add hystrix note this depcreated * Migrate to Junit5 * Trigger build * Add junit5 * Upgrade to new hystrix starter * Try to enable hystrix * Remove hystrix and upgrade to boot 2.5.5 * Remove hystrix * Revert yaml * Remove hysterix * Trigger build * Update docu * use 4-space instead of tabs * remove HystrixCommand * add back spring-cloud test with oas 3.0 spec * update samples Co-authored-by: William Cheng <[email protected]>
Have the same issue... Any updates? |
It's not a openapi generator issue. How you see it is open in spring |
Currently the solution is described here: The "biggest" impact is that, I found no solution to reuse from the yaml the So after the change you have to set into the spring boot application properties this information. Example in our case it looks like:
Before you have not to set Do you think is okay for the first version? |
Is your feature request related to a problem? Please describe.
Deprecated code configurations are generated and spring security depedencies are old.
See spring-cloud/spring-cloud-openfeign#417
Describe the solution you'd like
It should support the new classes and configurations
The text was updated successfully, but these errors were encountered: