Commit Graph

14 Commits

Author SHA1 Message Date
Kevin Lin
2f537940db Bump openapi generator in java.sh (#280) 2025-05-02 12:36:00 -07:00
Brendan Burns
2658f902d3 Update java.sh (#265) 2024-05-24 09:55:11 -07:00
Dasarathi Rout
e2334cc3a4 Issue 246 Update java.sh (#247)
Issue 246, update of open-api-tool v6.6.0 which 
configOptions <useJakartaEe>true</useJakartaEe> and generate code with jakarta.annotation.*.
2023-08-15 09:11:20 -07:00
Min Kim
d5a4e0d8ff bump code-gen and applies x-implements extension (#164) 2020-06-19 15:58:43 -07:00
Min Kim
270d42bbe8 migrate java clients from swagger-codegen to openapi-generator (#117)
add reflection-equality config option

java: update openapi generator to 4.1.2

patch openapi-generator, format Quantity

Bring in a patched openapi-generator temporarily until
openapi-generator#4182 gets merged, and add a format to
resource.Quantity so it can have a custom typeMapping installed.

Also bring configuration of type and import mappings to the correct
(newer) format for the maven plugin.

remove the overrides

refactor

openapi-gen

generator 4.1.3

4.2.0
2019-11-16 08:43:40 -08:00
Tomasz Prus
d0821e65aa feat: introduce openapi-generator (#95)
* move files related to swagger-codegen to dedicated directory

* add script to build clients by openapi-generator

* python-asyncio is build by openapi-generator
2019-01-14 22:52:13 -08:00
Tamal Saha
cbea33eac4 Allow using forked swagger-api repository (#62)
To generate client for CRDs, I needed to use a forked version of swagger-api.
ref: https://github.com/kubernetes-client/gen/issues/59#issuecomment-381395227
2018-06-29 13:23:03 -07:00
Tamal Saha
7d7ec1cfee Allow specifying a github repository if working on ecosystem projects (#63) 2018-06-25 07:30:35 -07:00
Alessandro Ogier
da2c88defb allow specifying a github username if working on forks (#58) 2018-05-02 22:10:15 -07:00
Lewis Headden
3863091633 Disable pre-processing for resource.Quantity 2017-11-22 10:27:37 -05:00
mbohlool
a52d6fbd66 Reformat generator callers 2017-08-15 11:42:26 -07:00
mbohlool
b69663ca2e Containerize client generation 2017-08-10 06:44:33 -07:00
mbohlool
0cbfd2f331 Fix cleanup directories of java generator to prevent removal of ApiClient.java 2017-06-28 00:15:49 -07:00
Brendan Burns
c9496c5251 Initial add of Java generation. 2017-05-08 13:53:41 -07:00