Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MulePollManager has disappeared from MUnit 1.0.0

We used the class org.mule.munit.MunitPollManager(in the munit-utils package) in older versions of MUnit to make sure that our poller did not start when the flow started, however this seems to have disappeared when Munit migrated to 1.0.0. How can this be replicated in the new Munit?

like image 984
user439407 Avatar asked Dec 21 '25 22:12

user439407


1 Answers

the class is still there.

What it may have happen is that with the changes in the project structure you're not getting the dependency anymore.

The class is in the artifact

<parent>
  <groupId>com.mulesoft.munit.utils</groupId>
  <artifactId>munit-mclient-module</artifactId>
  <version>1.0.0</version>
</parent>
like image 83
Dds Avatar answered Dec 31 '25 19:12

Dds



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!