mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
update java test cases to pass on java 18
This commit is contained in:
parent
d84505f196
commit
b16d468db6
6 changed files with 272 additions and 20 deletions
|
|
@ -1,8 +1,8 @@
|
|||
// Quarkus reactive route, vulnerable. The harness keeps the real
|
||||
// Jakarta REST annotations on the classpath and replays the route
|
||||
// through those annotations.
|
||||
// through those annotations. Quarkus REST routes are authored with the
|
||||
// `jakarta.ws.rs` annotations below, so no live Quarkus runtime is needed.
|
||||
|
||||
import io.quarkus.runtime.Quarkus;
|
||||
import jakarta.ws.rs.GET;
|
||||
import jakarta.ws.rs.Path;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue