Skip to content

Fix Java exception when using Apex client generator#1395

Merged
wing328 merged 1 commit intomasterfrom
apex_exception
Nov 7, 2018
Merged

Fix Java exception when using Apex client generator#1395
wing328 merged 1 commit intomasterfrom
apex_exception

Conversation

@wing328
Copy link
Copy Markdown
Member

@wing328 wing328 commented Nov 7, 2018

PR checklist

  • Read the contribution guidelines.
  • Ran the shell script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh and ./bin/security/{LANG}-petstore.sh if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\.
  • Filed the PR against the correct branch: master, 3.4.x, 4.0.x. Default: master.
  • Copied the technical committee to review the pull request if your PR is targeting a particular programming language.

Description of the PR

To fix the Java exception (casting) when using Apex client generator:

  Exception: io.swagger.v3.oas.models.media.Schema cannot be cast to io.swagger.v3.oas.models.media.BooleanSchema
	at org.openapitools.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:996)
	at org.openapitools.codegen.DefaultGenerator.processPaths(DefaultGenerator.java:891)
	at org.openapitools.codegen.DefaultGenerator.generateApis(DefaultGenerator.java:489)
	at org.openapitools.codegen.DefaultGenerator.generate(DefaultGenerator.java:848)
	at org.openapitools.codegen.cmd.Generate.run(Generate.java:349)
	at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:62)
Caused by: java.lang.ClassCastException: io.swagger.v3.oas.models.media.Schema cannot be cast to io.swagger.v3.oas.models.media.BooleanSchema
	at org.openapitools.codegen.languages.ApexClientCodegen.toDefaultValue(ApexClientCodegen.java:227)
	at org.openapitools.codegen.DefaultCodegen.fromParameter(DefaultCodegen.java:2756)
	at org.openapitools.codegen.DefaultCodegen.fromOperation(DefaultCodegen.java:2425)
	at org.openapitools.codegen.languages.AbstractApexCodegen.fromOperation(AbstractApexCodegen.java:570)
	at org.openapitools.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:964)
	... 5 more

cc @muenzpraeger

@wing328 wing328 added this to the 3.3.3 milestone Nov 7, 2018
@wing328 wing328 merged commit 3494542 into master Nov 7, 2018
@wing328 wing328 deleted the apex_exception branch November 7, 2018 14:32
A-Joshi pushed a commit to ihsmarkitoss/openapi-generator that referenced this pull request Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant