Martin Stefanko
Martin Stefanko
Fixes #26782 I wanted to write a test but in test mode the framework router is not created and everything is under HTTP root router so I think that adding...
Fixes https://github.com/quarkusio/quarkus/issues/28577 Open question: Should we log 404s for "/" accesses if rootPath is moved to some subpath? With config quarkus.http.root-path=/app Should `GET /whatever` be logged? Currently, it is not.
### Describe the bug Original - https://github.com/smallrye/smallrye-health/issues/412#issuecomment-1272883427. We need to distinguish cases where either of the paths is mapped to "/" (root/main router), if one is a subpath of another,...
https://issues.redhat.com/browse/WFLY-17145 Totally optional Friday fun idea :) Allows also to build with mvnd! My machine: mvn clean install -DskipTests -> 05:46 min mvn -Dquickly -> 04:47 min **mvnd -Dquickly ->...
### Description In Zulip [thread](https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/Health.20checks.3A.20human-.20or.20machine-readable.3F), it was proposed to unify the "data" field of the exposed health checks to enable easier machine parsing. We should look into all exposed health...
https://issues.jboss.org/browse/WFLY-8136
`doOnEach` seems to lose type info so following lambda in `map` needs to be explicitly typed.
``` [ERROR] 'repositories.repository.id' must be unique: payara-milestones -> https://raw.github.com/payara/Payara_PatchedProjects/master vs https://raw.github.com/payara/Payara_PatchedProjects/eclipse @ line 70, column 17 ```