Jonathan Neufeld

Results 3 issues of Jonathan Neufeld

**Version**: 0.13.4 **Module**: `quill-jdbc` **Database**: `postgres` ### Expected behavior The following expression: ```scala val fooWithLatestBar = quote { query[Foo] .filter(_.category == lift("some category")) .filter(_.active) .leftJoin { query[Bar] .map(logs => (logs.fooId,...

``` java.lang.NoSuchMethodError: sttp.model.Uri.host()Ljava/lang/String; at sttp.client.akkahttp.AkkaHttpBackend.connectionSettings(AkkaHttpBackend.scala:177) at sttp.client.akkahttp.AkkaHttpBackend.$anonfun$send$3(AkkaHttpBackend.scala:88) at scala.concurrent.Future.$anonfun$flatMap$1(Future.scala:307) at scala.concurrent.impl.Promise.$anonfun$transformWith$1(Promise.scala:41) at scala.concurrent.impl.CallbackRunnable.run$$$capture(Promise.scala:64) ``` I've traced this to a binary incompatibility introduced by `sttp.model:core` @ v1.3.4, there does not appear...

As of Test Containers v0.39.5 for Scala 2 (and I believe v0.39.7) our Snyk pipeline has reported the following vulnerabilities with transitive dependencies of Test Containers: - JUnit @ 4.12:...

type/question
resolution/awaiting-release
resolution/answered
security