Skip to content

Releases: avaje/avaje-http

dinject-1.7

25 Jun 13:18
Compare
Choose a tag to compare

#16 Support Javalin version 3 and version 2
#14 Support bean validation
#10 Support @produces media type
#11 Generate OpenAPI documentation (swagger doc as json) for controllers
#12 Support defining annotations on interfaces that controllers implement
#13 OpenAPI requestBody for @Form or form parameters
#15 Refactor OpenAPI/Swagger generation adding DocContext

dinject-1.6

31 May 21:18
Compare
Choose a tag to compare

#9 Add type conversion for boolean, Boolean, BigDecimal, Instant, OffsetDateTime
#7 Support metric parameters
#8 Have @Form on method imply a bean is a "form bean" (not require @Form on method param)

dinject-1.2

17 May 05:01
Compare
Choose a tag to compare

#5 Set response status before calling route handler to avoid overriding status set in handler
by nschlehe

#4 HTTP status code can't be overwritten by route handler
by nschlehe