Álvaro Sánchez-Mariscal

Results 36 comments of Álvaro Sánchez-Mariscal

@frisi thank you very much for raising this. Would you be willing to contribute this yourself in a pull request?

Where is that `aws-sdk-java-v2-native-image-test` application? Or how can I reproduce the failure?

It worked for me: ``` 2022-09-21 13:32:30:938 +0200 [main] INFO com.test.App - Application starts 2022-09-21 13:32:31:448 +0200 [main] INFO com.test.App - Application ends ``` Using GraalVM CE 22.2.0 (JDK 11)

Java 8 support was removed in GraalVM CE 21.3.0, 1 year ago. Since then, there have been 3 releases (22.0 in January, 22.1 in April and 22.2 in July). 22.3...

The factory class itself is a singleton, which looks correct to me. What are prototypes are the beans created by it

We have already done something similar with [micronaut-discovery-client](https://github.com/micronaut-projects/micronaut-discovery-client). It was spun off core with its own group id (`io.micronaut.discovery`). Micronaut 2.x BOM included both versions: - `io.micronaut:micronaut-discovery-client:2.0.1` - `io.micronaut.discovery:micronaut-discovery-client:2.4.0` In...

BTW, the spin-off was first made by using `git subtree` to extract the code into its own repo even with Micronaut 2.x. Initially, it had the original `io.micronaut` group id,...

Should we not take the opportunity to migrate that configuration to the metadata repository? (#7805)

> What's not really clear is what happens if I inject a bean that has an unsatisfied requirement. Is the reference set to null? Is there an exception? A bean...

It's planned for the next milestone. You can track its progress at https://github.com/alvarosanchez/grails-spring-security-rest/milestone/39