Thomas Hervé
616b44f3b1
Improve generated Java examples ( #8012 )
...
* Add basic types imports to generated examples
This adds an extension to include basic types imports to generated Java
examples.
* Make some fixes to example generation
* Generate OffsetDatetime correctly
* Create a useful sample for enums, regenerate samples
* Fix BigDecimal as well
2020-11-26 18:14:26 +08:00
Thomas Hervé
14ff8e0ffd
Remove links to basic types in java API docs ( #7989 )
...
* Remove links to basic types in java API docs
This removes (most) wrong links to basic types in Java API docs.
* Regenerate some more samples
2020-11-23 16:24:31 +08:00
bgong-mdsol
8cd52033e4
[Java][Native] added WithHttpInfo method for async-native ( #6903 )
...
* [java-asyncNative] add withHttpInfo
* update api template for async-native
2020-07-17 15:30:02 +08:00
bgong-mdsol
8400d4c6f9
java-native added WithHttpInfo ( #6704 )
...
remove /t
2020-06-22 16:15:11 +08:00
Jochen Schalanda
32adeddd8f
Fix usage of javax.annotation ( #6645 )
...
* Fix usage of javax.annotation:javax.annotation-api
* Regenerate samples
```
bin/generate-samples.sh bin/configs/java-* bin/configs/jaxrs-* bin/configs/spring-* bin/configs/kotlin-* bin/configs/other/java-* bin/configs/other/jaxrs-* bin/configs/other/kotlin-* bin/configs/other/openapi3/jaxrs-cxf-client.yaml bin/configs/other/openapi3/kotlin-*
```
2020-06-14 17:01:18 +08:00
Ukonn Ra
f4fa00fefa
Add async native Java Client ( #4721 )
...
* Add async native Java Client
* UPDATE: Reformat the samples
* test java native async in drone.io
* update test count
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-05-03 16:06:18 +08:00