adutra commented on code in PR #4841: URL: https://github.com/apache/polaris/pull/4841#discussion_r3443552207
########## runtime/defaults/src/main/resources/application.properties: ########## @@ -66,7 +66,6 @@ quarkus.http.cors.enabled=false #quarkus.http.cors.access-control-allow-credentials=true quarkus.http.port=8181 -quarkus.http.test-port=0 Review Comment: I seized the opportunity to clean up this file and remove test-only properties: they were moved to application-test.properties. However I acknowledge that this change may go outside the scope of this PR. If someone has concerns, I'm happy to revert. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
