gbourant
gbourant
According to the docs the following two forms should have the same functionality but it doesn't. First of all, the documentation for [hx-boost](https://htmx.org/attributes/hx-boost/) says that it won't update the history...
### Description When i return `TemplateInstance` in my Renarde application it means that any exception that i catch in a try catch block is not rollbacked. In the following example...
hx-trigger now supports `this` as extended css selector, so we can do something like this: ```html ``` ~~Also we might want to do `thisFirst` (or something like that) which will...
Renamed the ValidationMessages.properties file to ValidationMessages_en.propertiesI, tried to edit it and the following error was thrown. ```html Internal error: java.lang.UnsupportedOperationException: Cannot find virtual file for 'file:///home/admin/src/main/resources/ValidationMessages.properties' java.util.concurrent.CompletionException: java.lang.UnsupportedOperationException: Cannot find...
As discussed in issue [38839](https://github.com/quarkusio/quarkus/issues/38839), if we use a try catch block and return a template then the transaction is not rollbacked. In order to force a rollback we need...
The Quinoa extension operates in a particular way, as illustrated in the attached image. When an HTTP request is made, it first reaches the Quinoa extension. If the extension doesn't...
When you create JAX-RS endpoints dynamically with inheritance the plugin is not able to identify them. For example. ``` @Path("users") public class UsersResource extends ApiResource { @Inject private UserService userService;...
### Describe the bug If you run the `HelloResourceTest` it throws the following error: `[error]: Build step io.quarkus.arc.deployment.ArcProcessor#generateResources threw an exception: jakarta.enterprise.inject.spi.DeploymentException: java.lang.IllegalStateException: The LOCAL class gr.AnotherTest$1Rest has a scope...
At the moment Renarde (`RenardeProcessor#collectControllers`) generates routes for all non private methods of a given Controller. The thing is, you could expose sensitive data, if you forget to define the...
Hello, First of all, Pipelight is a software that i always wanted to build so congratulations for that! As for the current feature request it goes like this. Currently when...