You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In these releases you can call the following function on ProviderInfo where you provide authentication as an instance of au.com.dius.pact.core.support.Auth:
In these releases you can call the following function on
ProviderInfo
where you provideauthentication
as an instance ofau.com.dius.pact.core.support.Auth
:pact-jvm/provider/src/main/kotlin/au/com/dius/pact/provider/ProviderInfo.kt
Line 84 in 5d50ae6
with
options: PactBrokerOptions
, which then gets passed toPactBrokerClient
and eventually callspact-jvm/core/pactbroker/src/main/kotlin/au/com/dius/pact/core/pactbroker/PactBrokerClient.kt
Line 271 in 5d50ae6
where it then tries to cast the
authentication
option to a List herepact-jvm/core/pactbroker/src/main/kotlin/au/com/dius/pact/core/pactbroker/PactBrokerClient.kt
Line 309 in 5d50ae6
This illegal cast causes a runtime exception.
See for example the failed pact4s build here: https://github.com/jbwheatley/pact4s/runs/3402523916?check_suite_focus=true
The text was updated successfully, but these errors were encountered: