ppalaga commented on issue #2737: URL: https://github.com/apache/camel-quarkus/issues/2737#issuecomment-856120762
I can reproduce too. Quarkus tries to match the log against `Listening on:\\s+(https?)://\\S*:(\\d+)` pattern. This would work if we added resteasy or similar. But I actually wanted to have a test without those (for better isolation). So maybe we could just fake the message ourselves? After all we are testing our log component :) -- 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: [email protected]
