dimas-b commented on code in PR #2650:
URL: https://github.com/apache/polaris/pull/2650#discussion_r2370394240
##########
persistence/relational-jdbc/build.gradle.kts:
##########
@@ -35,6 +35,9 @@ dependencies {
implementation(libs.smallrye.common.annotation) // @Identifier
implementation(libs.postgresql)
+ implementation("software.amazon.awssdk:url-connection-client")
Review Comment:
My impression from the quarkiverse docs is that the type of HTTP client is a
build time decision that is implied by the dependency included in the build
(`url-connection-client` vs. `apache-client`). The latter is
[already](https://github.com/apache/polaris/blob/4e2facbb4b743b4d54c1d39aaf6fc290960eca7e/runtime/service/build.gradle.kts#L92)
included in Polaris.
My preference would be to use the `apache-client` for Aurora too and avoid
`url-connection-client`.
WDYT? CC: @snazy
--
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]