This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
2.1.0
This release adds the following feature:
- Gradle plugin #239
and fixes the following issues:
- Wrong generated type for enum references #254
- Deserializer not referenced properly on internal class #261
- ClassCastException with recent changes #269
- NPE when @Provider used in class #260
- Missing intermediate paths #252
- RuntimeException with Unknown type #256
- Primitive types not usable in arrays #255
- RAML validation fails with ":" in description #258
- UnionDeserializationGenerator creates inconsistent "looksLike" method names #262
- Query parameter types are referenced but not generated #271
- Handle Java Reserved Words/Keywords #234
- Issue with generated class level @path annotation #231
types
is at the bottom of the outputted RAML #246- ConcurrentModificationException when using raml-to-jaxrs-cli #226
- Exception if query parameters are defined as object type #229
- leading underscores are thrown away #233
type: array
with noitems:
defined does not generate properList<...>
entity #243- CLI ignores generate-types-with parameter #242