rbrincke
42f685f59c
Fix multi-part binary array form parameters for Spring Boot and Spring Cloud templates ( #4616 )
...
* Fix multi-part binary array strings
Multi-part binary array strings as outlined in #3139 resulted in `MultipartFile` rather than `List<MultipartFile>`. This PR attempts to resolve this by adjusting the templates.
Two tests have been added: one for `spring-boot` and one for `spring-cloud`.
Resolve #3139
* Fix multipart file name and description
* Handle array of MultipartFile for delegate
* Update samples due to file description being picked up
* Upload result of bin/spring-stubs
2019-12-09 20:59:05 +08:00
Christophe Bornet
d405158d3f
Add javadoc to spring API, controller and delegate ( #4693 )
...
* Add javadoc to spring API, controller and delegate
* Add response description and code in javadoc
2019-12-09 11:15:57 +08:00
William Cheng
11c7007429
Prepare v4.2.3 ( #4663 )
...
* update version
* update doc
* update samples
2019-12-02 15:26:01 +08:00
William Cheng
f07b3e0521
Prepare 4.2.2-SNAPSHOT ( #4497 )
...
* update to 4.2.2-SNAPSHOT
* update doc
* update samples
* skip ocaml test
* update version
* fix version
2019-11-15 21:34:25 +08:00
William Cheng
47e2c0d027
update samples ( #4334 )
2019-10-31 13:31:49 +08:00
William Cheng
9182784955
Merge remote-tracking branch 'origin/master' into 4.2.x
2019-08-28 14:01:20 +08:00
William Cheng
d0d545bbdd
Prepare 4.1.2 snapshot ( #3758 )
...
* update pom
* update samples
* update ts axios samples
2019-08-26 22:13:12 +08:00
Slavek Kabrda
5182955cca
[Java][client] make it possible to send explicit nulls for nullable fields ( #3474 )
...
* [Java][client] make it possible to send explicit nulls for nullable fields
* Regenerate samples
2019-08-16 16:26:06 +08:00
William Cheng
01222268e8
update samples
2019-08-11 18:56:47 +08:00
William Cheng
5956569e7a
Prepare 4.1.1-SNAPSHOT ( #3603 )
...
* update pom
* update samples
* update pom
2019-08-10 09:41:08 +08:00
Jeremie Bresson
fae073874b
Update samples
2019-08-05 15:07:26 +02:00
William Cheng
8b44c9dff1
update spring samples
2019-08-03 01:30:49 +08:00
William Cheng
8b054e6f8e
update spring samples
2019-08-01 00:31:58 +08:00
Thibault Duperron
4c9d023468
Enable async option for spring-cloud library ( #2670 )
...
* Enable async option for spring-cloud library
* Samples
2019-07-31 14:22:05 +08:00