ppalaga commented on a change in pull request #1070: Add a native extension for AWS2-SQS URL: https://github.com/apache/camel-quarkus/pull/1070#discussion_r408135711
########## File path: integration-tests/aws2/src/main/java/org/apache/camel/quarkus/component/aws/CamelRoute.java ########## @@ -14,21 +14,21 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.camel.quarkus.component.aws2.sqs.it; +package org.apache.camel.quarkus.component.aws; -import io.quarkus.test.junit.QuarkusTest; -import io.restassured.RestAssured; -import org.junit.jupiter.api.Test; +import io.quarkus.runtime.annotations.RegisterForReflection; +import org.apache.camel.builder.RouteBuilder; -@QuarkusTest -class Aws2SqsTest { +@RegisterForReflection Review comment: I do not think `@RegisterForReflection` is necessary here ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services