This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch 4.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.1 by this push:
new 793294bd2e7 KAFKA-19495: Update config for native image (v4.1.0)
(#20151)
793294bd2e7 is described below
commit 793294bd2e721f6f08e3a4125dfa5f361621a888
Author: Luke Chen <[email protected]>
AuthorDate: Fri Jul 11 20:38:52 2025 +0800
KAFKA-19495: Update config for native image (v4.1.0) (#20151)
Backport of https://github.com/apache/kafka/pull/20150
Reviewers: Mickael Maison <[email protected]>, TengYao Chi
<[email protected]>
---
docker/native/native-image-configs/reflect-config.json | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/docker/native/native-image-configs/reflect-config.json
b/docker/native/native-image-configs/reflect-config.json
index f4263a08898..c953ea9fe1d 100644
--- a/docker/native/native-image-configs/reflect-config.json
+++ b/docker/native/native-image-configs/reflect-config.json
@@ -1023,6 +1023,12 @@
"name":"org.apache.kafka.common.security.kerberos.KerberosLogin",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
+{
+ "name":"org.apache.kafka.common.security.oauthbearer.DefaultJwtRetriever"
+},
+{
+ "name":"org.apache.kafka.common.security.oauthbearer.DefaultJwtValidator"
+},
{
"name":"org.apache.kafka.common.security.plain.PlainLoginModule",
"methods":[{"name":"<init>","parameterTypes":[] }]
@@ -1067,6 +1073,18 @@
"name":"org.apache.kafka.metadata.authorizer.StandardAuthorizer",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
+{
+ "name":"org.apache.kafka.server.logger.LoggingController",
+ "queryAllPublicConstructors":true
+},
+{
+ "name":"org.apache.kafka.server.logger.LoggingControllerMBean",
+ "queryAllPublicMethods":true
+},
+{
+ "name":"org.apache.kafka.server.share.persister.DefaultStatePersister",
+
"methods":[{"name":"<init>","parameterTypes":["org.apache.kafka.server.share.persister.PersisterStateManager"]
}]
+},
{
"name":"org.apache.kafka.storage.internals.checkpoint.CleanShutdownFileHandler$Content",
"allDeclaredFields":true,