Skip to content

v2.0.4

Compare
Choose a tag to compare
@stojsavljevic stojsavljevic released this 01 Oct 14:43
· 16 commits to master since this release

Maven

Improvements:

  • #152 Collision with java keywords
  • #254 Skip headers in method parameters when using injectHttpHeadersParameter
  • #257 Support for DeferredResult
  • #282 Enums create String.java source file which is confusing

Bugfixes

  • #266 Collections are always initialized
  • #275 Import Statement for BigDecimal/BigInteger not generated for responses
  • #281 Spring4ControllerStubRule omits ResponseEntity for POJOs (data types)
  • #284 FeignClient issues
  • #286 overrideNamingLogicWith not respected when generating rest client
  • #288 Import Statement for BigDecimal/BigInteger not generated for request body

Other Changes

  • raml-parser-2 updated to 1.0.26
  • README.md got link to PhoenixNAP blog post on using RAML to document API contracts