1.35
What's Changed
- [http client] Use more generic Type rather than ParameterizedType by @SentryMan in #194
- [http client] Change Async API to use more generic Type instead of ParameterizedType by @SentryMan in #199
- Add io.avaje.http.api
@Valid
Annotation to support custom validators by @SentryMan in #195 - [Javalin] Use Context#bodyStreamAsClass(...) by @Mechite in #196
- Add
@Ignore
for ignoring a BeanParam field (or query param field) by @SentryMan in #197 - [http-client] Fix Non-Json bodytypes/Add InputStream body method by @SentryMan in #200
@Ignore
should not be included in openapi generation by @rbygrave in #201- Add BodyString annotation, to support controllers with body of type String by @SentryMan in #198
- Add
@Consumes
annotation by @SentryMan in #202
New Contributors
Full Changelog: 1.34...1.35