Skip to content

Commit

Permalink
fix(kafka-clients-3.5.1): typeReachable condition added to reflect-co…
Browse files Browse the repository at this point in the history
…nfig.json

added typeReachable to ScramSaslClient$ScramSaslClientFactory
added typeReachable to ScramLoginModule

Signed-off-by: Simone Pulcini <[email protected]>
  • Loading branch information
spulci authored and vjovanov committed Jul 10, 2024
1 parent 6c4307b commit 7bc1546
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,17 @@
},
{
"name": "org.apache.kafka.common.security.scram.internals.ScramSaslClient$ScramSaslClientFactory",
"condition": {
"typeReachable": "org.apache.kafka.common.security.scram.internals.ScramSaslClientProvider"
},
"allDeclaredConstructors": true,
"allDeclaredMethods": true
},
{
"name": "org.apache.kafka.common.security.scram.ScramLoginModule",
"condition": {
"typeReachable": "org.apache.kafka.common.security.authenticator.AbstractLogin"
},
"allDeclaredConstructors": true,
"allDeclaredMethods": true
},
Expand Down

0 comments on commit 7bc1546

Please sign in to comment.