Skip to content

Commit 70b90f1

Browse files
W-17844603: fix serialization of DuplicateMessageException (#14280)
1 parent c91d7e9 commit 70b90f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/java/module-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@
390390
org.mule.runtime.spring.config;
391391
exports org.mule.runtime.core.internal.routing.split to
392392
org.mule.runtime.core.components,
393-
com.mulesoft.mule.runtime.batch;
393+
com.mulesoft.mule.runtime.batch,
394+
kryo.shaded;
394395
exports org.mule.runtime.core.internal.rx to
395396
org.mule.runtime.core.components,
396397
org.mule.runtime.extensions.support;

0 commit comments

Comments
 (0)