shartte
|
8a31064028
|
[Java] Remove JAX-RS dependency from generated java-native client. (#8320) (#9585)
|
2021-06-18 15:05:55 +08:00 |
|
Toby Murray
|
99144252f7
|
Migrate off deprecate Gradle configurations (#8436)
A bunch of gradle configurations have been deprecated, with drop in replacements. Relevant to this project:
compile -> implementation
testCompile -> testImplementation
They're visible by executing e.g. ./gradlew build --warning-mode all with supporting documentation here: https://docs.gradle.org/6.6.1/userguide/upgrading_version_5.html#dependencies_should_no_longer_be_declared_using_the_compile_and_runtime_configurations
|
2021-01-15 22:32:50 +08:00 |
|
bgong-mdsol
|
edf153eede
|
[Java][Native] Support oneOf/anyOf schemas (#7263)
* Java-native add models of oneOf/anyOf
* Java-native refresh samples
* Java-native add a sample project for openapi3
|
2020-10-15 17:29:51 +08:00 |
|
William Cheng
|
b768e42704
|
Update junit to newer version (4.13.1) (#7690)
* update junit to newer version
* update junit to newer version
|
2020-10-14 10:10:32 +08:00 |
|
Jochen Schalanda
|
d9957ad0a9
|
[Java][client][native][Gradle] Add missing jackson-databind-nullable (#6802)
* Add missing jackson-databind-nullable to java-native Gradle build
Closes #6801
* Regenerate java-native samples
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
|
2020-07-01 15:08:28 +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 |
|