v2.3.0
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
- Updated swagger-parser to 2.0.13
- Added support for common parameters Thanks to @uuf6429 for contributing this