
quarkus.springboot.springboot-di-to-quarkus.windup.xml Maven / Gradle / Ivy
The newest version!
This ruleset gives hints to migrate from SpringBoot DI to Quarkus spring-di extension
Replace the SpringBoot Dependency Injection artifact with Quarkus `spring-di` extension
Spring DI is in spring-beans artifact brought transitively by any `org.springframework.boot:spring-boot-*` dependency
Add Quarkus dependency `io.quarkus:quarkus-spring-di`
Quarkus only supports the java-based configuration of Spring beans.
IMPLEMENTS_TYPE
IMPLEMENTS_TYPE
IMPLEMENTS_TYPE
IMPLEMENTS_TYPE
IMPLEMENTS_TYPE
Spring infrastructure classes (like `org.springframework.beans.factory.config.BeanPostProcessor` , `org.springframework.context.ApplicationContext` for example) will not be executed.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy