j1m-renwick

Results 7 issues of j1m-renwick

I'm by no means an expert on google api tokens, but it doesn't seem great that they're exposed to the client as a matter of course. I think there's a...

### Expected Behavior the @Slf4j log property to be available in all parts of a class that features cache-related annotations ### Actual Behaviour the @SLF4J log property is sometimes not...

lang: groovy

### Expected Behavior MutableHttpRequest (specifically NettyMutableHttpRequest)'s `cookies(Set)` method should result in all cookies being set in the request ### Actual Behaviour `cookies(Set)` results in only one cookie being set (the...

type: bug
info: good first issue

### Expected Behavior the @Slf4j log property to be available in all parts of a class that features cache-related annotations ### Actual Behaviour the @SLF4J log property is sometimes not...

info: workaround available
lang: groovy

### Expected Behavior Application starts up no errors ### Actual Behaviour Then the following error appears in the logs: ``` [default-nioEventLoopGroup-1-3] ERROR i.m.m.health.indicator.HealthResult - Health indicator [mongodb (Primary)] reported exception:...

type: improvement
type: bug

### Expected Behavior All information on https://youtrack.jetbrains.com/issue/IDEA-331174 as I initially believed this to be an Intellij-specific issue. Example project included in this ticket: [groovy-compile-bug.zip](https://github.com/micronaut-projects/micronaut-core/files/12708921/groovy-compile-bug.zip) ### Actual Behaviour Compilation fails when...

### Expected Behavior @Micronauttest tests never hang indefinitely ### Actual Behaviour When running our tests via gradle on the ubuntu-latest github runner, the testing can occassionally stop and hang indefinitely....

status: example attached