From b2e4ac50740361c1bc00f1eb581e4fe5f13fb259 Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Wed, 8 Nov 2023 09:25:09 +0100 Subject: [PATCH] Enable checks that were disabled because of quarkusio/quarkus/#36297 --- .../src/test/resources/request-types.csv | 9 ++++----- spring/spring-web/src/test/resources/request-types.csv | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/spring/spring-web-reactive/src/test/resources/request-types.csv b/spring/spring-web-reactive/src/test/resources/request-types.csv index e10873368..0cf3843b1 100644 --- a/spring/spring-web-reactive/src/test/resources/request-types.csv +++ b/spring/spring-web-reactive/src/test/resources/request-types.csv @@ -1,21 +1,20 @@ /delete-text-plain,delete,text/plain -# TODO uncomment once https://github.com/quarkusio/quarkus/issues/36297 is fixed -#/delete/no-type,delete,text/plain +/delete/no-type,delete,text/plain /delete/text-plain,delete,text/plain /delete/json,delete,application/json /delete/octet-stream,delete,application/octet-stream /patch-text-plain,patch,text/plain -#/patch/no-type,patch,text/plain +/patch/no-type,patch,text/plain /patch/text-plain,patch,text/plain /patch/json,patch,application/json /patch/octet-stream,patch,application/octet-stream /post-text-plain,post,text/plain -#/post/no-type,post,text/plain +/post/no-type,post,text/plain /post/text-plain,post,text/plain /post/json,post,application/json /post/octet-stream,post,application/octet-stream /put-text-plain,put,text/plain -#/put/no-type,put,text/plain +/put/no-type,put,text/plain /put/text-plain,put,text/plain /put/json,put,application/json /put/octet-stream,put,application/octet-stream \ No newline at end of file diff --git a/spring/spring-web/src/test/resources/request-types.csv b/spring/spring-web/src/test/resources/request-types.csv index e10873368..0cf3843b1 100644 --- a/spring/spring-web/src/test/resources/request-types.csv +++ b/spring/spring-web/src/test/resources/request-types.csv @@ -1,21 +1,20 @@ /delete-text-plain,delete,text/plain -# TODO uncomment once https://github.com/quarkusio/quarkus/issues/36297 is fixed -#/delete/no-type,delete,text/plain +/delete/no-type,delete,text/plain /delete/text-plain,delete,text/plain /delete/json,delete,application/json /delete/octet-stream,delete,application/octet-stream /patch-text-plain,patch,text/plain -#/patch/no-type,patch,text/plain +/patch/no-type,patch,text/plain /patch/text-plain,patch,text/plain /patch/json,patch,application/json /patch/octet-stream,patch,application/octet-stream /post-text-plain,post,text/plain -#/post/no-type,post,text/plain +/post/no-type,post,text/plain /post/text-plain,post,text/plain /post/json,post,application/json /post/octet-stream,post,application/octet-stream /put-text-plain,put,text/plain -#/put/no-type,put,text/plain +/put/no-type,put,text/plain /put/text-plain,put,text/plain /put/json,put,application/json /put/octet-stream,put,application/octet-stream \ No newline at end of file