Sébastien Deleuze

Results 487 comments of Sébastien Deleuze

Let see with @poutsma when he is available (most of us are on PTO this week) if there is interest for that on Java API side.

Can you please provide a reproducer as an attached archive or a link to a repository? If a database is needed, please provide a `docker-compose.yml`.

FYI `org.webjars:webjars-locator-lite:1.0.0` has been released and will be used as a baseline as of Spring Framework `6.2.0-M2`.

I will ask a feedback from Kotlin team on that.

@christophstrobl Probably not based on @udalov comment [above](https://github.com/spring-projects/spring-data-commons/issues/1947#issuecomment-878591878). @elizarov provided more insights > By design of the Kotlin inline classes, their "constructor" is not actually constructing an instance. The actual...

@mp911de I have a potential fix (waiting for Kotlin team feedback) on https://github.com/sdeleuze/spring-framework/commit/gh-27308, it will be worth to test if this issue still occur with those changes (using my branch...

We have achieved that via `sourceRoots.setFrom(file("src/main/kotlin"))`.

Seems to work for me when enabling Docker compatibility and installing [podman-mac-helper](https://podman-desktop.io/docs/migrating-from-docker/using-podman-mac-helper).

Fixed and I created the related https://github.com/spring-io/initializr/issues/1368 issue for start.spring.io.

Various users (example [here](https://github.com/spring-projects/spring-framework/issues/31705#issuecomment-1837159628)) seems confused about seeing their unit tests broken when using just the AOT plugin, without using GraalVM native images support. My proposal would either to: -...