Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spring child constructor missing parent params #16976

Conversation

dabdirb
Copy link
Contributor

@dabdirb dabdirb commented Nov 3, 2023

to fix #16797
to fix #15796

PR checklist

  • Read the contribution guidelines.
  • Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community.
  • Run the following to build the project and update samples:
    ./mvnw clean package 
    ./bin/generate-samples.sh ./bin/configs/*.yaml
    ./bin/utils/export_docs_generators.sh
    
    Commit all changed files.
    This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
    These must match the expectations made by your contribution.
    You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example ./bin/generate-samples.sh bin/configs/java*.
    For Windows users, please run the script in Git BASH.
  • File the PR against the correct branch: master (upcoming 7.1.0 minor release - breaking changes with fallbacks), 8.0.x (breaking changes without fallbacks)
  • If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.

i just fix this issue on spring, i suppose this issue also impact other java projects. the root cause should be in DefaultCodegen.java updateModelForComposedSchema(). @wing328 i think you are the best people to figure out why the "required" is wrong.

@wing328
Copy link
Member

wing328 commented Nov 7, 2023

cc @cachescrubber (2022/02) @welshm (2022/02) @MelleD (2022/02) @atextor (2022/02) @manedev79 (2022/02) @javisst (2022/02) @borsch (2022/02) @banlevente (2022/02) @Zomzog (2022/09) @martin-mfg (2023/08)

@wing328
Copy link
Member

wing328 commented Nov 7, 2023

Thanks for the PR.

i just fix this issue on spring, i suppose this issue also impact other java projects. the root cause should be in DefaultCodegen.java updateModelForComposedSchema()

I've no idea either. I'll try to take a look later.

How urgent is this fix?

When you've time, can you please also PM me via Slack? Thank you.

https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g

@wing328 wing328 changed the title fix #16797 and #15796 spring child constructor missing parent params Fix spring child constructor missing parent params Nov 7, 2023
@dabdirb
Copy link
Contributor Author

dabdirb commented Nov 9, 2023

Current fix just as a workaround patch, I think you can postpone the merge.
I need about 1 week to dive into legacy code, to figure out the root cause for all java models.

@dabdirb
Copy link
Contributor Author

dabdirb commented Nov 13, 2023

narrow down the bug range, in DefaultCodegen.java, addProperties() not add all properties

@dabdirb
Copy link
Contributor Author

dabdirb commented Nov 13, 2023

@martin-mfg
@wing328
please review this change

@wing328 wing328 modified the milestones: 7.1.0, 7.2.0 Nov 13, 2023
…uctor_missing_parent_param

# Conflicts:
#	samples/client/echo_api/csharp-restsharp/.openapi-generator/VERSION
#	samples/client/echo_api/go/.openapi-generator/VERSION
#	samples/client/echo_api/java/apache-httpclient/.openapi-generator/VERSION
#	samples/client/echo_api/java/feign-gson/.openapi-generator/VERSION
#	samples/client/echo_api/java/native/.openapi-generator/VERSION
#	samples/client/echo_api/java/okhttp-gson/.openapi-generator/VERSION
#	samples/client/echo_api/php-nextgen/.openapi-generator/VERSION
#	samples/client/echo_api/php-nextgen/src/Api/AuthApi.php
#	samples/client/echo_api/php-nextgen/src/Api/BodyApi.php
#	samples/client/echo_api/php-nextgen/src/Api/FormApi.php
#	samples/client/echo_api/php-nextgen/src/Api/HeaderApi.php
#	samples/client/echo_api/php-nextgen/src/Api/PathApi.php
#	samples/client/echo_api/php-nextgen/src/Api/QueryApi.php
#	samples/client/echo_api/php-nextgen/src/ApiException.php
#	samples/client/echo_api/php-nextgen/src/Configuration.php
#	samples/client/echo_api/php-nextgen/src/HeaderSelector.php
#	samples/client/echo_api/php-nextgen/src/Model/Bird.php
#	samples/client/echo_api/php-nextgen/src/Model/Category.php
#	samples/client/echo_api/php-nextgen/src/Model/DataQuery.php
#	samples/client/echo_api/php-nextgen/src/Model/DefaultValue.php
#	samples/client/echo_api/php-nextgen/src/Model/ModelInterface.php
#	samples/client/echo_api/php-nextgen/src/Model/NumberPropertiesOnly.php
#	samples/client/echo_api/php-nextgen/src/Model/Pet.php
#	samples/client/echo_api/php-nextgen/src/Model/Query.php
#	samples/client/echo_api/php-nextgen/src/Model/StringEnumRef.php
#	samples/client/echo_api/php-nextgen/src/Model/Tag.php
#	samples/client/echo_api/php-nextgen/src/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.php
#	samples/client/echo_api/php-nextgen/src/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.php
#	samples/client/echo_api/php-nextgen/src/ObjectSerializer.php
#	samples/client/echo_api/powershell/.openapi-generator/VERSION
#	samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent-true/.openapi-generator/VERSION
#	samples/client/echo_api/python-pydantic-v1/.openapi-generator/VERSION
#	samples/client/echo_api/python/.openapi-generator/VERSION
#	samples/client/echo_api/ruby-httpx/.openapi-generator/VERSION
#	samples/client/echo_api/ruby-httpx/lib/openapi_client.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/api/auth_api.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/api/body_api.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/api/form_api.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/api/header_api.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/api/path_api.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/api/query_api.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/api_client.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/api_error.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/configuration.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/models/bird.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/models/category.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/models/data_query.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/models/default_value.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/models/number_properties_only.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/models/pet.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/models/query.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/models/string_enum_ref.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/models/tag.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb
#	samples/client/echo_api/ruby-httpx/lib/openapi_client/version.rb
#	samples/client/echo_api/ruby-httpx/openapi_client.gemspec
#	samples/client/echo_api/ruby-httpx/spec/api_client_spec.rb
#	samples/client/echo_api/ruby-httpx/spec/configuration_spec.rb
#	samples/client/echo_api/ruby-httpx/spec/spec_helper.rb
#	samples/client/echo_api/typescript-axios/build/.openapi-generator/VERSION
#	samples/client/others/csharp-complex-files/.openapi-generator/VERSION
#	samples/client/others/java/okhttp-gson-oneOf/.openapi-generator/VERSION
#	samples/client/others/java/okhttp-gson-streaming/.openapi-generator/VERSION
#	samples/client/others/java/resttemplate-useAbstractionForFiles/.openapi-generator/VERSION
#	samples/client/others/java/webclient-useAbstractionForFiles/.openapi-generator/VERSION
#	samples/client/others/kotlin-jvm-okhttp-parameter-tests/.openapi-generator/VERSION
#	samples/client/others/rust/reqwest-regression-16119/.openapi-generator/VERSION
#	samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/.openapi-generator/VERSION
#	samples/client/others/typescript-angular/builds/composed-schemas/.openapi-generator/VERSION
#	samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/.openapi-generator/VERSION
#	samples/client/others/typescript-rxjs/allOf-composition/.openapi-generator/VERSION
#	samples/client/others/typescript/builds/with-unique-items/.openapi-generator/VERSION
#	samples/client/petstore/R-httr2-wrapper/.openapi-generator/VERSION
#	samples/client/petstore/R-httr2/.openapi-generator/VERSION
#	samples/client/petstore/R/.openapi-generator/VERSION
#	samples/client/petstore/ada/.openapi-generator/VERSION
#	samples/client/petstore/ada/src/client/samples-petstore-clients.adb
#	samples/client/petstore/ada/src/client/samples-petstore-clients.ads
#	samples/client/petstore/ada/src/model/samples-petstore-models.adb
#	samples/client/petstore/ada/src/model/samples-petstore-models.ads
#	samples/client/petstore/apex/.openapi-generator/VERSION
#	samples/client/petstore/bash/.openapi-generator/VERSION
#	samples/client/petstore/c/.openapi-generator/VERSION
#	samples/client/petstore/cpp-qt/.openapi-generator/VERSION
#	samples/client/petstore/cpp-restsdk/client/.openapi-generator/VERSION
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/ApiClient.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/ApiConfiguration.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/ApiException.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/HttpContent.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/IHttpBody.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/JsonBody.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/ModelBase.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/MultipartFormData.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/Object.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/api/PetApi.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/api/StoreApi.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/api/UserApi.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/model/ApiResponse.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/model/Category.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/model/Order.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/model/Pet.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/model/Tag.h
#	samples/client/petstore/cpp-restsdk/client/include/CppRestPetstoreClient/model/User.h
#	samples/client/petstore/cpp-restsdk/client/src/ApiClient.cpp
#	samples/client/petstore/cpp-restsdk/client/src/ApiConfiguration.cpp
#	samples/client/petstore/cpp-restsdk/client/src/ApiException.cpp
#	samples/client/petstore/cpp-restsdk/client/src/HttpContent.cpp
#	samples/client/petstore/cpp-restsdk/client/src/JsonBody.cpp
#	samples/client/petstore/cpp-restsdk/client/src/ModelBase.cpp
#	samples/client/petstore/cpp-restsdk/client/src/MultipartFormData.cpp
#	samples/client/petstore/cpp-restsdk/client/src/Object.cpp
#	samples/client/petstore/cpp-restsdk/client/src/api/PetApi.cpp
#	samples/client/petstore/cpp-restsdk/client/src/api/StoreApi.cpp
#	samples/client/petstore/cpp-restsdk/client/src/api/UserApi.cpp
#	samples/client/petstore/cpp-restsdk/client/src/model/ApiResponse.cpp
#	samples/client/petstore/cpp-restsdk/client/src/model/Category.cpp
#	samples/client/petstore/cpp-restsdk/client/src/model/Order.cpp
#	samples/client/petstore/cpp-restsdk/client/src/model/Pet.cpp
#	samples/client/petstore/cpp-restsdk/client/src/model/Tag.cpp
#	samples/client/petstore/cpp-restsdk/client/src/model/User.cpp
#	samples/client/petstore/cpp-tiny/.openapi-generator/VERSION
#	samples/client/petstore/cpp-ue4/.openapi-generator/VERSION
#	samples/client/petstore/crystal/.openapi-generator/VERSION
#	samples/client/petstore/crystal/.travis.yml
#	samples/client/petstore/crystal/spec/spec_helper.cr
#	samples/client/petstore/crystal/src/petstore.cr
#	samples/client/petstore/crystal/src/petstore/api/fake_api.cr
#	samples/client/petstore/crystal/src/petstore/api/pet_api.cr
#	samples/client/petstore/crystal/src/petstore/api/store_api.cr
#	samples/client/petstore/crystal/src/petstore/api/user_api.cr
#	samples/client/petstore/crystal/src/petstore/api_client.cr
#	samples/client/petstore/crystal/src/petstore/api_error.cr
#	samples/client/petstore/crystal/src/petstore/configuration.cr
#	samples/client/petstore/crystal/src/petstore/models/another_property_name_mapping.cr
#	samples/client/petstore/crystal/src/petstore/models/api_response.cr
#	samples/client/petstore/crystal/src/petstore/models/category.cr
#	samples/client/petstore/crystal/src/petstore/models/format_test.cr
#	samples/client/petstore/crystal/src/petstore/models/order.cr
#	samples/client/petstore/crystal/src/petstore/models/pet.cr
#	samples/client/petstore/crystal/src/petstore/models/tag.cr
#	samples/client/petstore/crystal/src/petstore/models/user.cr
#	samples/client/petstore/csharp-functions/.openapi-generator/VERSION
#	samples/client/petstore/csharp-restsharp-name-parameter-mappings/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-generichost-net6.0-nrt-useSourceGeneration/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-generichost-net6.0-nrt/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-generichost-net6.0/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-generichost-netcore-latest-allOf/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-generichost-netcore-latest-anyOf/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-generichost-netcore-latest-oneOf/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-generichost-netstandard2.0/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-httpclient/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-net47/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-net48/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-net5.0/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient-unityWebRequest/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClient/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClientCore/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClientCoreAndNet47/.openapi-generator/VERSION
#	samples/client/petstore/elixir/.openapi-generator/VERSION
#	samples/client/petstore/elixir/lib/openapi_petstore/api/another_fake.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/api/default.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/api/fake.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/api/fake_classname_tags123.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/api/pet.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/api/store.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/api/user.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/connection.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/deserializer.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/_foo_get_default_response.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/_special_model_name_.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/additional_properties_class.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/all_of_with_single_ref.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/animal.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/api_response.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/array_of_array_of_number_only.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/array_of_number_only.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/array_test.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/capitalization.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/cat.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/category.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/child_with_nullable.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/class_model.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/client.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/deprecated_model.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/dog.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/enum_arrays.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/enum_class.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/enum_test.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/fake_big_decimal_map_200_response.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/file.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/file_schema_test_class.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/foo.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/format_test.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/has_only_read_only.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/health_check_result.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/list.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/map_test.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/mixed_properties_and_additional_properties_class.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/model_200_response.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/name.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/nullable_class.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/number_only.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/object_with_deprecated_fields.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/order.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/outer_composite.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/outer_enum.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/outer_enum_default_value.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/outer_enum_integer.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/outer_enum_integer_default_value.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/outer_object_with_enum_property.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/parent_with_nullable.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/pet.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/read_only_first.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/return.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/single_ref_type.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/tag.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/test_inline_freeform_additional_properties_request.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/model/user.ex
#	samples/client/petstore/elixir/lib/openapi_petstore/request_builder.ex
#	samples/client/petstore/elm/.openapi-generator/VERSION
#	samples/client/petstore/erlang-client/.openapi-generator/VERSION
#	samples/client/petstore/erlang-proper/.openapi-generator/VERSION
#	samples/client/petstore/go/go-petstore/.openapi-generator/VERSION
#	samples/client/petstore/groovy/.openapi-generator/VERSION
#	samples/client/petstore/haskell-http-client/.openapi-generator/VERSION
#	samples/client/petstore/java-helidon-client/mp/.openapi-generator/VERSION
#	samples/client/petstore/java-helidon-client/se/.openapi-generator/VERSION
#	samples/client/petstore/java-micronaut-client/.openapi-generator/VERSION
#	samples/client/petstore/java/apache-httpclient/.openapi-generator/VERSION
#	samples/client/petstore/java/feign-no-nullable/.openapi-generator/VERSION
#	samples/client/petstore/java/feign/.openapi-generator/VERSION
#	samples/client/petstore/java/google-api-client/.openapi-generator/VERSION
#	samples/client/petstore/java/jersey2-java8-localdatetime/.openapi-generator/VERSION
#	samples/client/petstore/java/jersey2-java8/.openapi-generator/VERSION
#	samples/client/petstore/java/jersey3/.openapi-generator/VERSION
#	samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/.openapi-generator/VERSION
#	samples/client/petstore/java/microprofile-rest-client-3.0-jackson/.openapi-generator/VERSION
#	samples/client/petstore/java/microprofile-rest-client-3.0/.openapi-generator/VERSION
#	samples/client/petstore/java/microprofile-rest-client/.openapi-generator/VERSION
#	samples/client/petstore/java/native-async/.openapi-generator/VERSION
#	samples/client/petstore/java/native-jakarta/.openapi-generator/VERSION
#	samples/client/petstore/java/native/.openapi-generator/VERSION
#	samples/client/petstore/java/okhttp-gson-3.1/.openapi-generator/VERSION
#	samples/client/petstore/java/okhttp-gson-awsv4signature/.openapi-generator/VERSION
#	samples/client/petstore/java/okhttp-gson-dynamicOperations/.openapi-generator/VERSION
#	samples/client/petstore/java/okhttp-gson-group-parameter/.openapi-generator/VERSION
#	samples/client/petstore/java/okhttp-gson-nullable-required/.openapi-generator/VERSION
#	samples/client/petstore/java/okhttp-gson-parcelableModel/.openapi-generator/VERSION
#	samples/client/petstore/java/okhttp-gson-swagger1/.openapi-generator/VERSION
#	samples/client/petstore/java/okhttp-gson-swagger2/.openapi-generator/VERSION
#	samples/client/petstore/java/okhttp-gson/.openapi-generator/VERSION
#	samples/client/petstore/java/rest-assured-jackson/.openapi-generator/VERSION
#	samples/client/petstore/java/rest-assured/.openapi-generator/VERSION
#	samples/client/petstore/java/resteasy/.openapi-generator/VERSION
#	samples/client/petstore/java/resttemplate-jakarta/.openapi-generator/VERSION
#	samples/client/petstore/java/resttemplate-swagger1/.openapi-generator/VERSION
#	samples/client/petstore/java/resttemplate-swagger2/.openapi-generator/VERSION
#	samples/client/petstore/java/resttemplate-withXml/.openapi-generator/VERSION
#	samples/client/petstore/java/resttemplate/.openapi-generator/VERSION
#	samples/client/petstore/java/retrofit2-play26/.openapi-generator/VERSION
#	samples/client/petstore/java/retrofit2/.openapi-generator/VERSION
#	samples/client/petstore/java/retrofit2rx2/.openapi-generator/VERSION
#	samples/client/petstore/java/retrofit2rx3/.openapi-generator/VERSION
#	samples/client/petstore/java/vertx-no-nullable/.openapi-generator/VERSION
#	samples/client/petstore/java/vertx/.openapi-generator/VERSION
#	samples/client/petstore/java/webclient-jakarta/.openapi-generator/VERSION
#	samples/client/petstore/java/webclient-nullable-arrays/.openapi-generator/VERSION
#	samples/client/petstore/java/webclient-swagger2/.openapi-generator/VERSION
#	samples/client/petstore/java/webclient/.openapi-generator/VERSION
#	samples/client/petstore/javascript-apollo/.openapi-generator/VERSION
#	samples/client/petstore/javascript-es6/.openapi-generator/VERSION
#	samples/client/petstore/javascript-promise-es6/.openapi-generator/VERSION
#	samples/client/petstore/jetbrains/http/client/.openapi-generator/VERSION
#	samples/client/petstore/julia/.openapi-generator/VERSION
#	samples/client/petstore/k6/.openapi-generator/VERSION
#	samples/client/petstore/k6/script.js
#	samples/client/petstore/kotlin-allOff-discriminator/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-array-simple-string-jvm-okhttp3/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-array-simple-string-jvm-okhttp4/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-array-simple-string-jvm-volley/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-array-simple-string-multiplatform/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-bigdecimal-default-multiplatform/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-bigdecimal-default-okhttp4/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-default-values-jvm-okhttp3/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-default-values-jvm-okhttp4/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-default-values-jvm-retrofit2/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-default-values-jvm-volley/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-default-values-multiplatform/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-enum-default-value/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-gson/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jackson/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-json-request-string/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jvm-jackson/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jvm-ktor-gson/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jvm-ktor-jackson/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jvm-ktor-kotlinx_serialization/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jvm-okhttp4-coroutines/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jvm-spring-2-webclient/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jvm-spring-3-webclient/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jvm-vertx-gson/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jvm-vertx-jackson/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jvm-vertx-moshi/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-jvm-volley/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-modelMutable/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-moshi-codegen/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-multiplatform/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-name-parameter-mappings/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-nonpublic/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-nullable/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-okhttp3/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-retrofit2-rx3/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-retrofit2/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-spring-cloud/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-spring-cloud/src/main/kotlin/org/openapitools/api/PetApi.kt
#	samples/client/petstore/kotlin-spring-cloud/src/main/kotlin/org/openapitools/api/StoreApi.kt
#	samples/client/petstore/kotlin-spring-cloud/src/main/kotlin/org/openapitools/api/UserApi.kt
#	samples/client/petstore/kotlin-string/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-threetenbp/.openapi-generator/VERSION
#	samples/client/petstore/kotlin-uppercase-enum/.openapi-generator/VERSION
#	samples/client/petstore/kotlin/.openapi-generator/VERSION
#	samples/client/petstore/lua/.openapi-generator/VERSION
#	samples/client/petstore/n4js/.openapi-generator/VERSION
#	samples/client/petstore/nim/.openapi-generator/VERSION
#	samples/client/petstore/objc/core-data/.openapi-generator/VERSION
#	samples/client/petstore/objc/default/.openapi-generator/VERSION
#	samples/client/petstore/perl/.openapi-generator/VERSION
#	samples/client/petstore/php-dt-modern/.openapi-generator/VERSION
#	samples/client/petstore/php-dt/.openapi-generator/VERSION
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/.openapi-generator/VERSION
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/AnotherFakeApi.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/DefaultApi.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/FakeApi.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/FakeClassnameTags123Api.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/PetApi.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/StoreApi.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/UserApi.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/ApiException.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Configuration.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/HeaderSelector.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/AdditionalPropertiesClass.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/AllOfWithSingleRef.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/Animal.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/ApiResponse.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/ArrayOfArrayOfNumberOnly.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/ArrayOfNumberOnly.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/ArrayTest.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/Capitalization.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/Cat.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/Category.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/ChildWithNullable.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/ClassModel.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/Client.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/DeprecatedObject.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/Dog.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/EnumArrays.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/EnumClass.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/EnumTest.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/FakeBigDecimalMap200Response.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/File.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/FileSchemaTestClass.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/Foo.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/FooGetDefaultResponse.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/FormatTest.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/HasOnlyReadOnly.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/HealthCheckResult.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/MapTest.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/MixedPropertiesAndAdditionalPropertiesClass.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/Model200Response.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/ModelInterface.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/ModelList.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/ModelReturn.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/Name.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/NullableClass.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/NumberOnly.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/ObjectWithDeprecatedFields.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/Order.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/OuterComposite.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/OuterEnum.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/OuterEnumDefaultValue.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/OuterEnumInteger.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/OuterEnumIntegerDefaultValue.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/OuterObjectWithEnumProperty.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/ParentWithNullable.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/Pet.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/ReadOnlyFirst.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/SingleRefType.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/SpecialModelName.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/Tag.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/TestInlineFreeformAdditionalPropertiesRequest.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Model/User.php
#	samples/client/petstore/php-nextgen/OpenAPIClient-php/src/ObjectSerializer.php
#	samples/client/petstore/php/OpenAPIClient-php/.openapi-generator/VERSION
#	samples/client/petstore/php/OpenAPIClient-php/lib/Api/AnotherFakeApi.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Api/DefaultApi.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Api/FakeApi.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Api/PetApi.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Api/StoreApi.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Api/UserApi.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/ApiException.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Configuration.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/HeaderSelector.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/AllOfWithSingleRef.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/Animal.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/ApiResponse.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayTest.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/Capitalization.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/Cat.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/Category.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/ClassModel.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/Client.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/DeprecatedObject.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/Dog.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumArrays.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumClass.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumTest.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/FakeBigDecimalMap200Response.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/File.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/Foo.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/FooGetDefaultResponse.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/FormatTest.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/HealthCheckResult.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/MapTest.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/Model200Response.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelInterface.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelList.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelReturn.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/Name.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/NullableClass.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/NumberOnly.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/ObjectWithDeprecatedFields.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/Order.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterComposite.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnum.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumDefaultValue.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumInteger.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumIntegerDefaultValue.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterObjectWithEnumProperty.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/Pet.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/PropertyNameMapping.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/SingleRefType.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/SpecialModelName.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/Tag.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/TestInlineFreeformAdditionalPropertiesRequest.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/Model/User.php
#	samples/client/petstore/php/OpenAPIClient-php/lib/ObjectSerializer.php
#	samples/client/petstore/php/psr-18/.openapi-generator/VERSION
#	samples/client/petstore/php/psr-18/lib/Api/AnotherFakeApi.php
#	samples/client/petstore/php/psr-18/lib/Api/DefaultApi.php
#	samples/client/petstore/php/psr-18/lib/Api/FakeApi.php
#	samples/client/petstore/php/psr-18/lib/Api/FakeClassnameTags123Api.php
#	samples/client/petstore/php/psr-18/lib/Api/PetApi.php
#	samples/client/petstore/php/psr-18/lib/Api/StoreApi.php
#	samples/client/petstore/php/psr-18/lib/Api/UserApi.php
#	samples/client/petstore/php/psr-18/lib/ApiException.php
#	samples/client/petstore/php/psr-18/lib/Configuration.php
#	samples/client/petstore/php/psr-18/lib/DebugPlugin.php
#	samples/client/petstore/php/psr-18/lib/HeaderSelector.php
#	samples/client/petstore/php/psr-18/lib/Model/AdditionalPropertiesClass.php
#	samples/client/petstore/php/psr-18/lib/Model/AllOfWithSingleRef.php
#	samples/client/petstore/php/psr-18/lib/Model/Animal.php
#	samples/client/petstore/php/psr-18/lib/Model/ApiResponse.php
#	samples/client/petstore/php/psr-18/lib/Model/ArrayOfArrayOfNumberOnly.php
#	samples/client/petstore/php/psr-18/lib/Model/ArrayOfNumberOnly.php
#	samples/client/petstore/php/psr-18/lib/Model/ArrayTest.php
#	samples/client/petstore/php/psr-18/lib/Model/Capitalization.php
#	samples/client/petstore/php/psr-18/lib/Model/Cat.php
#	samples/client/petstore/php/psr-18/lib/Model/Category.php
#	samples/client/petstore/php/psr-18/lib/Model/ClassModel.php
#	samples/client/petstore/php/psr-18/lib/Model/Client.php
#	samples/client/petstore/php/psr-18/lib/Model/DeprecatedObject.php
#	samples/client/petstore/php/psr-18/lib/Model/Dog.php
#	samples/client/petstore/php/psr-18/lib/Model/EnumArrays.php
#	samples/client/petstore/php/psr-18/lib/Model/EnumClass.php
#	samples/client/petstore/php/psr-18/lib/Model/EnumTest.php
#	samples/client/petstore/php/psr-18/lib/Model/FakeBigDecimalMap200Response.php
#	samples/client/petstore/php/psr-18/lib/Model/File.php
#	samples/client/petstore/php/psr-18/lib/Model/FileSchemaTestClass.php
#	samples/client/petstore/php/psr-18/lib/Model/Foo.php
#	samples/client/petstore/php/psr-18/lib/Model/FooGetDefaultResponse.php
#	samples/client/petstore/php/psr-18/lib/Model/FormatTest.php
#	samples/client/petstore/php/psr-18/lib/Model/HasOnlyReadOnly.php
#	samples/client/petstore/php/psr-18/lib/Model/HealthCheckResult.php
#	samples/client/petstore/php/psr-18/lib/Model/MapTest.php
#	samples/client/petstore/php/psr-18/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php
#	samples/client/petstore/php/psr-18/lib/Model/Model200Response.php
#	samples/client/petstore/php/psr-18/lib/Model/ModelInterface.php
#	samples/client/petstore/php/psr-18/lib/Model/ModelList.php
#	samples/client/petstore/php/psr-18/lib/Model/ModelReturn.php
#	samples/client/petstore/php/psr-18/lib/Model/Name.php
#	samples/client/petstore/php/psr-18/lib/Model/NullableClass.php
#	samples/client/petstore/php/psr-18/lib/Model/NumberOnly.php
#	samples/client/petstore/php/psr-18/lib/Model/ObjectWithDeprecatedFields.php
#	samples/client/petstore/php/psr-18/lib/Model/Order.php
#	samples/client/petstore/php/psr-18/lib/Model/OuterComposite.php
#	samples/client/petstore/php/psr-18/lib/Model/OuterEnum.php
#	samples/client/petstore/php/psr-18/lib/Model/OuterEnumDefaultValue.php
#	samples/client/petstore/php/psr-18/lib/Model/OuterEnumInteger.php
#	samples/client/petstore/php/psr-18/lib/Model/OuterEnumIntegerDefaultValue.php
#	samples/client/petstore/php/psr-18/lib/Model/OuterObjectWithEnumProperty.php
#	samples/client/petstore/php/psr-18/lib/Model/Pet.php
#	samples/client/petstore/php/psr-18/lib/Model/PropertyNameMapping.php
#	samples/client/petstore/php/psr-18/lib/Model/ReadOnlyFirst.php
#	samples/client/petstore/php/psr-18/lib/Model/SingleRefType.php
#	samples/client/petstore/php/psr-18/lib/Model/SpecialModelName.php
#	samples/client/petstore/php/psr-18/lib/Model/Tag.php
#	samples/client/petstore/php/psr-18/lib/Model/TestInlineFreeformAdditionalPropertiesRequest.php
#	samples/client/petstore/php/psr-18/lib/Model/User.php
#	samples/client/petstore/php/psr-18/lib/ObjectSerializer.php
#	samples/client/petstore/powershell/.openapi-generator/VERSION
#	samples/client/petstore/ruby-autoload/.openapi-generator/VERSION
#	samples/client/petstore/ruby-autoload/lib/petstore.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/api/another_fake_api.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/api/default_api.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/api/fake_api.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/api/fake_classname_tags123_api.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/api/pet_api.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/api/store_api.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/api/user_api.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/api_client.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/api_error.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/configuration.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/additional_properties_class.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/all_of_with_single_ref.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/animal.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/api_response.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/array_of_array_of_number_only.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/array_of_number_only.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/array_test.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/capitalization.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/cat.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/category.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/child_with_nullable.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/class_model.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/client.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/deprecated_object.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/dog.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/enum_arrays.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/enum_class.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/enum_test.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/fake_big_decimal_map200_response.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/file.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/file_schema_test_class.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/foo.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/foo_get_default_response.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/format_test.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/has_only_read_only.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/health_check_result.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/list.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/map_test.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/model200_response.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/model_return.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/name.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/nullable_class.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/number_only.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/object_with_deprecated_fields.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/order.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/outer_composite.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/outer_enum.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/outer_enum_default_value.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/outer_enum_integer.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/outer_enum_integer_default_value.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/outer_object_with_enum_property.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/parent_with_nullable.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/pet.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/read_only_first.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/single_ref_type.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/special_model_name.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/tag.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/test_inline_freeform_additional_properties_request.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/models/user.rb
#	samples/client/petstore/ruby-autoload/lib/petstore/version.rb
#	samples/client/petstore/ruby-autoload/petstore.gemspec
#	samples/client/petstore/ruby-autoload/spec/api_client_spec.rb
#	samples/client/petstore/ruby-autoload/spec/configuration_spec.rb
#	samples/client/petstore/ruby-autoload/spec/spec_helper.rb
#	samples/client/petstore/ruby-faraday/.openapi-generator/VERSION
#	samples/client/petstore/ruby-faraday/lib/petstore.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/api/another_fake_api.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/api/default_api.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/api/fake_api.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/api/fake_classname_tags123_api.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/api/pet_api.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/api/store_api.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/api/user_api.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/api_client.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/api_error.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/configuration.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/additional_properties_class.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/all_of_with_single_ref.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/animal.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/api_response.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/array_of_array_of_number_only.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/array_of_number_only.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/array_test.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/capitalization.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/cat.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/category.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/child_with_nullable.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/class_model.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/client.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/deprecated_object.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/dog.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/enum_arrays.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/enum_class.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/enum_test.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/fake_big_decimal_map200_response.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/file.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/file_schema_test_class.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/foo.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/foo_get_default_response.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/format_test.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/has_only_read_only.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/health_check_result.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/list.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/map_test.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/model200_response.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/model_return.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/name.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/nullable_class.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/number_only.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/object_with_deprecated_fields.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/order.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/outer_composite.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/outer_enum.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_default_value.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_integer.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_integer_default_value.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/outer_object_with_enum_property.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/parent_with_nullable.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/pet.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/read_only_first.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/single_ref_type.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/special_model_name.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/tag.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/test_inline_freeform_additional_properties_request.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/models/user.rb
#	samples/client/petstore/ruby-faraday/lib/petstore/version.rb
#	samples/client/petstore/ruby-faraday/petstore.gemspec
#	samples/client/petstore/ruby-faraday/spec/api_client_spec.rb
#	samples/client/petstore/ruby-faraday/spec/configuration_spec.rb
#	samples/client/petstore/ruby-faraday/spec/spec_helper.rb
#	samples/client/petstore/ruby-httpx/.openapi-generator/VERSION
#	samples/client/petstore/ruby-httpx/lib/petstore.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/api/another_fake_api.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/api/default_api.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/api/fake_api.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/api/fake_classname_tags123_api.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/api/pet_api.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/api/store_api.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/api/user_api.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/api_client.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/api_error.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/configuration.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/additional_properties_class.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/all_of_with_single_ref.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/animal.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/api_response.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/array_of_array_of_number_only.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/array_of_number_only.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/array_test.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/capitalization.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/cat.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/category.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/class_model.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/client.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/deprecated_object.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/dog.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/enum_arrays.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/enum_class.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/enum_test.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/fake_big_decimal_map200_response.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/file.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/file_schema_test_class.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/foo.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/foo_get_default_response.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/format_test.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/has_only_read_only.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/health_check_result.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/list.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/mammal.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/mammal_anyof.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/mammal_without_discriminator.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/map_test.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/model200_response.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/model_return.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/name.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/nullable_class.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/number_only.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/object_with_deprecated_fields.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/order.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/outer_composite.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/outer_enum.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/outer_enum_default_value.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/outer_enum_integer.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/outer_enum_integer_default_value.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/outer_object_with_enum_property.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/pet.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/property_name_mapping.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/read_only_first.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/single_ref_type.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/special_model_name.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/tag.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/test_inline_freeform_additional_properties_request.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/user.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/whale.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/models/zebra.rb
#	samples/client/petstore/ruby-httpx/lib/petstore/version.rb
#	samples/client/petstore/ruby-httpx/petstore.gemspec
#	samples/client/petstore/ruby-httpx/spec/api_client_spec.rb
#	samples/client/petstore/ruby-httpx/spec/configuration_spec.rb
#	samples/client/petstore/ruby-httpx/spec/spec_helper.rb
#	samples/client/petstore/ruby/.openapi-generator/VERSION
#	samples/client/petstore/ruby/lib/petstore.rb
#	samples/client/petstore/ruby/lib/petstore/api/another_fake_api.rb
#	samples/client/petstore/ruby/lib/petstore/api/default_api.rb
#	samples/client/petstore/ruby/lib/petstore/api/fake_api.rb
#	samples/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb
#	samples/client/petstore/ruby/lib/petstore/api/pet_api.rb
#	samples/client/petstore/ruby/lib/petstore/api/store_api.rb
#	samples/client/petstore/ruby/lib/petstore/api/user_api.rb
#	samples/client/petstore/ruby/lib/petstore/api_client.rb
#	samples/client/petstore/ruby/lib/petstore/api_error.rb
#	samples/client/petstore/ruby/lib/petstore/configuration.rb
#	samples/client/petstore/ruby/lib/petstore/models/additional_properties_class.rb
#	samples/client/petstore/ruby/lib/petstore/models/all_of_with_single_ref.rb
#	samples/client/petstore/ruby/lib/petstore/models/animal.rb
#	samples/client/petstore/ruby/lib/petstore/models/api_response.rb
#	samples/client/petstore/ruby/lib/petstore/models/array_of_array_of_number_only.rb
#	samples/client/petstore/ruby/lib/petstore/models/array_of_number_only.rb
#	samples/client/petstore/ruby/lib/petstore/models/array_test.rb
#	samples/client/petstore/ruby/lib/petstore/models/capitalization.rb
#	samples/client/petstore/ruby/lib/petstore/models/cat.rb
#	samples/client/petstore/ruby/lib/petstore/models/category.rb
#	samples/client/petstore/ruby/lib/petstore/models/class_model.rb
#	samples/client/petstore/ruby/lib/petstore/models/client.rb
#	samples/client/petstore/ruby/lib/petstore/models/deprecated_object.rb
#	samples/client/petstore/ruby/lib/petstore/models/dog.rb
#	samples/client/petstore/ruby/lib/petstore/models/enum_arrays.rb
#	samples/client/petstore/ruby/lib/petstore/models/enum_class.rb
#	samples/client/petstore/ruby/lib/petstore/models/enum_test.rb
#	samples/client/petstore/ruby/lib/petstore/models/fake_big_decimal_map200_response.rb
#	samples/client/petstore/ruby/lib/petstore/models/file.rb
#	samples/client/petstore/ruby/lib/petstore/models/file_schema_test_class.rb
#	samples/client/petstore/ruby/lib/petstore/models/foo.rb
#	samples/client/petstore/ruby/lib/petstore/models/foo_get_default_response.rb
#	samples/client/petstore/ruby/lib/petstore/models/format_test.rb
#	samples/client/petstore/ruby/lib/petstore/models/has_only_read_only.rb
#	samples/client/petstore/ruby/lib/petstore/models/health_check_result.rb
#	samples/client/petstore/ruby/lib/petstore/models/list.rb
#	samples/client/petstore/ruby/lib/petstore/models/mammal.rb
#	samples/client/petstore/ruby/lib/petstore/models/mammal_anyof.rb
#	samples/client/petstore/ruby/lib/petstore/models/mammal_without_discriminator.rb
#	samples/client/petstore/ruby/lib/petstore/models/map_test.rb
#	samples/client/petstore/ruby/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
#	samples/client/petstore/ruby/lib/petstore/models/model200_response.rb
#	samples/client/petstore/ruby/lib/petstore/models/model_return.rb
#	samples/client/petstore/ruby/lib/petstore/models/name.rb
#	samples/client/petstore/ruby/lib/petstore/models/nullable_class.rb
#	samples/client/petstore/ruby/lib/petstore/models/number_only.rb
#	samples/client/petstore/ruby/lib/petstore/models/object_with_deprecated_fields.rb
#	samples/client/petstore/ruby/lib/petstore/models/order.rb
#	samples/client/petstore/ruby/lib/petstore/models/outer_composite.rb
#	samples/client/petstore/ruby/lib/petstore/models/outer_enum.rb
#	samples/client/petstore/ruby/lib/petstore/models/outer_enum_default_value.rb
#	samples/client/petstore/ruby/lib/petstore/models/outer_enum_integer.rb
#	samples/client/petstore/ruby/lib/petstore/models/outer_enum_integer_default_value.rb
#	samples/client/petstore/ruby/lib/petstore/models/outer_object_with_enum_property.rb
#	samples/client/petstore/ruby/lib/petstore/models/pet.rb
#	samples/client/petstore/ruby/lib/petstore/models/property_name_mapping.rb
#	samples/client/petstore/ruby/lib/petstore/models/read_only_first.rb
#	samples/client/petstore/ruby/lib/petstore/models/single_ref_type.rb
#	samples/client/petstore/ruby/lib/petstore/models/special_model_name.rb
#	samples/client/petstore/ruby/lib/petstore/models/tag.rb
#	samples/client/petstore/ruby/lib/petstore/models/test_inline_freeform_additional_properties_request.rb
#	samples/client/petstore/ruby/lib/petstore/models/user.rb
#	samples/client/petstore/ruby/lib/petstore/models/whale.rb
#	samples/client/petstore/ruby/lib/petstore/models/zebra.rb
#	samples/client/petstore/ruby/lib/petstore/version.rb
#	samples/client/petstore/ruby/petstore.gemspec
#	samples/client/petstore/ruby/spec/api_client_spec.rb
#	samples/client/petstore/ruby/spec/configuration_spec.rb
#	samples/client/petstore/ruby/spec/spec_helper.rb
#	samples/client/petstore/rust/hyper/petstore/.openapi-generator/VERSION
#	samples/client/petstore/rust/reqwest/name-mapping/.openapi-generator/VERSION
#	samples/client/petstore/rust/reqwest/petstore-async-middleware/.openapi-generator/VERSION
#	samples/client/petstore/rust/reqwest/petstore-async/.openapi-generator/VERSION
#	samples/client/petstore/rust/reqwest/petstore-awsv4signature/.openapi-generator/VERSION
#	samples/client/petstore/rust/reqwest/petstore/.openapi-generator/VERSION
#	samples/client/petstore/scala-akka/.openapi-generator/VERSION
#	samples/client/petstore/scala-sttp/.openapi-generator/VERSION
#	samples/client/petstore/scala-sttp4/.openapi-generator/VERSION
#	samples/client/petstore/spring-cloud-date-time/.openapi-generator/VERSION
#	samples/client/petstore/spring-cloud-date-time/src/main/java/org/openapitools/api/DefaultApi.java
#	samples/client/petstore/spring-cloud-deprecated/.openapi-generator/VERSION
#	samples/client/petstore/spring-cloud-deprecated/src/main/java/org/openapitools/api/PetApi.java
#	samples/client/petstore/spring-cloud-deprecated/src/main/java/org/openapitools/api/StoreApi.java
#	samples/client/petstore/spring-cloud-deprecated/src/main/java/org/openapitools/api/UserApi.java
#	samples/client/petstore/spring-cloud-feign-without-url/.openapi-generator/VERSION
#	samples/client/petstore/spring-cloud-feign-without-url/src/main/java/org/openapitools/api/PetApi.java
#	samples/client/petstore/spring-cloud-feign-without-url/src/main/java/org/openapitools/api/StoreApi.java
#	samples/client/petstore/spring-cloud-feign-without-url/src/main/java/org/openapitools/api/UserApi.java
#	samples/client/petstore/spring-cloud-tags/.openapi-generator/VERSION
#	samples/client/petstore/spring-cloud-tags/src/main/java/org/openapitools/api/PetController.java
#	samples/client/petstore/spring-cloud-tags/src/main/java/org/openapitools/api/StoreController.java
#	samples/client/petstore/spring-cloud-tags/src/main/java/org/openapitools/api/UserController.java
#	samples/client/petstore/spring-cloud/.openapi-generator/VERSION
#	samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/PetApi.java
#	samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/StoreApi.java
#	samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/UserApi.java
#	samples/client/petstore/spring-http-interface-reactive/.openapi-generator/VERSION
#	samples/client/petstore/spring-http-interface-reactive/src/main/java/org/openapitools/api/AnotherFakeApi.java
#	samples/client/petstore/spring-http-interface-reactive/src/main/java/org/openapitools/api/FakeApi.java
#	samples/client/petstore/spring-http-interface-reactive/src/main/java/org/openapitools/api/FakeClassnameTags123Api.java
#	samples/client/petstore/spring-http-interface-reactive/src/main/java/org/openapitools/api/PetApi.java
#	samples/client/petstore/spring-http-interface-reactive/src/main/java/org/openapitools/api/StoreApi.java
#	samples/client/petstore/spring-http-interface-reactive/src/main/java/org/openapitools/api/UserApi.java
#	samples/client/petstore/spring-http-interface-reactive/src/main/java/org/openapitools/configuration/HttpInterfacesAbstractConfigurator.java
#	samples/client/petstore/spring-http-interface/.openapi-generator/VERSION
#	samples/client/petstore/spring-http-interface/src/main/java/org/openapitools/api/AnotherFakeApi.java
#	samples/client/petstore/spring-http-interface/src/main/java/org/openapitools/api/FakeApi.java
#	samples/client/petstore/spring-http-interface/src/main/java/org/openapitools/api/FakeClassnameTags123Api.java
#	samples/client/petstore/spring-http-interface/src/main/java/org/openapitools/api/PetApi.java
#	samples/client/petstore/spring-http-interface/src/main/java/org/openapitools/api/StoreApi.java
#	samples/client/petstore/spring-http-interface/src/main/java/org/openapitools/api/UserApi.java
#	samples/client/petstore/spring-http-interface/src/main/java/org/openapitools/configuration/HttpInterfacesAbstractConfigurator.java
#	samples/client/petstore/swift-combine/client/.openapi-generator/VERSION
#	samples/client/petstore/swift5/alamofireLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/anycodableLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/asyncAwaitLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/combineLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/default/.openapi-generator/VERSION
#	samples/client/petstore/swift5/deprecated/.openapi-generator/VERSION
#	samples/client/petstore/swift5/frozenEnums/.openapi-generator/VERSION
#	samples/client/petstore/swift5/nonPublicApi/.openapi-generator/VERSION
#	samples/client/petstore/swift5/objcCompatible/.openapi-generator/VERSION
#	samples/client/petstore/swift5/oneOf/.openapi-generator/VERSION
#	samples/client/petstore/swift5/promisekitLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/readonlyProperties/.openapi-generator/VERSION
#	samples/client/petstore/swift5/resultLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/rxswiftLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/urlsessionLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/validation/.openapi-generator/VERSION
#	samples/client/petstore/swift5/vaporLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/x-swift-hashable/.openapi-generator/VERSION
#	samples/client/petstore/typescript-angular-v12-oneOf/builds/default/.openapi-generator/VERSION
#	samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/.openapi-generator/VERSION
#	samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/.openapi-generator/VERSION
#	samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/.openapi-generator/VERSION
#	samples/client/petstore/typescript-angular-v13-oneOf/builds/default/.openapi-generator/VERSION
#	samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/.openapi-generator/VE…
@wing328 wing328 removed this from the 7.2.0 milestone Dec 22, 2023
@wing328
Copy link
Member

wing328 commented Mar 27, 2024

please resolve the merge conflicts when you've time

cc @OpenAPITools/generator-core-team

# Conflicts:
#	modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultCodegen.java
#	modules/openapi-generator/src/test/java/org/openapitools/codegen/java/spring/SpringCodegenTest.java
@dabdirb
Copy link
Contributor Author

dabdirb commented Mar 28, 2024

The code already in master branch, by @martin-mfg, so after catch up merge, change line is 0.

@martin-mfg
Copy link
Contributor

The code already in master branch, by @martin-mfg, so after catch up merge, change line is 0.

for reference, the corresponding PR is #17490.

I don't remember why I included your changes in my PR, but it looks like a mistake to me. Sorry for that!

@wing328 wing328 closed this Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment