You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds Helidon Nima support via a avaje-http-nima-generator. Likely to be the MVP for avaje-http.
Big thanks to @SentryMan for getting the Nima support over the line!!!
Issues
#88 - Helidon Nima support enhancement #92 - Add more MediaTypes for byte[] responses; #90 - Now get Component Type from Array TypeMirror #89 - Infinite recursion when using Byte Arrays bug #86 - Use Gradle incremental annotation processing #85 - Change to use @Component (to be agnostic to javax.inject vs jakarata.inject) #81 - Query Param Bugs bug
#71 - Support Javalin 4.x slash accepting named paths (rather than splat) #70 - Add support for Jex 2.0 with slash accepting named paths (rather than splat) #67#68 - Javalin 4 path variable switched from ':param' to '{param}' #69 - Support for Javalin 4.x API
#64 - [client api] Generate services file and HttpApiProvider inner class #63 - [client api] Support client code generation for CompletableFuture and HttpCall with various generic types
#42 - Support @Valid per methods rather than per controller #60 - Validation for bean params for controller class @get method bug #62 - ENH: [Client generator] Add Map<String,?> option for header() queryParam() and formParam() enhancement