gnodet opened a new pull request, #1708: URL: https://github.com/apache/camel-spring-boot/pull/1708
## Summary - Update `EnvironmentPostProcessor` import from deprecated `org.springframework.boot.env` package to `org.springframework.boot` (marked for removal in a future Spring Boot release) - Update `spring.factories` entries to use the new `org.springframework.boot.EnvironmentPostProcessor` key - Replace deprecated `org.springframework.lang.Nullable` with `org.jspecify.annotations.Nullable` (Spring Framework 7 moved to JSpecify) ## Files changed - `core/camel-spring-boot/src/main/java/.../CamelVirtualThreadEnvironmentPostProcessor.java` - `components-starter/camel-spring-cloud-config-starter/src/main/java/.../CamelCloudConfigEnvironmentPostProcessor.java` - `core/camel-spring-boot/src/main/resources/META-INF/spring.factories` - `components-starter/camel-spring-cloud-config-starter/src/main/resources/META-INF/spring.factories` - `core/camel-spring-boot/src/main/java/.../CamelRoutesEndpoint.java` ## Test plan - [x] Verified compilation with `-Dmaven.compiler.showDeprecation=true` — all three deprecation warnings are resolved - [ ] CI build passes 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
