Michal Vavřík

Results 143 comments of Michal Vavřík

When I create 3.8.x application with Quarkus CLI on Linux with Quarkus CLI version 3.8.3 then localhost:8080/ in DEV Mode index is there and when I create the same application...

backport to 3.2 can't be done without conflicts, so I'll create a separate PR.

FYI @gsmet I have created dedicated PR because original commit could not be backported without conflicts. Same goes for 3.2 branch.

Thank you for detailed comment. I was afraid that what you suggest has potential for breaking change as till now, if someone added an extension with `HttpAuthenticationMechanism` and didn't provide...

`NoConfiguredRealmsTestCase.testSecureAccessFailure` failed because the `BasicAuthenticationMechanism` is added when not explicitly disabled and neither form or mTLS is enabled etc. Previously it was just ignored if there was no identity provider...

Hmm, I'll need to change much more tests to make this work. @sberyozkin I really think there needs to be an exception for basic auth mechanism. There is countless of...

> Thanks @michalvavrik, about to propose a couple of tiny changes only Appreciated, but I'll also push changes related to basic auth as there is too many tests failing. You...

> Well, lets not fail then if the match does not exist if it is so tricky to untangle it for the basic mechanism, have a look though if it...

It can live in OTel extension, including runtime Security SPI (that contains event interface) to OTel will do no harm (that's how we do it in other extensions where security...

OTel events and logs are currently not supported. From https://groups.google.com/g/quarkus-dev/c/uVg9BmUTC4o I know there will be work on logs. These two are related from what I can read https://opentelemetry.io/docs/specs/otel/logs/event-api/. @brunobat before...