Sébastien Deleuze

Results 487 comments of Sébastien Deleuze

The fix and tests for both functional and annotation variants are now merged in `main` and will be available as of Spring Framework `6.0.5` and Spring Boot `3.0.3`. I evaluated...

I guess it would be interesting to create a Spring Framework branch that uses this experimental library and migrate Spring own usage of `kotlin-reflect` to use `kotlinx.metadata.jvm` to measure the...

@k163377 Indeed `kotlin-reflect-lite` leverages `kotlinx-metadata-jvm` and have an API pretty close to `kotlin-reflect`. I have rebased the original commit from @mvicsokolova you mentioned on top of `main` and solved related...

@cowtowncoder @k163377 Could you please share a status on Jackson side related to this topic to allow us to evaluate our options for Spring Framework 6.1?

Given our development cycle, I think we would need the Jackson support in June, first half of July the latest, to make it happen. If you think that's too short,...

Yeah looks more reasonable to me I don't want to rush it. Any thoughts @cowtowncoder?

Ok, I moved this issue to the 6.x backlog, that will let the time to Jackson to evolve to support the new Kotlin reflection, then we will re-evaluate this after...

After more thoughts, I begin to be increasingly convinced that if we do something here, I think that should be with [`kotlinx.reflect.lite`](https://github.com/Kotlin/kotlinx.reflect.lite) using a subset of the current `kotlin-reflect` otherwise...

Great, I will let this issue open then, and wait for your feedback.

Let me check with the Kotlin team.