rad

Results 51 comments of rad

Almost there 🙂, it's should be like this: ```kotlin @Bean fun sesClientCustomizer(): AwsClientCustomizer = object : AwsClientCustomizer { // Refactor when awspring/spring-cloud-aws/#562 is fixed! override fun overrideConfiguration(): ClientOverrideConfiguration { return...

Let me know if you need help with the implementation.

Ah good point, should have mentioned it. I was using `22.2.r17-nik` (following [this](https://spring.io/blog/2022/09/26/native-support-in-spring-boot-3-0-0-m5)). Its `22.3` version seems to be "Early Access" (`22.3.r17.ea-nik`, right?). Anyway, tried with GraalVM `22.3.r19-grl` and it...

You're right. The workaround doesn't work for me since I have to set the main class in `bootRun` task in `build.gradle`, unless there's a way to set the main class...

@joe4dev thanks for the update. I'm not sure. Let me try; 1. The extension is not an ideal solution; for start (if I understand it correctly) it's a proxy for...

This `java.lang.reflect.Method#kotlinFunction` implementation is messing in other places as well (Let me know if I need to create another ticket). For example I've got a simple class: ```kotlin data class...

This is a bit suboptimal DX. Any help needed with this fix? I can fix the tests if @bybatkhuu doesn't have time. LMK.