Skip to content

Releases: avaje/avaje-http

dinject-1.18

13 Jul 02:33
Compare
Choose a tag to compare
javalin-generator-1.18

[maven-release-plugin] copy for tag javalin-generator-1.18

dinject-1.16

13 Jul 02:33
Compare
Choose a tag to compare

#26 - Added asFloat and fixed a type LongHander --> LongHandler

dinject-1.11

04 Jul 12:58
Compare
Choose a tag to compare

#24 - Support use of Java9+ javax.annotation.processing.Generated based on source version

dinject-1.9

27 Jun 13:30
Compare
Choose a tag to compare

#20 OpenAPI (swagger) generation produces path "//:id" (for merged root path case) bug
#21 ENH: Support non-default constructor for form beans enhancement
#22 ENH: Support Kotlin non-nullable properties and constructor params enhancement
#23 Fix OpenAPI (swagger) gen for @NotNull (javax and Kotlin) @SiZe and @Email bug

dinject-1.8

26 Jun 11:58
Compare
Choose a tag to compare

#19 Bump jackson-databind to 2.9.9
#17 Fix OpenAPI generation for schema ref to not be a type object bug
#18 Fix to set version from @OpenAPIDefinition info version into generated openapi.json (swagger) bug

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