We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac1445 commit 85ffc7bCopy full SHA for 85ffc7b
deployment/src/main/java/io/quarkiverse/scala/scala3/deployment/Scala3Processor.java
@@ -32,7 +32,6 @@ void registerScalaJacksonModule(BuildProducer<ClassPathJacksonModuleBuildItem> c
32
33
@BuildStep
34
MethodScannerBuildItem enableAsyncMethodsInRestEndpoints() {
35
- System.out.println("Enabling async methods in rest endpoints");
36
return new MethodScannerBuildItem(new FutureReturnTypeMethodScanner());
37
}
38
0 commit comments