Timothy Lam

Results 4 issues of Timothy Lam

Please take a look at my solution

I installed everything but when I start it shows: This application has raised an unexpected error and must abort. [45] File or directory does not exist. USB_Drives._inits.31 I;m running on...

Referring to this issue https://github.com/micronaut-projects/micronaut-security/issues/374 Is there a way to achieve multiple authentication modes? My Micronaut is mainly serving APIs, but we have some UI like Swagger etc. We want...

type: improvement

### Issue description Not sure if it's intended, but the composite registry is repeatedly reconfigured. In the MeterRegistryFactory: ``` for (MeterRegistry registry : registries) { compositeMeterRegistry.add(registry); for (MeterRegistryConfigurer configurer :...