Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Releases: mulesoft-labs/raml-java-client-generator

0.11 Release

16 Jul 11:49
Compare
Choose a tag to compare

Fix issue with securedBy and with libraries.

Thanks to @ca-stefan-cordes for the fix

0.10 Release

12 Jul 02:02
Compare
Choose a tag to compare

Adds support for big integers on api generation.

0.9 Release

21 May 02:02
Compare
Choose a tag to compare
  • Fix uri params needs to be UrlEncoded

0.7 Release

17 May 18:15
Compare
Choose a tag to compare
  • Change exception should use reason as message
  • Change includeAdditionalProperties to true by default

0.6-release

17 May 18:17
Compare
Choose a tag to compare
  • Fix issue with FQN

0.5-release

17 May 18:31
Compare
Choose a tag to compare
  • Add configuration properties for code generation useOptionalForGetters includeAdditionalPropertiesanduseJava8Dates`

0.4 Release

14 May 13:45
Compare
Choose a tag to compare
  • Add support for recursive types

0.3 Release

14 May 13:12
Compare
Choose a tag to compare
  • Fix json schema path resolution
  • Update to latest version of jsonschema2pojo

0.2 Release (Pontus Ullgren)

14 May 13:17
Compare
Choose a tag to compare

Thanks to Pontus Ullgren ullgren@gmail.com for all his contributions.

  1. Fixed issue when multiple subresources are defined with full path. by (Pontus Ullgren ullgren@gmail.com)

    • Fixed issue when multiple subresources are defined with full path. #23
    • Fixed raml-client-generator-core version in maven plugin
  2. Make sure that sub-resources are correctly initialized in default constructor. (Pontus Ullgren ullgren@gmail.com)

  3. Initial attempt to add a generic response object. (Pontus Ullgren ullgren@gmail.com)

  4. Fix client generation with default constructor

  5. Default Constructors again (Florian Marsch dekontaminator@googlemail.com)
    * add default constructor for injecting with cdi
    * add default constructor to inject them via cdi
    * change test resources to match generated content

* fix non compile on final fields