Eduan
Eduan
It is actually quite simple with the + syntax. Here is an example http://blog.espenberntsen.net/2010/03/20/aspectj-cheat-sheet/
This is still an issue, here is how you can add the hint in Spring Boot 3 and Kotlin: ```kotlin @Configuration @ImportRuntimeHints(StsRuntineHints::class) class AwsStsRuntimeHints class StsRuntineHints : RuntimeHintsRegistrar { override...
Creating a cluster, using that cluster as a provider, and deploying things to the cluster are advantages of using terraform over many other tools. It is really unfortunate that this...
To add more reasons to support this, I would argue that the workaround of writing a temp file and then specifying the `config_path` is a security issue. The machine where...
Is there any update on this? In Spring Data R2DBC, we've seen about a 10x performance increase by adding the `@Query` for this query on a very large table (50+...
For now, this works in Spring Boot 3, with 3.0.0-RC1; ```kotlin @Configuration @ImportRuntimeHints(AwsRuntimeHints::class) class AwsRuntimeHintsConfig class AwsRuntimeHints : RuntimeHintsRegistrar { override fun registerHints(hints: RuntimeHints, classLoader: ClassLoader?) { hints.resources().registerPattern("io/awspring/cloud/core/SpringCloudClientConfiguration.properties") } }...
My 2c here: With this new feature, Spring knows exactly how the schema should look and log mismatches on startup. A great feature and a perfect fit for an integration...
I understand it better now. I thought that for this introspection to work, the expected schema would be generated from the code and compared to the provided schema by the...
This is probably part of this issue, but the current link to samples in the documentation is broken. The link here https://docs.spring.io/spring-graphql/docs/current/reference/html/#samples points to https://github.com/spring-projects/spring-graphql/tree/main/samples (broken)
Hi, I would really love MPRIS v2 support cause without it there is no reason using this over a web browser. Thanks