This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] Failed to execute goal org.openapitools:openapi-generator-maven-plugin:6.3.0-SNAPSHOT:generate (generate-spring-server-interfaces) on project demo: Execution generate-spring-server-interfaces of goal org.openapitools:openapi-generator-maven-plugin:6.3.0-SNAPSHOT:generate failed: An API incompatibility was encountered while executing org.openapitools:openapi-generator-maven-plugin:6.3.0-SNAPSHOT:generate: java.lang.NoSuchMethodError: 'void org.openapitools.codegen.config.CodegenConfiguratorUtils.applyOpenAPINormalizerKvpList(java.util.List, org.openapitools.codegen.config.CodegenConfigurator)' | |
[ERROR] ----------------------------------------------------- | |
[ERROR] realm = plugin>org.openapitools:openapi-generator-maven-plugin:6.3.0-SNAPSHOT | |
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy | |
[ERROR] urls[0] = file:/Users/williamcheng/.m2/repository/org/openapitools/openapi-generator-maven-plugin/6.3.0-SNAPSHOT/openapi-generator-maven-plugin-6.3.0-SNAPSHOT.jar | |
[ERROR] urls[1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
components: | |
schemas: | |
Pet: | |
type: object | |
required: | |
- pet_type | |
properties: | |
pet_type: | |
type: string | |
Dog: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deleted: bin/configs/haskell-http-client.yaml | |
deleted: bin/configs/typescript-fetch-sagas-and-records.yaml | |
modified: modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultCodegen.java | |
modified: samples/client/others/csharp-netcore-complex-files/src/Org.OpenAPITools/Model/MultipartMixedRequest.cs | |
modified: samples/client/petstore/csharp-netcore/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Model/EnumTest.cs | |
modified: samples/client/petstore/csharp-netcore/OpenAPIClient-generichost-net6.0-nrt/src/Org.OpenAPITools/Model/EnumTest.cs | |
modified: samples/client/petstore/csharp-netcore/OpenAPIClient-generichost-net6.0/src/Org.OpenAPITools/Model/EnumTest.cs | |
modified: samples/client/petstore/csharp-netcore/OpenAPIClient-generichost-netstandard2.0/src/Org.OpenAPITools/Model/EnumTest.cs | |
modified: samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/src/Org.OpenAPITools/Model/EnumTest.cs | |
modified: samples/client/petstore/csharp-netcore/OpenAPIClient |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basePath": "/api", | |
"definitions": { | |
"blocks": { | |
"description": "This is a very loose definition, in the future, we'll populate this with deeper schema in this definition namespace.", | |
"items": { | |
"additionalProperties": true, | |
"properties": { | |
"type": { | |
"type": "string" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
sudo apt-get update && \ | |
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common | |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
sudo apt-key fingerprint 0EBFCD88 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"swagger": "2.0", | |
"info": { | |
"title": "Hacker News", | |
"description": "<p>Hacker News API</p>\n", | |
"version": "1.0.1" | |
}, | |
"host": "hacker-news.firebaseio.com", | |
"basePath": "/v0", | |
"schemes": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"host": "gateway.marvel.com", | |
"basePath": "/", | |
"schemes": [ | |
"http" | |
], | |
"swagger": "2.0", | |
"info": { | |
"title": "gateway.marvel.com", | |
"version": "Cable" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"swagger": "2.0", | |
"info": { | |
"description": "Petstore partially updated with inline models", | |
"version": "1.0.0", | |
"title": "Swagger Petstore", | |
"termsOfService": "http://helloreverb.com/terms/", | |
"contact": { | |
"name": "[email protected]" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"swagger": "2.0", | |
"info": { | |
"description": "This is a sample server Petstore server. You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters", | |
"version": "1.0.0", | |
"title": "Swagger Petstore", | |
"termsOfService": "http://swagger.io/terms/", | |
"contact": { | |
"email": "[email protected]" |