Mule Maven Plugin 2.3.5 Release Notes
Mule Maven Plugin 2.3.5 is focused on fixing bugs and also updates the Runtime Fabric deployment configuration.
Hardware and Software Requirements
-
Microsoft Windows 8+
-
Apple Mac OS X 10.10+
-
Linux (tested on Ubuntu 15)
-
Java 8,7
-
Maven 3.3.3, 3.3.9, 3.5.0, 3.6.0
Features and Functionality
-
Added property
enforceDeployingReplicasAcrossNodes
to Runtime Fabric deployment. This property enables the option to enforce deploying replicas across nodes. -
Added property
updateStrategy
to Runtime Fabric deployment. This property accepts two values:-
rolling
: Maintains availability by incrementally updating replicas. -
recreate
: Terminates replicas before re-deployment.
-
-
Added property
forwardSslSession
to Runtime Fabric deployment. This property enables SSL forwarding during a session. -
The following deployment configuration properties were modified:
-
clusteringEnabled
was renamed toclustered
. -
replicationFactor
was renamed toreplicas
, and now is nested under<runtimeFabricDeployment>
. -
cpuMax
andcpuReserved
were renamed tolimit
andreserved
respectively, and are nested under<deploymentSettings><resources><cpu>
. -
memoryMax
andmemoryReserved
were renamed tolimit
andreserved
respectively, and are nested under<deploymentSettings><resources><memory>
. -
publicURL
is now nested under<deploymentSettings><http><inbound>
.
-