-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
http/http-minimum/src/main/java/io/quarkus/ts/http/minimum/AbstractApplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package io.quarkus.ts.http.minimum; | ||
|
||
//import jakarta.ws.rs.ApplicationPath; | ||
import jakarta.ws.rs.ApplicationPath; | ||
import jakarta.ws.rs.core.Application; | ||
|
||
// TODO uncomment when https://github.com/quarkusio/quarkus/issues/42963 is fixed | ||
//@ApplicationPath("/rest") | ||
@ApplicationPath("/rest") | ||
public abstract class AbstractApplication extends Application { | ||
// Abstract jakarta.ws.rs.core.Application classes should be ignored | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters