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
WINDUPRULE-945 quarkus3 alias and other feedback implemented (#980)
* WINDUPRULE-945 Set Quarkus version 3.1.0.Final
* WINDUPRULE-945 Created 'quarkus3' target alias
* WINDUPRULE-945 Suggested 'quarkus-resteasy-reactive' (instead of 'quarkus-resteasy')
(cherry picked from commit 983cf9f)
At least one Java class importing from the `javax.ws.rs` package has been found so the dependency `javax:javaee-api` has to be replaced with `io.quarkus:quarkus-resteasy` artifact.
60
+
At least one Java class importing from the `javax.ws.rs` package has been found so the dependency `javax:javaee-api` has to be replaced with `io.quarkus:quarkus-resteasy-reactive` artifact.
Copy file name to clipboardExpand all lines: rules/rules-reviewed/quarkus/java-ee/tests/javaee-api-to-quarkus.windup.test.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
<when>
12
12
<not>
13
13
<iterable-filtersize="1">
14
-
<hint-existsmessage="At least one Java class importing from the `javax.ws.rs` package has been found so the dependency `javax:javaee-api` has to be replaced with `io.quarkus:quarkus-resteasy` artifact."/>
14
+
<hint-existsmessage="At least one Java class importing from the `javax.ws.rs` package has been found so the dependency `javax:javaee-api` has to be replaced with `io.quarkus:quarkus-resteasy-reactive` artifact."/>
Copy file name to clipboardExpand all lines: rules/rules-reviewed/quarkus/java-ee/tests/jaxrs-to-quarkus.windup.test.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
<when>
12
12
<not>
13
13
<iterable-filtersize="1">
14
-
<hint-existsmessage="Dependency `org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec` has to be replaced with `io.quarkus:quarkus-resteasy` artifact."/>
14
+
<hint-existsmessage="Dependency `org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec` has to be replaced with `io.quarkus:quarkus-resteasy-reactive` artifact."/>
15
15
</iterable-filter>
16
16
</not>
17
17
</when>
@@ -23,7 +23,7 @@
23
23
<when>
24
24
<not>
25
25
<iterable-filtersize="1">
26
-
<hint-existsmessage="Dependency `javax.ws.rs:javax.ws.rs-api` has to be replaced with `io.quarkus:quarkus-resteasy` artifact."/>
26
+
<hint-existsmessage="Dependency `javax.ws.rs:javax.ws.rs-api` has to be replaced with `io.quarkus:quarkus-resteasy-reactive` artifact."/>
0 commit comments