You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At version 4.2.0 maven send error when use a property placeholder at maxConcurrency in parallel-foreach:
Failed to execute goal org.mule.tools.maven:mule-maven-plugin:4.2.0:process-classes (default-process-classes) on project myAwasomeProjectName: A type incompatibility occurred while executing org.mule.tools.maven:mule-maven-plugin:4.2.0:process-classes: class java.lang.String cannot be cast to class java.lang.Number (java.lang.String and java.lang.Number are in module java.base of loader 'bootstrap')
At version 4.2.0 maven send error when use a property placeholder at maxConcurrency in parallel-foreach:
To reproduce the error:
First, create xml app:
secondly, change mule-maven-plugin from
4.1.2
→4.2.0
Thirdly, start
mvn package
.references:
The text was updated successfully, but these errors were encountered: