Commit Graph

8 Commits

Author SHA1 Message Date
Moritz Halbritter 39318d1e65 Merge branch '3.5.x'
Closes gh-47167
2025-09-12 11:27:56 +02:00
Stéphane Nicoll 4498b46512 Polish "Exclude spring-boot-devtools from AOT processing with Maven"
See gh-46533
2025-09-11 10:52:05 +02:00
academey 99cf0e3cfe Exclude spring-boot-devtools from AOT processing with Maven
Previously, spring-boot-devtools was only excluded from native images
built with Gradle but not with Maven. This inconsistency meant that
Maven builds would include devtools in the AOT processing classpath
and in the native image, causing build failures.

This commit harmonizes the situation and excludes devtools in a similar
fashion with Maven.

See gh-46533

Signed-off-by: academey <academey@gmail.com>
2025-09-11 10:52:04 +02:00
Moritz Halbritter 2e8428b760 Remove NullAway suppressions where possible
See gh-46926
2025-09-09 12:02:19 +02:00
Moritz Halbritter 8fa656d3da Improve null-safety of build-plugin/spring-boot-maven-plugin
See gh-46926
2025-08-26 14:22:53 +02:00
Moritz Halbritter 90de651d7f Add more nullability annotations to build-plugin/spring-boot-maven-plugin
See gh-46587
2025-08-11 15:50:50 +02:00
Moritz Halbritter 924910f5ec Add nullability annotations to build-plugin/spring-boot-maven-plugin
See gh-46587
2025-08-11 13:24:15 +02:00
Phillip Webb decc32dde3 Restructure project directories to better fit Gradle
Closes gh-46358
2025-07-10 17:54:08 -07:00