tpetillot
tpetillot
Proposal: https://github.com/finagle/finch/pull/1472
Indeed, I don't think we should block the release candidate for a spec refactoring https://github.com/finagle/finch/pull/1478. I may complete https://github.com/finagle/finch/pull/1481 if needed, let me know! 😃
As I don't know if you got notifications on the pull request, I let you know that https://github.com/finagle/finch/pull/1481 have been completed here✔️
https://github.com/finagle/finch/pull/1481/
If you still want to define a rule set, either we still pass the dispatcher on this one, or, we defined `EntityEndpointLaws` on `IO` as all spec is defined on...
I've had to cast container into JdbcDatabaseContainer with wildcard: `container.container.asInstanceOf[org.testcontainers.containers.JdbcDatabaseContainer[_]]` Really weird that `JdbcDatabaseDelegate` constructor take the raw type.
Seems like a duplicate of https://github.com/zio/zio-quill/issues/2111, but none the less, I'm also encoutering this blocking issue.
@som-snytt thanks for your response. As background, this limitation disrupts compatibility with the builder mechanism in [aws-sdk-java-v2](https://github.com/aws/aws-sdk-java-v2) [SdkPresigner.java#L81C9-L81C9](https://github.com/aws/aws-sdk-java-v2/blob/master/core/aws-core/src/main/java/software/amazon/awssdk/awscore/presigner/SdkPresigner.java#L81C9-L81C9) [S3Presigner.java#L589](https://github.com/aws/aws-sdk-java-v2/blob/master/services/s3/src/main/java/software/amazon/awssdk/services/s3/presigner/S3Presigner.java#L589) Since version [2.21.0](https://github.com/aws/aws-sdk-java-v2/commit/53f5cb389f0bd5ec87030ce0317ca245c40742a3) released 5 days ago.
Few other notes: Casting type on value table does work aswell: ``` quill_test=# PREPARE p1 AS quill_test-# UPDATE quill_test-# QuillUuidTest AS x8 quill_test-# SET quill_test-# id = a.id1, quill_test-# value...
Any update for this issue?