Skip to content

Commit

Permalink
Ignore trino shaded okhttp pool (#7114)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Nov 9, 2022
1 parent 2152fea commit d6010b2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,8 @@ private static void configureIgnoredTasks(IgnoredTypesBuilder builder) {
// Presto's presto-jdbc shades the okhttp3 ConnectionPool class. Just like we ignore the pool
// in OkHttp3IgnoredTypesConfigurer we need to also ignore it here.
builder.ignoreTaskClass("io.prestosql.jdbc.$internal.okhttp3.ConnectionPool$");

// Presto turned into trino, and so the package changed.
builder.ignoreTaskClass("io.trino.jdbc.$internal.okhttp3.ConnectionPool$");
}
}

0 comments on commit d6010b2

Please sign in to comment.