This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Commit 9428d90
committed
v3 java package consolidation, folder cleanup, docker image size reduction (#189)
* Merges core into generator
* Refactors codegen module
* More refactoring
* Renames Generator as GeneratorRunner, CodegenConfig renamed to Generator
* Removes common subpackage
* Reverts validation public changes
* Moves java python client test file
* Moves meta into generators and renames it generatormetadata
* Removes example module
* Renames codegenerator to generatorrunner
* Moves models into generators and renames to openapimodels
* Moves ignore int generator, removes unneeded classes for python generator
* Moves ignore moduel into generatorrunner
* validation module refactored to move external imports to its root level
* Moves java test file
* Removes cli module
* Refactors cli into clicommands module
* Collapses cli module into remaining module
* Updates dockerfile
* Removes broken links from pom, removes qos library, increase slf4j version
* Removes logToStderr
* Removes unused imports
* Fixes arch tests
* Removes sonatype from pom
* Removes logback xml exclusion
* Fixes groupId and package info
* Fixes mainClass definition
* Adds shade plugin, fixes jar running
* Fixes version info in docker
* Removes volume
* Adds multi stage docker image
* Reduces image size further
* Gets checkstyle working
* Removes scripts modules and website
* Removes website references
* Moves circleci parallel file into .circleci folder
* turns filtering off, adds pom comment for a versin upgrade
* Removes CI folder
* Changes suffix from project back to cli
* Removes many module and languages references
* Ensure up to date run
* Turns on filtering for docker verison command
* Actually fixes resource filtering1 parent 78425ba commit 9428d90
File tree
2,046 files changed
+2616
-19021
lines changed- .circleci
- .github
- workflows
- CI
- bin
- configs
- unmaintained
- openapi3
- utils
- release
- docs
- generators
- modules
- openapi-json-schema-generator-cli
- src/main/java/org/openapijsonschematools/codegen/cmd
- openapi-json-schema-generator-core
- openapi-json-schema-generator
- src
- main
- java/org/openapijsonschematools/codegen
- auth
- examples
- exceptions
- resources
- Java
- META-INF/services
- kotlin-client
- test/java/org/openapijsonschematools/codegen
- openapi_feature_info
- samples
- meta-codegen
- openapi3/client
- 3_0_3_unit_test/python
- .openapi-generator
- features
- nonCompliantUseDiscriminatorIfCompositionFails/python
- .openapi-generator
- security/python
- .openapi-generator
- petstore/python
- .openapi-generator
- scripts
- src
- main
- java/org/openapijsonschematools/codegen
- clicommands
- common
- common
- config
- generatorrunner
- ignore
- rules
- generators
- features
- generatorloader
- generatormetadata
- features
- annotations
- models
- openapimodels
- templating
- handlebars
- mustache
- validation
- validators
- resources
- Java
- auth
- libraries
- apache-httpclient
- feign
- auth
- model
- google-api-client
- jersey2
- auth
- jersey3
- auth
- microprofile
- native
- okhttp-gson
- auth
- rest-assured
- resteasy
- resttemplate
- auth
- retrofit2
- auth
- play-common/auth
- play24
- play25
- play26
- retrofit
- auth
- vertx
- auth
- webclient
- auth
- META-INF/services
- _common
- codegen
- kotlin
- kotlin-client
- infrastructure
- jvm-common/infrastructure
- libraries
- jvm-ktor
- auth
- infrastructure
- jvm-okhttp
- infrastructure
- jvm-retrofit2
- auth
- infrastructure
- jvm-volley
- auth
- infrastructure
- request
- multiplatform
- auth
- commonTest
- infrastructure
- iosTest
- jsTest
- jvmTest
- python
- apis
- paths
- tags
- components
- headers
- parameters
- request_bodies
- responses
- schemas
- security_schemes
- configurations
- paths
- path
- verb
- schemas
- security
- servers
- validator
- test
- java/org/openapijsonschematools/codegen
- clicommands
- common
- config
- generatorrunner
- generators
- features
- generatormetadata
- javaassertions
- options
- templating
- handlebars
- mustache
- testutils
- validation
- validators
- resources
- 1_2/petstore-1.2
- 2_0
- python-prior
- rust-server
- swift
- templates/Java
- libraries/jersey2
- 3_0
- asciidoc
- generated-snippets/rest/project/GET
- specs/rest/project/GET
- aspnetcore
- avro-schema
- cpp-qt
- csharp
- extensions
- features
- go
- javascript
- java
- kotlin
- markdown
- expected
- Models
- micronaut
- php
- powershell
- protobuf-schema
- protobuf
- python-prior
- python
- rust-server
- rust
- r
- scala-akka
- scala
- spring
- typescript-axios
- typescript-fetch
- typescript
- unit_test_spec
- draft6
- optional
- format
- openapi_additions
- wsdl
- 3_1
- batch
- common
- specs
- bugs
- codegen/scala
- integrationtests
- csharp/general
- scala/client
- typescript
- additional-properties-expected
- api
- model
- array-and-object-expected
- api
- model
- custom-path-params-expected
- api
- model
- node-es5-expected
- objectsWithEnums-expected
- .openapi-generator
- api
- model
- petstore-expected
- api
- model
- org/openapijsonschematools/codegen/kotlin/KotlinTestUtilsTest
- badPack/com/example
- normalPack/com/example
- templating/templates
- jmeter
- website
- blog
- i18n
- src
- css
- dynamic
- pages
- static
- css
- img
- companies
- favicon
- icons
- tools
- js
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
2,046 files changed
+2616
-19021
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 50 | + | |
| 51 | + | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments