Skip to content

v2.3.0

Compare
Choose a tag to compare
@cc-jhr cc-jhr released this 16 Jul 16:01

Core:

  • Updated kotlin to 1.3.41

Core / JaxRsConverter / MicronautConverter / OpenApiConverter / RamlConverter / SpringConverter:

  • New feature that checks the deprecation status of endpoints #40 Thanks to @uuf6429 for contributing this

Core / JaxRsConverter / MicronautConverter:

  • ClassLocator adapted for windows systems which fixes #38

SpringConverter:

  • Updated spring-mvc to 5.1.8.RELEASE
  • Hikaku is now able to handle endpoints using HttpServletResponse parameters which used to result in empty produces (#36 and #39) Thanks to @uuf6429 for contributing this

MicronautConverter

  • Updated micronaut-http to 1.1.3
  • Only the base features had been activated. This has been fixed now.

OpenApiConverter