chenlin2001

Results 2 issues of chenlin2001

### Issue description Follow up on issue https://github.com/micronaut-projects/micronaut-micrometer/issues/845 The vulnerability still exists in version 5.9.3 as io.prometheus : prometheus-metrics-shaded-protobuf 1.2.1 is brought in. See mvn dependency:tree: ``` +- io.micronaut.micrometer:micronaut-micrometer-core:jar:5.9.3:compile [INFO]...

type: bug

### Expected Behavior When using random port for endpoints.all.port the and conifguring endpoints: all: port: -1 health: enabled: true sensitive: false details-visible: ANONYMOUS Calling /health should return correctly and not...

type: bug