avaje-http
avaje-http copied to clipboard
Controller generation for Javalin, Helidon SE.
It'd do wonders in getting people started
I have tried something, it was a lot of work and I am not sure if it is a good thing but it works. I now can locate controllers in...
Could we see some kind of websocket support here or in a seperate `avaje-sockets` library? It would be nice to be able to have a Spring-like system for them too,...
Hi Rob, I was looking into a way to add endpoint from another lib to the openapi documentation of the final service. For example I have a base project y...
When on JDK 21+, the builder will default to the `VirtualThreadPerTask` Executor for the underlying `HttpClient`.
Hi, in using `@filter` is there a way to specify the order? The helidon docs says that they get applied based the order they're added to Helidon. Is that then...
Avaje Jex has `Context.Cookie` which has a few methods like `expires(ZonedDateTime)`, `secure(boolean)` etc. Javalin, etc has similar. If `io.avaje.http.api` had something like this as an API for setting cookies, which...
(see https://github.com/avaje/avaje-jex/issues/306) EDIT: We have BOM for Heildon (`io.avaje:avaje-nima-bom`) & Jex (`io.avaje:avaje-jex-parent`) users, capturing all other Avaje libraries. Javalin (in here?) & Sigma (in [avaje-sigma](https://github.com/avaje/avaje-sigma) repo) BOMs might be desired?
releases have an issue with `-sources.jar` https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/io/avaje/http/README.md on each release, diffoscope analysis of the small gap is like https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/io/avaje/http/avaje-http-parent-3.4-RC3.diffoscope = extra `target/generated-sources/annotations/` directory included Avaje is not the first project...