Skip to content

Commit

Permalink
Glue me
Browse files Browse the repository at this point in the history
  • Loading branch information
fedinskiy committed Nov 14, 2024
1 parent 5997413 commit f43d1a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

public class ValidationHandlerOnRoutes {
//TODO when Quarkus use vert.x version 4.4.6 we can use SchemaRepository instead of SchemaParser with SchemaRouter
// https://github.com/quarkus-qe/quarkus-test-suite/issues/2192
//private SchemaRepository schemaRepository =SchemaRepository.create(new JsonSchemaOptions().setDraft(Draft.DRAFT7).setBaseUri(BASEURI));
private SchemaParser schemaParser;
private SchemaRouter schemaRouter;
Expand Down

0 comments on commit f43d1a2

Please sign in to comment.