sclee01 commented on issue #1337: URL: https://github.com/apache/polaris/issues/1337#issuecomment-2976066906
Hi @adutra, @dimas-b, While looking into this issue, I found that the connection works correctly when using environment variables like quarkus.datasource.*. Since Quarkus automatically loads these values and configures the DataSource before checking persistence.xml, everything works as expected. Based on this, it seems the original issue might have come from not being aware of how to configure JDBC using Quarkus environment variables. From my perspective, no code changes are necessary. Could you please confirm if this understanding is correct? Please let me know if I’m misunderstanding anything. -- 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]
