You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: The `quarkus-spring-web` extension requires `quarkus-resteasy-jackson` or `quarkus-resteasy-reactive-jackson`.
54
+
[NOTE]
55
+
--
56
+
The `quarkus-spring-web` extension requires `quarkus-resteasy-reactive-jackson`.
55
57
In order to be conservative with the amount of dependencies, the `quarkus-resteasy-reactive` was removed in favor of `quarkus-resteasy-reactive-jackson`.
56
-
58
+
--
57
59
58
60
== Create a Spring Data Repository for Fruit
59
61
@@ -114,7 +116,7 @@ public class FruitController {
114
116
}
115
117
----
116
118
117
-
Let's try to filter only the fruits with the *Summer* season:
119
+
Let's try to filter only the fruits with the *Summer* season. Don't forget to start quarkus dev mode again if you stopped it.
0 commit comments