ContributionsMost RecentMost LikesSolutionsRe: ApiModelProperty definition and generation of static html documentation Correction. Swagger codegen is working correctly. Only swagger2Html does not work. Not sure if you own swagger2Html. So mabe you need to close this query. ApiModelProperty definition and generation of static html documentation I use 2 different ways to generate static html from a swagger/yaml 2.0 model: 1. swagger to static HTML, using org.swagger2html.Swagger2Html a. works fine (generates static HTML file) with no ApiModelProperty definition b. throws OOM error when add ApiModelProperty definition and try to generate static HTML 2. Using Codegen 1.4.0-SNAPSHOT base code a. for html option does NOT generate ApiModelProperty definition in static HTML b. for html2 option does NOTgenerate ApiModelProperty definition in static HTML Any ideas? SolvedOAS 3 and JDK 1.8 I have an integration of Swagger 2 annotations (code annotated with swagger annotations) with JDK 1.7 working. However I want to move to OAS 3 as it offeres a richer set of annoations. Due to circumstances beyond my control, my project cannot migrate from JDK 1.7 to JDK 1.8. OAS 3.0 is using JDK 1.8, and at run-time I get the version 52 issue. Is there a way around this issue? Thanks