snazy commented on PR #4382:
URL: https://github.com/apache/polaris/pull/4382#issuecomment-4394452060

   Don't think this should be merged, as it adds test-only dependencies to the 
production deployment classpath. A workaround in the build script is possible, 
but it's really ugly.
   
   This is a [Quarkus bug](https://github.com/quarkusio/quarkus/issues/54001).
   
   Until this is fixed, the workaround is either
   ```
   ./gradlew :polaris-server:quarkusBuild
   java -jar runtime/server/build/quarkus-app/quarkus-run.jar
   ```
   or `./gradlew :polaris-server:quarkusDev`


-- 
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]

Reply via email to