-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[Kotlin-Spring] add Kotlin based Spring Cloud OpenFeign generator #15048
[Kotlin-Spring] add Kotlin based Spring Cloud OpenFeign generator #15048
Conversation
d71a5bf
to
b76cb34
Compare
@wing328 can you please take a look on this one? |
e282382
to
9604f29
Compare
I would appreciate if some of you could take a look on it @jimschubert (2017/09) ❤️, @dr4ke616 (2018/08) @karismann (2019/03) @Zomzog (2019/04) @andrewemery (2019/10) @4brunu (2019/11) @yutaka0m (2020/03). I would really love to use this with the next version. |
e82c703
to
100771d
Compare
100771d
to
e249b6b
Compare
Love the addition, I am a little confused though. Now it's part of the server code and ALSO generates the client. |
Add Kotlin based Spring Cloud OpenFeign Client generator. It is based on the already existing JavaSpring spring-cloud library.
e.g.
--library spring-cloud
via CLIPR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.For Windows users, please run the script in Git BASH.
master
(6.6.0) (minor release - breaking changes with fallbacks),7.0.x
(breaking changes without fallbacks)@jimschubert (2017/09) ❤️, @dr4ke616 (2018/08) @karismann (2019/03) @Zomzog (2019/04) @andrewemery (2019/10) @4brunu (2019/11) @yutaka0m (2020/03)