Martin Muzikar

Results 8 comments of Martin Muzikar

I am working on a project that'd benefit from a more flexible plugin structure, can we make a deal where I'll rework the plugins and you let me add some...

I described the use case in #2239

The space between the list numbers and the descriptions is different for each list. You can see it in the picture that in the first list it's quite close together...

A temporary workaround to disable spring security in the tests I found is ```java @Bean WebSecurityCustomizer webSecurityCustomizer() { if (activeProfiles.contains("keycloak")) { return (web) -> {}; } else { return (web)...

This happens when `quarkus-oidc` extension is not added to the project. When `quarkus-oidc` is added a normal error page is shown when keycloak is not running.

@tadayosi how would you imagine the subproject for keycloak? I think it'd lead to duplicating the tests again. IMO it'd be best to have a Keycloak feature in the tests/hawtio-test-suite...

We already have annotations and checks covered by this action: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2/ I meant this issue mainly for providing an easy access to the html report, that is now hidden in...

We need to add Camel K to the E2E testsuite definitely. I have run some basic tests for the previous build but didn't go as much into depth