Sébastien Deleuze
Sébastien Deleuze
Thanks for the reminder, I have created https://jira.qos.ch/browse/LOGBACK-1717.
@ceki Thanks I will, feel free to reach me for feedback if needed, we can even plan a call if that can help.
Based on my test with Spring Boot 3.0.1, the behavior I see is that [creating a project on https://start.spring.io/ with native and Devtools](https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.0.1&packaging=jar&jvmVersion=17&groupId=com.example&artifactId=demo-native-devtools&name=demo-native-devtools&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.demo-native-devtools&dependencies=native,devtools) works with Gradle but is broken with...
Could be https://github.com/spring-projects/spring-boot/issues/35853, this currently breaks Petlinic with Maven when `org.springframework.boot:spring-boot-devtools` is added.
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...
Thanks everybody for your patience, this issue should be be fixed by [this commit](c942c04aa06df06ed2da93cc9216b9095e3d59fb). I was a bit confused initially by the fact that the description of the changes proposed...
@AntonioMorales97 Please create a dedicated issue if that's another bug. This issue will be handle via #27572 so I close it as a duplicate.
FYI the currrent workaround proposed to get both Native Build Tools and Buildpacks support is: ``` org.graalvm.buildtools native-maven-plugin -Djava.security.properties=src/main/resources/custom.security org.springframework.boot spring-boot-maven-plugin -Djava.security.properties=/workspace/BOOT-INF/classes/custom.security ``` With an `src/main/resources/custom.security` file with the following...
Thanks for your patience all. I re-worked the PR after fixing the nullability issue via #29919 with [this commit](https://github.com/sdeleuze/spring-framework/commit/gh-27308), I now need to have the confirmation from the Kotlin team...
@mp911de @poutsma Could you please have a look to [this commit](https://github.com/sdeleuze/spring-framework/commit/gh-27308) and [this comment from Kotlin team](https://github.com/spring-projects/spring-framework/pull/27308#discussion_r1095746663) to check if you see something against merging this on `main` and `5.3.x`....