William Cheng
|
8455c1cd23
|
Remove the option to support JDK7 from Java generator and templates (#11547)
* remove java8 from java client generator and templates
* update tests
* remove threetenbp
* update spring templates to remove java8
* remove java8 from jaxrs template
* fix jaxrs spec
* fix feign
* remove CustomInstantDeserializer.java
* fix jersey1
* fix undertow
* various update
* fix jaxrs jersey1
* fix java inflector
* fix jaxrs cxf
* add new files
* update doc
|
2022-02-10 10:35:29 +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 |
|
William Cheng
|
6ae61e2dfd
|
update java inflector samples
|
2020-05-09 22:03:32 +08:00 |
|
Daonomic
|
0a52f56ba4
|
Support for discriminator.mapping (#536)
|
2018-07-18 06:14:42 +02:00 |
|
Jérémie Bresson
|
69a3852ef7
|
Make yaml serialization deterministic (#233)
|
2018-06-06 11:47:13 +02:00 |
|
Jérémie Bresson
|
6f28209ccc
|
Generate java inflector OAS2 (#222)
|
2018-04-25 07:01:32 +02:00 |
|
Jérémie Bresson
|
7ecd5f3566
|
Rename "swagger" to "openapi" (#191)
* Rename ".swagger-codegen-ignore" to ".openapi-generator-ignore"
* Rename setGenerateSwaggerMetadata(Boolean) to setGenerateMetadata(Boolean)
* Rename Metadata Folder to .openapi-generator
|
2018-04-22 21:28:17 +02:00 |
|