Upgrade Scala sttp client generator to sttp3#11260
Upgrade Scala sttp client generator to sttp3#11260wing328 merged 1 commit intoOpenAPITools:masterfrom
Conversation
3ae77f2 to
cb6b950
Compare
|
https://github.com/softwaremill/tapir/blob/master/examples/src/main/scala/sttp/tapir/examples/BooksExample.scala |
|
cc @clasnake (2017/07), @jimschubert (2017/09) ❤️, @shijinkui (2018/01), @ramzimaalej (2018/03), @chameleon82 (2020/03), @Bouillie (2020/04) |
|
FYI. I've changed the target from 5.4.x to master as the master is the upcoming 5.4.0 release. |
Remove CIRCE_VERSION from generator because it is taken in as a transitive dependency of ` "com.softwaremill.sttp.client3" %% "json4s" % "3.3.18"`
cb6b950 to
58e74c8
Compare
|
cc @clasnake (2017/07), @jimschubert (2017/09) ❤️, @shijinkui (2018/01), @ramzimaalej (2018/03), @chameleon82 (2020/03), @Bouillie (2020/04) |
|
@wing328 Thank you! |
The sttp generator is out of date by atleast a year, sttp2 has been deprecated and i have updated the generator to now support sttp3.
PR 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(5.3.0),6.0.x@chameleon82