Sébastien Deleuze

Results 617 comments of Sébastien Deleuze

As far as I can tell, it only worked for suspending functions with Spring Framework 5.3.10 or earlier in WebFlux due to a side effect of a bug fixed by...

`spring.context.checkpoint=onRefresh` is not a Spring Boot property you should set in `application.yml` but a JVM system property as documented [here](https://docs.spring.io/spring-framework/reference/integration/checkpoint-restore.html#_automatic_checkpointrestore_at_startup). I suggest you fix your use case accordingly by using...

This looks a regression due to the fact that now all Kotlin function invocations are handled by Kotlin reflection to support various use cases (parameters with default values for example)....

After spending some time digging into this issue, I can say it is more nuanced and complex that what I thought originally. As far as I can tell, [inline value...

@serandel The team agreed with my proposal, so I keep that issue in the backlog and create another documentation issue to document current behavior and will work on fixing the...

Hum, based on the additional tests I did, it looks like we still have an inconsistency to fix between `body`, `valueType` and `bodyType` in `AbstractMessageConverterMethodProcessor#writeWithMessageConverters` ![image](https://github.com/spring-projects/spring-framework/assets/141109/7fd8a4de-72dd-451b-8ff1-b8edbff9fba1) in in order to...

That's ok, I have built a similar repro and I think I have found a way to fix this.

Could you please check with the latest Boot 3.2 patch release available and provide a self contained reproducer (link to a repository or an attached archive)?

Please provide a self-contained reproducer (link to a repository or an attached archive) as asked above.

A few open questions and remarks after discussing with @simonbasle: - This potential feature has conceptually some connections with our `@JsonView` support (taking a subset versus filtering without changing the...