pingtimeout commented on code in PR #1441: URL: https://github.com/apache/polaris/pull/1441#discussion_r2058937141
########## getting-started/eclipselink/README.md: ########## @@ -30,6 +30,7 @@ This example requires `jq` to be installed on your machine. :polaris-quarkus-server:quarkusAppPartsBuild --rerun \ :polaris-quarkus-admin:assemble \ :polaris-quarkus-admin:quarkusAppPartsBuild --rerun \ + -PeclipseLinkDeps=org.postgresql:postgresql:42.7.5 \ Review Comment: Oooooh that's a nasty one. @jbonofre I can confirm that the `polaris` image is fine and has the postgres driver. However the `polaris-admin-tool` does not. ``` $ docker run --rm --entrypoint /bin/bash apache/polaris:postgres-latest -c "find /deployments/ -name '*.jar' | grep postgres" /deployments/lib/main/org.postgresql.postgresql-42.7.5.jar $ docker run --rm --entrypoint /bin/bash apache/polaris-admin-tool:postgres-latest -c "find /deployments/ -name '*.jar' | grep postgres" $ $ ``` -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org