Skip to content

Commit 2655022

Browse files
spulcivjovanov
authored andcommitted
feat(kafka-clients-3.5.1): reflection metadata for SASL/SCRAM auth mechanism classes added
- ScramSaslClient$ScramSaslClientFactory class with allDeclaredConstructors and allDeclaredMethods - ScramLoginModule class with allDeclaredConstructors and allDeclaredMethods Signed-off-by: Simone Pulcini <simone.pulcini@gmail.com>
1 parent 8e46acc commit 2655022

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

metadata/org.apache.kafka/kafka-clients/3.5.1/reflect-config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,16 @@
139139
}
140140
]
141141
},
142+
{
143+
"name": "org.apache.kafka.common.security.scram.internals.ScramSaslClient$ScramSaslClientFactory",
144+
"allDeclaredConstructors": true,
145+
"allDeclaredMethods": true
146+
},
147+
{
148+
"name": "org.apache.kafka.common.security.scram.ScramLoginModule",
149+
"allDeclaredConstructors": true,
150+
"allDeclaredMethods": true
151+
},
142152
{
143153
"name": "org.apache.kafka.common.serialization.BooleanDeserializer",
144154
"condition": {

0 commit comments

Comments
 (0)