Stéphane Épardaud
Stéphane Épardaud
https://tools.ietf.org/html/rfc7807 appears to be super useful for most JSON/XML APIs, so we should support it.
This allows us to not care about which parameters are set on the count query, since order by parameters are ignored by ORM. Which is not the case if we...
### Describe the bug Omitting a semi-colon in my flyway migration script in a quarkus unit test causes an exception being thrown while handling the syntax exception, which seems to...
Requires https://github.com/eclipse-vertx/vertx-auth/pull/692 and https://github.com/vert-x3/vertx-dependencies/pull/197
See https://github.com/eclipse-vertx/vertx-auth/pull/692
See https://github.com/vert-x3/vertx-lang-kotlin/pull/272
Currently we only talk about PDF at https://docs.quarkiverse.io/quarkus-renarde/dev/advanced.html#generating_pdf_documents
See https://github.com/eclipse-vertx/vertx-auth/pull/692
### Describe the bug Given this endpoint: ```java package org.acme; import jakarta.inject.Inject; import jakarta.ws.rs.GET; import jakarta.ws.rs.Path; import jakarta.ws.rs.Produces; import jakarta.ws.rs.core.MediaType; import jakarta.ws.rs.core.UriInfo; import org.jboss.resteasy.reactive.RestMatrix; import org.jboss.resteasy.reactive.RestQuery; import java.net.URI; @Path("") public...
### Describe the bug My changes to Qute templates now get reloaded automatically without browser requests, so, if I type a mistake in my Qute template and save, I get...