Releases: mulesoft-labs/raml-java-client-generator
0.11 Release
Fix issue with securedBy and with libraries.
Thanks to @ca-stefan-cordes for the fix
0.10 Release
Adds support for big integers on api generation.
0.9 Release
- Fix uri params needs to be UrlEncoded
0.7 Release
- Change exception should use reason as message
- Change includeAdditionalProperties to true by default
0.6-release
- Fix issue with FQN
0.5-release
- Add configuration properties for code generation useOptionalForGetters
and
useJava8Dates`
0.4 Release
- Add support for recursive types
0.3 Release
- Fix json schema path resolution
- Update to latest version of jsonschema2pojo
0.2 Release (Pontus Ullgren)
Thanks to Pontus Ullgren [email protected] for all his contributions.
-
Fixed issue when multiple subresources are defined with full path. by (Pontus Ullgren [email protected])
- Fixed issue when multiple subresources are defined with full path. #23
- Fixed raml-client-generator-core version in maven plugin
-
Make sure that sub-resources are correctly initialized in default constructor. (Pontus Ullgren [email protected])
-
Initial attempt to add a generic response object. (Pontus Ullgren [email protected])
-
Fix client generation with default constructor
-
Default Constructors again (Florian Marsch [email protected])
* 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