
quarkus.springboot.springboot-web-to-quarkus.windup.xml Maven / Gradle / Ivy
The newest version!
This ruleset gives hints to migrate from Spring Web to Quarkus spring-web extension
Replace the Spring Web artifact with Quarkus `spring-web` extension
Spring Web is a spring-web artifact brought transitively by any `org.springframework:spring-web*` dependency
Add Quarkus dependency `io.quarkus:quarkus-spring-web`
Starting with Quarkus version 2.5, the underlying JAX-RS engine must be chosen. For performance reasons,
the `quarkus-resteasy-reactive-jackson` dependency should be used.
Add the Quarkus `quarkus-resteasy-reactive-jackson` dependency.
Starting with Quarkus version 2.5, the underlying JAX-RS engine must be chosen. For performance reasons,
the `quarkus-resteasy-reactive-jackson` dependency should be used."
© 2015 - 2025 Weber Informatics LLC | Privacy Policy