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

0.2 Release (Pontus Ullgren)

Compare
Choose a tag to compare
@machaval machaval released this 14 May 13:17
· 40 commits to master since this release

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