Skip to content

Swagger Codegen 2.3.1 has been released!

Compare
Choose a tag to compare
@wing328 wing328 released this 17 Jan 04:33
· 1871 commits to master since this release

Thanks for the feedback from the Swagger Codegen community on the v2.3.0 stable release.

We've addressed several important issues as follows:

  • Fix to make Swagger Codegen compatible with JDK7 again #7260
  • [Scala] Fix missing json4s import #7271
  • [Typescript][Angular] fix regression/bug that parameters with an _ ignore naming convention #7313
  • [Java] allow setting boolean getter (is, has, get) in templates #7344
  • [Java][jersey2] Fix logging for jersey2 (Java6) #7348
  • [Java][Vertx] use reflection to instantiate non-generated class #7360

For other minor fixes and enhancements, please refer to the full list here.

We've also included a new Ada server generator in this release:

  • [Ada] Add Ada support for server code generator #7256