Stéphane Épardaud

Results 147 issues of Stéphane Épardaud

### Describe the bug I've seen this in the CI logs sometimes: ``` 2025-06-14T18:27:43.0039635Z [INFO] Running io.quarkus.jwt.test.dev.SmallryeJwtPersistentDevModeEncryptedTest 2025-06-14T18:27:43.3156126Z 2025-06-14 18:27:43,260 INFO [io.qua.sma.jwt.dep.SmallryeJwtDevModeProcessor] (build-13) The smallrye-jwt extension has configured an in-memory...

kind/bug
area/security
area/smallrye

### Describe the bug Turns out when a TX is rolled-back because of an error (or exception, I assume), we need to re-create the session, because otherwise it's polluted. Apparently...

kind/bug
area/panache
area/persistence
area/hibernate-reactive

### Description In https://github.com/quarkusio/quarkus/pull/50987/files#r2524146520 we raised the issue that CDI says that interceptors are not applied to super-type methods (at least that's how I understood it). To put the topic...

kind/enhancement
area/security

In a Qute template, when I type the name of a known collection variable (say `orders`) and ask for completion, I should get a suggestion to turn the collection into...

enhancement
qute
completion

When in a Qute template, if it is a template for which we know the URI it maps to, I would like a button from the template that starts my...

enhancement
qute

The spec says this: > [3.2 Fields and Bean Properties](https://jakarta.ee/specifications/restful-ws/4.0/jakarta-restful-ws-spec-4.0#resource_field) > > […] if the field or property is annotated with `@MatrixParam`, `@QueryParam` or `@PathParam` then an implementation MUST generate...

It should be documented.