Sébastien Deleuze

Results 487 comments of Sébastien Deleuze

Spring Native is now superseded by Spring Boot 3 official native support, see [the related reference documentation](https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html) for more details. As a consequence, I am closing this issue, and recommend...

Spring Native is now superseded by Spring Boot 3 official native support, see [the related reference documentation](https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html) for more details. As a consequence, I am closing this issue, and recommend...

Spring Native is now superseded by Spring Boot 3 official native support, see [the related reference documentation](https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html) for more details. As a consequence, I am closing this issue, and recommend...

Spring Native is now superseded by Spring Boot 3 official native support, see [the related reference documentation](https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html) for more details. As a consequence, I am closing this issue, and recommend...

As discussed recently, I am still waiting the opportuntity to discuss with the JSpecify team in order to provide a useful feedback. Should happen in January.

GC proposal made a lot of progresses in 2022 and moved to [phase 3](https://github.com/WebAssembly/proposals). We can't be sure when it will move to phase 4 but could be possible in...

FYI strong need on Spring side for this.

@knob-creek I tried this and it worked as expected ```kotlin @Configuration class JsonConfiguration : WebFluxConfigurer { override fun configureHttpMessageCodecs(configurer: ServerCodecConfigurer) { val json = Json { ignoreUnknownKeys = true }...

If what you want is configuring this with Spring MVC, yes you can customize it via regular converter configuration, which may be a bit more involved than with codecs, but...

FYI the Jetty flaky tests have been fixed via #29862.