Alexey Zhokhov
Alexey Zhokhov
@sdelamo will this PR be merged separately?
@weiran1999 There are two configuration properties, one for `scalar-name`, and one for `format`? Which one isn't working? The `scalar-name` covered by tests, here is an example: 1) https://github.com/tailrocks/graphql-java-datetime/blob/main/samples/spring-boot-webmvc/src/main/resources/application.yml#L32 2) https://github.com/tailrocks/graphql-java-datetime/blob/main/samples/spring-boot-webmvc/src/test/kotlin/sample/spring/boot/webmvc/SpringBootWebMvcSampleApplicationTests.kt
Hi, @ellttBen ! Thank you so much for this work! I'm able to compile this project on Apple M1, but some tests failing when I run `cargo test-bpf`: ``` running...
@graemerocher @sdelamo @brianwyka This looks very useful feature, I have an interest in it for one of my projects. I think it can be nice to have it in the...
> > @donbeave this would be a great contribution, from my understanding it requires changes on the Micronaut Security side. /cc @sdelamo > > We plan to decouple micronaut security...
> Needs more tests Haven't added tests since I'm not sure which approach is better. Do I need to leave it as is, just add class/method tags for all, or...
> You might want to check if it did create a shadow jar and if meta-inf services are merged correctly There is only one file in services: ``` java.nio.file.spi.FileSystemProvider ```...
@dstepanov I found a related issue in Micronaut Gradle plugin: https://github.com/micronaut-projects/micronaut-gradle-plugin/issues/406, the only difference is that in my case I'm using Micronaut as a parent context without Gradle shadow and...
We are using it in a different manner. We have a configuration like this: ```yaml redis: servers: lock: uri: ${LOCK_REDIS_URL:`redis://localhost:6379`} ``` Where we use a dedicated Redis instance for distributed...