File tree Expand file tree Collapse file tree 2 files changed +3
-67
lines changed
tests/server-common/src/test/java/io/a2a/server/apps/common Expand file tree Collapse file tree 2 files changed +3
-67
lines changed Original file line number Diff line number Diff line change 1515 * Contains utilities to interact with the server side for the tests.
1616 * The intent for this bean is to be exposed via REST.
1717 *
18- * <p>There is a Jakarta implementation in {@code TestUtilsRESTEndpoint} which shows the contract for how to
19- * expose it via REST. If not using Jakarta REST you will need to provide an implementation that works in a similar
20- * way to {@code TestUtilsRESTEndpoint}.</p>
21- *
18+ * <p>There is a Quarkus implementation in {@code A2ATestRoutes} which shows the contract for how to
19+ * expose it via REST. For other REST frameworks, you will need to provide an implementation that works in a similar
20+ * way to {@code A2ATestRoutes}.</p>
2221 */
2322@ ApplicationScoped
2423public class TestUtilsBean {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments