| Field and Description |
|---|
| org.mule.runtime.api.deployment.management.ComponentInitialStateManager.DISABLE_SCHEDULER_SOURCES_PROPERTY
Please use
MuleSystemProperties.DISABLE_SCHEDULER_SOURCES_PROPERTY instead. |
| org.mule.runtime.api.exception.MuleException.INFO_ALREADY_LOGGED_KEY
this is a property in an object now, no more need for a key
|
| Constructor and Description |
|---|
| org.mule.runtime.api.meta.model.error.ImmutableErrorModel(String, String, ErrorModel)
This constructor is deprecated and will be removed in Mule 5. Use
ImmutableErrorModel(String, String, ErrorModel)
instead |
| org.mule.runtime.api.metadata.TypedValue(T, DataType, Optional<Long>)
Use
TypedValue(Object, DataType, OptionalLong) instead. |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.